Detrminant for a general squared matrix Function to compute the determinant from a square matrix ( \( \det(A)\)) of dimension idim and order n.
Static Public Member Functions | |
template<class T > | |
static bool | Dfact (MatRepStd< T, n, idim > &rhs, T &det) |
template<class T > | |
static bool | Dfact (MatRepSym< T, n > &rhs, T &det) |
#include <Math/Dfact.h>
|
inlinestatic |
|
inlinestatic |