#include "TMatrixT.h"
#include "TMatrixTSym.h"
#include "TMatrixTLazy.h"
#include "TMath.h"
Go to the source code of this file.
Functions | |
templateClassImp (TMatrixTLazy) templateClassImp(TMatrixTSymLazy) templateClassImp(THaarMatrixT) templateClassImp(THilbertMatrixT) templateClassImp(THilbertMatrixTSym) template< class Element > THaarMatrixT< Element > | |
template<class Element> | |
void | MakeHaarMat (TMatrixT< Element > &m) |
template<class Element> | |
void | MakeHilbertMat (TMatrixT< Element > &m) |
template<class Element> | |
void | MakeHilbertMat (TMatrixTSym< Element > &m) |
void MakeHaarMat | ( | TMatrixT< Element > & | m | ) |
Definition at line 50 of file TMatrixTLazy.cxx.
References Error, TMatrixT< Element >::GetMatrixArray(), j, m, R__ASSERT, and TMath::Sqrt().
Referenced by THaarMatrixT< Element >::FillIn().
void MakeHilbertMat | ( | TMatrixTSym< Element > & | m | ) |
void MakeHilbertMat | ( | TMatrixT< Element > & | m | ) |
Definition at line 143 of file TMatrixTLazy.cxx.
References Error, i, j, m, and R__ASSERT.
Referenced by THilbertMatrixTSym< Element >::FillIn(), and THilbertMatrixT< Element >::FillIn().
templateClassImp | ( | TMatrixTLazy | ) |