![]() |
MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Functions for calculating determinant. More...
#include <stdlib.h>#include <math.h>Go to the source code of this file.
Functions | |
| double | Determinant (double **a, int n) |
| Recursive function for calculation of determinant. More... | |
Functions for calculating determinant.
http://paulbourke.net/miscellaneous/determinant/determinant.c
Definition in file determinant.cc.
| double Determinant | ( | double ** | a, |
| int | n | ||
| ) |
Recursive function for calculation of determinant.
| [in] | a | 2D matrix |
| [in] | n | matrix dimension |
Definition at line 54 of file determinant.cc.
References bubbleGrowth.bubbleGrowth::m.
Referenced by makeNodeStruts().