HomeSort by relevance Sort by last modified time
    Searched full:inplace_decomposition (Results 1 - 1 of 1) sorted by null

  /external/eigen/Eigen/src/Cholesky/
LLT.h 359 static bool inplace_decomposition(MatrixType& m) function in struct:Eigen::internal::LLT_Traits
369 static bool inplace_decomposition(MatrixType& m) function in struct:Eigen::internal::LLT_Traits
391 bool ok = Traits::inplace_decomposition(m_matrix);

Completed in 1797 milliseconds