Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::Math::CholeskyDecompHelpers::_decomposer< F, N, M > Struct Template Reference

template<class F, unsigned N, class M>
struct ROOT::Math::CholeskyDecompHelpers::_decomposer< F, N, M >

struct to do a Cholesky decomposition

Definition at line 681 of file CholeskyDecomp.h.

Public Member Functions

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

Member Function Documentation

◆ operator()()

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

method to do the decomposition

Returns
if the decomposition was successful

Definition at line 684 of file CholeskyDecomp.h.