Definition at line 210 of file TMatrixTUtils.h.
Public Member Functions | |
TMatrixTColumn_const () | |
TMatrixTColumn_const (const TMatrixT< Element > &matrix, Int_t col) | |
Constructor with column "col" of matrix. | |
TMatrixTColumn_const (const TMatrixTColumn_const< Element > &trc) | |
TMatrixTColumn_const (const TMatrixTSym< Element > &matrix, Int_t col) | |
Constructor with column "col" of matrix. | |
virtual | ~TMatrixTColumn_const () |
Int_t | GetColIndex () const |
Int_t | GetInc () const |
const TMatrixTBase< Element > * | GetMatrix () const |
const Element * | GetPtr () const |
virtual TClass * | IsA () const |
const Element & | operator() (Int_t i) const |
TMatrixTColumn_const< Element > & | operator= (const TMatrixTColumn_const< Element > &trc) |
const Element & | operator[] (Int_t i) const |
virtual void | Streamer (TBuffer &) |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Static Public Member Functions | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Protected Attributes | |
Int_t | fColInd |
Int_t | fInc |
const TMatrixTBase< Element > * | fMatrix |
const Element * | fPtr |
#include <TMatrixTUtils.h>
|
inline |
Definition at line 219 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 222 of file TMatrixTUtils.h.
|
inlinevirtual |
Definition at line 226 of file TMatrixTUtils.h.
|
static |
|
static |
|
inlinestaticconstexpr |
Definition at line 246 of file TMatrixTUtils.h.
|
inlinestatic |
Definition at line 246 of file TMatrixTUtils.h.
|
inline |
Definition at line 229 of file TMatrixTUtils.h.
|
inline |
Definition at line 230 of file TMatrixTUtils.h.
|
inline |
Definition at line 228 of file TMatrixTUtils.h.
|
inline |
Definition at line 231 of file TMatrixTUtils.h.
|
inlinevirtual |
Reimplemented in TMatrixTColumn< Element >.
Definition at line 246 of file TMatrixTUtils.h.
|
inline |
Definition at line 232 of file TMatrixTUtils.h.
|
inline |
Definition at line 224 of file TMatrixTUtils.h.
|
inline |
Definition at line 244 of file TMatrixTUtils.h.
|
virtual |
Reimplemented in TMatrixTColumn< Element >.
|
inline |
Definition at line 246 of file TMatrixTUtils.h.
|
protected |
Definition at line 214 of file TMatrixTUtils.h.
|
protected |
Definition at line 215 of file TMatrixTUtils.h.
|
protected |
Definition at line 213 of file TMatrixTUtils.h.
|
protected |
Definition at line 216 of file TMatrixTUtils.h.