Logo ROOT  
Reference Guide
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 49 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

◆ Dfact() [1/2]

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 53 of file Dfact.h.

◆ Dfact() [2/2]

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 157 of file Dfact.h.


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