ROOT 6.18/05 Reference Guide |
Definition at line 114 of file TMatrixTUtils.h.
Public Member Functions | |
TMatrixTRow_const () | |
TMatrixTRow_const (const TMatrixT< Element > &matrix, Int_t row) | |
Constructor with row "row" of matrix. More... | |
TMatrixTRow_const (const TMatrixTRow_const< Element > &trc) | |
TMatrixTRow_const (const TMatrixTSym< Element > &matrix, Int_t row) | |
Constructor with row "row" of symmetric matrix. More... | |
virtual | ~TMatrixTRow_const () |
Int_t | GetInc () const |
const TMatrixTBase< Element > * | GetMatrix () const |
const Element * | GetPtr () const |
Int_t | GetRowIndex () const |
const Element & | operator() (Int_t i) const |
TMatrixTRow_const< Element > & | operator= (const TMatrixTRow_const< Element > &trc) |
const Element & | operator[] (Int_t i) const |
Protected Attributes | |
Int_t | fInc |
const TMatrixTBase< Element > * | fMatrix |
const Element * | fPtr |
Int_t | fRowInd |
#include <TMatrixTUtils.h>
|
inline |
Definition at line 123 of file TMatrixTUtils.h.
TMatrixTRow_const< Element >::TMatrixTRow_const | ( | const TMatrixT< Element > & | matrix, |
Int_t | row | ||
) |
Constructor with row "row" of matrix.
Definition at line 46 of file TMatrixTUtils.cxx.
TMatrixTRow_const< Element >::TMatrixTRow_const | ( | const TMatrixTSym< Element > & | matrix, |
Int_t | row | ||
) |
Constructor with row "row" of symmetric matrix.
Definition at line 68 of file TMatrixTUtils.cxx.
|
inline |
Definition at line 126 of file TMatrixTUtils.h.
|
inlinevirtual |
Definition at line 130 of file TMatrixTUtils.h.
|
inline |
Definition at line 134 of file TMatrixTUtils.h.
|
inline |
Definition at line 132 of file TMatrixTUtils.h.
|
inline |
Definition at line 135 of file TMatrixTUtils.h.
|
inline |
Definition at line 133 of file TMatrixTUtils.h.
|
inline |
Definition at line 136 of file TMatrixTUtils.h.
|
inline |
Definition at line 128 of file TMatrixTUtils.h.
|
inline |
Definition at line 148 of file TMatrixTUtils.h.
|
protected |
Definition at line 119 of file TMatrixTUtils.h.
|
protected |
Definition at line 117 of file TMatrixTUtils.h.
|
protected |
Definition at line 120 of file TMatrixTUtils.h.
|
protected |
Definition at line 118 of file TMatrixTUtils.h.