Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Math::CholeskyDecompHelpers::_solver< F, 0, V > Struct Template Reference

template<class F, class V>
struct ROOT::Math::CholeskyDecompHelpers::_solver< F, 0, V >

struct to solve a linear system using its Cholesky decomposition (N=0)

Definition at line 1088 of file CholeskyDecomp.h.

Private Member Functions

 _solver ()
 
void operator() (V &rhs, const F *l) const
 

#include <Math/CholeskyDecomp.h>

Constructor & Destructor Documentation

◆ _solver()

template<class F , class V >
ROOT::Math::CholeskyDecompHelpers::_solver< F, 0, V >::_solver ( )
private

Member Function Documentation

◆ operator()()

template<class F , class V >
void ROOT::Math::CholeskyDecompHelpers::_solver< F, 0, V >::operator() ( V &  rhs,
const F l 
) const
private

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