MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
determinant.h File Reference

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)
 

Detailed Description

Calcualte the determinant of an n by n matrix.

Definition in file determinant.h.

Function Documentation

◆ determinant()

double determinant ( double **  in_matrix,
int  n 
)
Parameters
in_matrixinput matrix
nmatrix order
Returns
determinant value of the input matrix.

Definition at line 12 of file determinant.h.

Referenced by HankelHadamard().