#include <MatrixFunctors.hpp>
Inheritance diagram for CholeskyCrout:


A must be symetric and positive definite. This is the usual case when A comes from applying a Least Mean-Square (LMS) or Weighted Least Mean-Square (WLMS) method.
Definition at line 651 of file MatrixFunctors.hpp.
Public Member Functions | |
| template<class BaseClass> | |
| void | operator() (const ConstMatrixBase< T, BaseClass > &m) throw (MatrixException) |
|
|
Reimplemented from Cholesky. Definition at line 655 of file MatrixFunctors.hpp. References GPSTK_THROW, Matrix::rows(), SQRT, gpstk::sum(), and gpstk::transpose(). |
1.3.9.1