ROOT 6.13/01 Reference Guide |
Definition at line 36 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) | |
virtual | ~TMatrixTColumn_const () |
Int_t | GetColIndex () const |
Int_t | GetInc () const |
const TMatrixTBase< Element > * | GetMatrix () const |
const Element * | GetPtr () const |
const Element & | operator() (Int_t i) const |
TMatrixTColumn_const< Element > & | operator= (const TMatrixTColumn_const< Element > &trc) |
const Element & | operator[] (Int_t i) const |
Protected Attributes | |
Int_t | fColInd |
Int_t | fInc |
const TMatrixTBase< Element > * | fMatrix |
const Element * | fPtr |
#include <TMatrixDUtilsfwd.h>
|
inline |
Definition at line 223 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 252 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 274 of file TMatrixTUtils.cxx.
|
inline |
Definition at line 226 of file TMatrixTUtils.h.
|
inlinevirtual |
Definition at line 230 of file TMatrixTUtils.h.
|
inline |
Definition at line 233 of file TMatrixTUtils.h.
|
inline |
Definition at line 234 of file TMatrixTUtils.h.
|
inline |
Definition at line 232 of file TMatrixTUtils.h.
|
inline |
Definition at line 235 of file TMatrixTUtils.h.
|
inline |
Definition at line 236 of file TMatrixTUtils.h.
|
inline |
Definition at line 228 of file TMatrixTUtils.h.
|
inline |
Definition at line 248 of file TMatrixTUtils.h.
|
protected |
Definition at line 218 of file TMatrixTUtils.h.
|
protected |
Definition at line 219 of file TMatrixTUtils.h.
|
protected |
Definition at line 217 of file TMatrixTUtils.h.
|
protected |
Definition at line 220 of file TMatrixTUtils.h.