Logo ROOT   6.08/07
Reference Guide
List of all members | Static Public Member Functions | List of all members
ROOT::Math::SDeterminant< n, idim > Class Template Reference

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

Dsfact.

Compute determinant of a symmetric, positive definite matrix of dimension $idim$ and order $n$.

Author
T. Glebe

Definition at line 51 of file Dsfact.h.

Static Public Member Functions

template<class T >
static bool Dsfact (MatRepStd< T, n, idim > &rhs, T &det)
 
template<class T >
static bool Dsfact (MatRepSym< T, n > &rhs, T &det)
 

#include <Math/Dsfact.h>

Member Function Documentation

◆ Dsfact() [1/2]

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

Definition at line 55 of file Dsfact.h.

◆ Dsfact() [2/2]

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

Definition at line 120 of file Dsfact.h.


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