Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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 44 of file Dsinv.h.

Static Public Member Functions

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

#include <Math/Dsinv.h>

Member Function Documentation

◆ Dsinv() [1/2]

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

Definition at line 144 of file Dsinv.h.

◆ Dsinv() [2/2]

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 49 of file Dsinv.h.


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