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

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

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

Definition at line 988 of file CholeskyDecomp.h.

Public Member Functions

void operator() (V &rhs, const F *l) const
 method to solve the linear system More...
 

#include <Math/CholeskyDecomp.h>

Member Function Documentation

◆ operator()()

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

method to solve the linear system

Definition at line 991 of file CholeskyDecomp.h.


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