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

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

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

Definition at line 1010 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

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

method to solve the linear system

Definition at line 1013 of file CholeskyDecomp.h.


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