#include <algorithm>
#include <cassert>
#include "spucconfig.h"
#include "cholesky.h"
#include "lapack.h"
Include dependency graph for cholesky.cpp:
Namespaces | |
namespace | SPUC |
Functions | |
bool | SPUC::chol (const mat &X, mat &F) |
Cholesky factorisation of real symmetric and positive definite matrix. | |
bool | SPUC::chol (const cmat &X, cmat &F) |
cmat | SPUC::chol (const cmat &X) |
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/02 15:37:18