Logo ROOT   6.10/09
Reference Guide
List of all members | Public Member Functions | List of all members
ROOT::Math::CholeskyDecompHelpers::_decomposer< F, 4, M > Struct Template Reference

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

struct to do a Cholesky decomposition (specialized, N = 4)

Definition at line 738 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 , class M >
bool ROOT::Math::CholeskyDecompHelpers::_decomposer< F, 4, M >::operator() ( F dst,
const M &  src 
) const
inline

method to do the decomposition

Definition at line 741 of file CholeskyDecomp.h.


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