#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) |
| |
◆ unblocked()
◆ update()
The documentation for this struct was generated from the following file:
- core/util/algorithms/eigen-3.4.0/Eigen/src/Cholesky/LDLT.h