MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Calcualte the determinant of an n by n matrix. More...
Go to the source code of this file.
Functions | |
double | determinant (double **in_matrix, int n) |
Calcualte the determinant of an n by n matrix.
Definition in file determinant.h.
double determinant | ( | double ** | in_matrix, |
int | n | ||
) |
in_matrix | input matrix |
n | matrix order |
Definition at line 12 of file determinant.h.
Referenced by HankelHadamard().