ROOT
6.06/09
Reference Guide
|
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 |
Definition at line 55 of file Dfact.h.
Referenced by ROOT::Math::SMatrix< T, D1, D2, R >::Det().
|
inlinestatic |