int matrix_cholesky

(double** a, double* b, int dim, double* x)

Solves a linear equation system, Ax = b, for a symmetric, positiv definit matrix.

Documentation

Solves a linear equation system, Ax = b, for a symmetric, positiv definit matrix.
Parameters:
a - : double matrix
b - : double vector
dim - : dimension of a
x - : double vector, a solution of the system.
Returns:
0 for success; -1 for failure

Alphabetic index



This page was generated with the help of DOC++.