ROOT
6.06/09
Reference Guide
|
Definition at line 38 of file TMatrixDUtilsfwd.h.
Public Member Functions | |
TMatrixTColumn_const () | |
TMatrixTColumn_const (const TMatrixT< Element > &matrix, Int_t col) | |
Constructor with column "col" of matrix. More... | |
TMatrixTColumn_const (const TMatrixTSym< Element > &matrix, Int_t col) | |
Constructor with column "col" of matrix. More... | |
TMatrixTColumn_const (const TMatrixTColumn_const< Element > &trc) | |
TMatrixTColumn_const< Element > & | operator= (const TMatrixTColumn_const< Element > &trc) |
virtual | ~TMatrixTColumn_const () |
const TMatrixTBase< Element > * | GetMatrix () const |
Int_t | GetColIndex () const |
Int_t | GetInc () const |
const Element * | GetPtr () const |
const Element & | operator() (Int_t i) const |
const Element & | operator[] (Int_t i) const |
Protected Attributes | |
const TMatrixTBase< Element > * | fMatrix |
Int_t | fColInd |
Int_t | fInc |
const Element * | fPtr |
#include <TMatrixDUtilsfwd.h>
|
inline |
Definition at line 222 of file TMatrixTUtils.h.
TMatrixTColumn_const< Element >::TMatrixTColumn_const | ( | const TMatrixT< Element > & | matrix, |
Int_t | col | ||
) |
Constructor with column "col" of matrix.
Definition at line 240 of file TMatrixTUtils.cxx.
TMatrixTColumn_const< Element >::TMatrixTColumn_const | ( | const TMatrixTSym< Element > & | matrix, |
Int_t | col | ||
) |
Constructor with column "col" of matrix.
Definition at line 262 of file TMatrixTUtils.cxx.
|
inline |
Definition at line 225 of file TMatrixTUtils.h.
|
inlinevirtual |
Definition at line 229 of file TMatrixTUtils.h.
|
inline |
Definition at line 232 of file TMatrixTUtils.h.
Referenced by TMatrixTColumn< Element >::operator=().
|
inline |
Definition at line 233 of file TMatrixTUtils.h.
Referenced by ApplyHouseHolder(), TMatrixT< Element >::operator*=(), TMatrixTColumn< Element >::operator*=(), TMatrixTColumn< Element >::operator+=(), TMatrixT< Element >::operator/=(), TVectorT< Element >::operator=(), TMatrixTColumn< Element >::operator=(), TDecompChol::Solve(), TDecompBK::Solve(), TDecompLU::Solve(), TDecompQRH::Solve(), and TDecompQRH::TransSolve().
|
inline |
Definition at line 231 of file TMatrixTUtils.h.
Referenced by ApplyHouseHolder(), TMatrixT< Element >::operator*=(), TMatrixTColumn< Element >::operator*=(), TMatrixTColumn< Element >::operator+=(), TMatrixT< Element >::operator/=(), TVectorT< Element >::operator=(), TMatrixTColumn< Element >::operator=(), TDecompChol::Solve(), TDecompBK::Solve(), TDecompLU::Solve(), TDecompQRH::Solve(), TDecompSVD::Solve(), TDecompLU::TransSolve(), TDecompQRH::TransSolve(), TDecompSVD::TransSolve(), and TVectorT< Element >::TVectorT().
|
inline |
Definition at line 234 of file TMatrixTUtils.h.
Referenced by TMatrixT< Element >::operator*=(), TMatrixTColumn< Element >::operator*=(), TMatrixTColumn< Element >::operator+=(), TMatrixT< Element >::operator/=(), TVectorT< Element >::operator=(), and TMatrixTColumn< Element >::operator=().
|
inline |
Definition at line 235 of file TMatrixTUtils.h.
|
inline |
Definition at line 227 of file TMatrixTUtils.h.
|
inline |
Definition at line 247 of file TMatrixTUtils.h.
|
protected |
Definition at line 217 of file TMatrixTUtils.h.
Referenced by TMatrixTColumn_const< Element >::GetColIndex(), and TMatrixTColumn_const< Element >::operator=().
|
protected |
Definition at line 218 of file TMatrixTUtils.h.
Referenced by TMatrixTColumn_const< Element >::GetInc(), TMatrixTColumn_const< Element >::operator()(), TMatrixTColumn< Element >::operator()(), and TMatrixTColumn_const< Element >::operator=().
|
protected |
Definition at line 216 of file TMatrixTUtils.h.
Referenced by TMatrixTColumn_const< Element >::GetMatrix(), TMatrixTColumn< Element >::operator()(), and TMatrixTColumn_const< Element >::operator=().
|
protected |
Definition at line 219 of file TMatrixTUtils.h.
Referenced by TMatrixTColumn_const< Element >::GetPtr(), TMatrixTColumn< Element >::GetPtr(), TMatrixTColumn< Element >::operator()(), and TMatrixTColumn_const< Element >::operator=().