#include <LDLT.h>
|
| template<typename MatrixType , typename TranspositionType , typename Workspace > |
| static EIGEN_STRONG_INLINE bool | unblocked (MatrixType &mat, TranspositionType &transpositions, Workspace &temp, SignMatrix &sign) |
| |
| template<typename MatrixType , typename TranspositionType , typename Workspace , typename WType > |
| static EIGEN_STRONG_INLINE bool | update (MatrixType &mat, TranspositionType &transpositions, Workspace &tmp, WType &w, const typename MatrixType::RealScalar &sigma=1) |
| |
Definition at line 460 of file LDLT.h.
◆ unblocked()
template<typename MatrixType , typename TranspositionType , typename Workspace >
◆ update()
template<typename MatrixType , typename TranspositionType , typename Workspace , typename WType >
The documentation for this struct was generated from the following file: