Searched defs:LDLT (Results 1 – 2 of 2) sorted by relevance
72 LDLT() : m_matrix(), m_transpositions(), m_isInitialized(false) {} in LDLT() function80 LDLT(Index size) in LDLT() function92 LDLT(const MatrixType& matrix) in LDLT() function
128 Eigen::LDLT<Matrix> LDLT; LDLT.compute(A); in ctms_decompositions() local