Class CustomLLT

template<typename _MatrixType, int _UpLo>
class CustomLLT : public Eigen::LLT<_MatrixType, _UpLo>

Public Types

typedef _MatrixType MatrixType
typedef MatrixType::Scalar Scalar

Public Functions

inline CustomLLT()
inline CustomLLT(unsigned int n)
inline void copy_and_scale(const CustomLLT<_MatrixType, _UpLo> &other, Scalar scalar)