ROOT  6.06/09
Reference Guide
Public Member Functions | List of all members
ROOT::Math::CholeskyDecompHelpers::_inverterGenDim< F, M > Struct Template Reference

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

struct to obtain the inverse from a Cholesky decomposition (general dimensionality)

Definition at line 39 of file CholeskyDecomp.h.

Public Member Functions

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

#include <Math/CholeskyDecomp.h>

Member Function Documentation

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

method to do the inversion

Definition at line 590 of file CholeskyDecomp.h.


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