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

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

struct to do a Cholesky decomposition (general dimensionality)

Definition at line 37 of file CholeskyDecomp.h.

Public Member Functions

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

#include <Math/CholeskyDecomp.h>

Member Function Documentation

◆ operator()()

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

method to do the decomposition

Returns
if the decomposition was successful

Definition at line 540 of file CholeskyDecomp.h.


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