Logo ROOT  
Reference Guide
ROOT::Math::CholeskyDecompHelpers::_solverGenDim< F, V > Struct Template Reference

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

struct to solve a linear system using its Cholesky decomposition (generalised dimensionality)

Definition at line 630 of file CholeskyDecomp.h.

Public Member Functions

void operator() (V &rhs, const F *l, unsigned N) 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::_solverGenDim< F, V >::operator() ( V &  rhs,
const F l,
unsigned  N 
) const
inline

method to solve the linear system

Definition at line 633 of file CholeskyDecomp.h.


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