Logo ROOT   6.08/07
Reference Guide
List of all members | Public Member Functions | List of all members
ROOT::Math::CholeskyDecompHelpers::_inverter< F, 5, M > Struct Template Reference

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

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

Definition at line 876 of file CholeskyDecomp.h.

Public Member Functions

void operator() (M &dst, const F *src) const
 method to do the inversion More...
 

#include <Math/CholeskyDecomp.h>

Member Function Documentation

◆ operator()()

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

method to do the inversion

Definition at line 879 of file CholeskyDecomp.h.


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