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