int matrix_det_symposdef

(double** a, int dim, double* det)

Finds the determinant of a symmetric, positiv definit matrix.

Documentation

Finds the determinant of a symmetric, positiv definit matrix.
Parameters:
a - : double matrix
dim - : dimension of a
det - : determinant of a, the returning value
Returns:
0 for success; -1 for failure

Alphabetic index



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