ROOT  6.06/09
Reference Guide
Static Public Member Functions | List of all members
ROOT::Math::Determinant< n, idim > Class Template Reference

template<unsigned int n, unsigned int idim = n>
class ROOT::Math::Determinant< n, idim >

Detrminant for a general squared matrix Function to compute the determinant from a square matrix ( \( \det(A)\)) of dimension idim and order n.

Author
T. Glebe

Definition at line 51 of file Dfact.h.

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>

Member Function Documentation

template<unsigned int n, unsigned int idim = n>
template<class T >
static bool ROOT::Math::Determinant< n, idim >::Dfact ( MatRepStd< T, n, idim > &  rhs,
T &  det 
)
inlinestatic

Definition at line 55 of file Dfact.h.

Referenced by ROOT::Math::SMatrix< T, D1, D2, R >::Det().

template<unsigned int n, unsigned int idim = n>
template<class T >
static bool ROOT::Math::Determinant< n, idim >::Dfact ( MatRepSym< T, n > &  rhs,
T &  det 
)
inlinestatic

Definition at line 159 of file Dfact.h.


The documentation for this class was generated from the following file: