#include <src/Cholesky/LLT.h>
Static Public Member Functions | |
template<typename MatrixType > | |
static bool | unblocked (MatrixType &mat) |
template<typename MatrixType > | |
static bool | blocked (MatrixType &m) |
static bool internal::llt_inplace< Lower >::blocked | ( | MatrixType & | m | ) | [inline, static] |
Definition at line 214 of file LLT.h.
References eigen_assert, and mrpt::math::size().
Referenced by internal::llt_inplace< Upper >::blocked(), and internal::LLT_Traits< MatrixType, Lower >::inplace_decomposition().
static bool internal::llt_inplace< Lower >::unblocked | ( | MatrixType & | mat | ) | [inline, static] |
Definition at line 187 of file LLT.h.
References Block< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess >::coeffRef(), eigen_assert, real(), mrpt::math::size(), and internal::sqrt().
Referenced by internal::llt_inplace< Upper >::unblocked().
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011 |