Logo ROOT   6.10/09
Reference Guide
List of all members | Private Member Functions | List of all members
ROOT::Math::CholeskyDecompHelpers::_inverter< F, 0, M > Struct Template Reference

template<class F, class M>
struct ROOT::Math::CholeskyDecompHelpers::_inverter< F, 0, M >

struct to obtain the inverse from a Cholesky decomposition (N = 0)

Definition at line 980 of file CholeskyDecomp.h.

Private Member Functions

 _inverter ()
 
void operator() (M &dst, const F *src) const
 

#include <Math/CholeskyDecomp.h>

Constructor & Destructor Documentation

◆ _inverter()

template<class F , class M >
ROOT::Math::CholeskyDecompHelpers::_inverter< F, 0, M >::_inverter ( )
private

Member Function Documentation

◆ operator()()

template<class F , class M >
void ROOT::Math::CholeskyDecompHelpers::_inverter< F, 0, M >::operator() ( M &  dst,
const F src 
) const
private

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