template<class T>
class gnsstk::Cholesky< T >
Cholesky<double> Ch;.
Definition at line 591 of file MatrixFunctors.hpp.
#include <MatrixFunctors.hpp>
◆ Cholesky()
◆ backSub()
template<class T >
template<class BaseClass2 >
Use backsubstition to solve the equation A*x=b where *this Cholesky has been applied to A, i.e. A = L*transpose(L). The algorithm is in two steps: since A*x=L*LT*x=b, first solve L*y=b for y, then solve LT*x=y for x. x is returned as b.
- Exceptions
-
Definition at line 656 of file MatrixFunctors.hpp.
◆ operator()()
template<class T >
template<class BaseClass >
The documentation for this class was generated from the following file: