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

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

struct to solve a linear system using its Cholesky decomposition

Definition at line 42 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 , unsigned N, class V >
void ROOT::Math::CholeskyDecompHelpers::_solver< F, N, V >::operator() ( V &  rhs,
const F l 
) const
inline

method to solve the linear system

Definition at line 659 of file CholeskyDecomp.h.


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