|
STK++ 0.9.13
|
In this file we implement the modified Cholesky decomposition. More...
#include <Sdk.h>#include <Arrays/include/STK_Array2DDiagonal.h>#include <Arrays/include/STK_Array2DLowerTriangular.h>#include <Arrays/include/STK_CArraySquare.h>

Go to the source code of this file.
Namespaces | |
| namespace | STK |
| The namespace STK is the main domain space of the Statistical ToolKit project. | |
Functions | |
| template<class Lhs > | |
| bool | STK::cholesky (ExprBase< Lhs > const &A, Array2DDiagonal< typename Lhs::Type > &D, Array2DLowerTriangular< typename Lhs::Type > &L) |
| Compute the Cholesky decomposition of a symmetric matrix. | |
In this file we implement the modified Cholesky decomposition.
Definition in file STK_Cholesky.h.