STK++ 0.9.13
STK_Cholesky.h File Reference

In this file we implement the modified Cholesky decomposition. More...

Include dependency graph for STK_Cholesky.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

In this file we implement the modified Cholesky decomposition.

Definition in file STK_Cholesky.h.