Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

cholesky.h File Reference

Definitions of Cholesky factorisation functions. More...

#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.


Detailed Description

Definitions of Cholesky factorisation functions.

Author:
Tony Ottosson
1.8

2002/10/13 19:26:17


Generated on Fri Sep 16 11:05:53 2005 for spuc by  doxygen 1.4.4