Logo ROOT  
Reference Guide
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 578 of file CholeskyDecomp.h.

Public Member Functions

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

#include <Math/CholeskyDecomp.h>

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 582 of file CholeskyDecomp.h.


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