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

template<class T, int n, int idim>
class ROOT::Math::SInverter< T, n, idim >

Dsinv.

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

Author
T. Glebe

Definition at line 46 of file Dsinv.h.

Static Public Member Functions

template<class MatrixRep >
static bool Dsinv (MatrixRep &rhs)
 
static bool Dsinv (MatRepSym< T, n > &rhs)
 

#include <Math/Dsinv.h>

Member Function Documentation

template<class T , int n, int idim>
template<class MatrixRep >
static bool ROOT::Math::SInverter< T, n, idim >::Dsinv ( MatrixRep &  rhs)
inlinestatic

Definition at line 51 of file Dsinv.h.

template<class T , int n, int idim>
static bool ROOT::Math::SInverter< T, n, idim >::Dsinv ( MatRepSym< T, n > &  rhs)
inlinestatic

Definition at line 146 of file Dsinv.h.


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