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

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

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

Definition at line 1078 of file CholeskyDecomp.h.

Public Member Functions

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

#include <Math/CholeskyDecomp.h>

Member Function Documentation

◆ operator()()

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

method to solve the linear system

Definition at line 1081 of file CholeskyDecomp.h.


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