#include <vector.h>
#include <matrix.h>
Include dependency graph for cholesky.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | SPUC |
Functions | |
| bool | SPUC::chol (const mat &X, mat &F) |
| Cholesky factorisation of real symmetric and positive definite matrix. | |
| mat | SPUC::chol (const mat &X) |
| Cholesky factorisation of real symmetric and positive definite matrix. | |
| bool | SPUC::chol (const mat &X, int p, mat &F) |
| Cholesky factorisation of an n by n band-matrix X. Bandwidth p. | |
| mat | SPUC::chol (const mat &X, int p) |
| Cholesky factorisation of a band matrix. | |
2002/10/13 19:26:17
1.4.4