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

Public Member Functions

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

#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: