Definition at line 492 of file TMatrixTUtils.h.
Public Member Functions | |
TMatrixTSub_const () | |
TMatrixTSub_const (const TMatrixT< Element > &matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb) | |
make a reference to submatrix [row_lwbs..row_upbs][col_lwbs..col_upbs]; The indexing range of the reference is [0..row_upbs-row_lwbs+1][0..col_upb-col_lwbs+1] (default) | |
TMatrixTSub_const (const TMatrixTSym< Element > &matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb) | |
make a reference to submatrix [row_lwbs..row_upbs][col_lwbs..col_upbs]; The indexing range of the reference is [0..row_upbs-row_lwbs+1][0..col_upb-col_lwbs+1] (default) | |
virtual | ~TMatrixTSub_const () |
Int_t | GetColOff () const |
const TMatrixTBase< Element > * | GetMatrix () const |
Int_t | GetNcols () const |
Int_t | GetNrows () const |
Int_t | GetRowOff () const |
virtual TClass * | IsA () const |
const Element & | operator() (Int_t rown, Int_t coln) 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 | fColOff |
const TMatrixTBase< Element > * | fMatrix |
Int_t | fNcolsSub |
Int_t | fNrowsSub |
Int_t | fRowOff |
#include <TMatrixTUtils.h>
|
inline |
Definition at line 502 of file TMatrixTUtils.h.
TMatrixTSub_const< Element >::TMatrixTSub_const | ( | const TMatrixT< Element > & | matrix, |
Int_t | row_lwb, | ||
Int_t | row_upb, | ||
Int_t | col_lwb, | ||
Int_t | col_upb | ||
) |
make a reference to submatrix [row_lwbs..row_upbs][col_lwbs..col_upbs]; The indexing range of the reference is [0..row_upbs-row_lwbs+1][0..col_upb-col_lwbs+1] (default)
Definition at line 814 of file TMatrixTUtils.cxx.
TMatrixTSub_const< Element >::TMatrixTSub_const | ( | const TMatrixTSym< Element > & | matrix, |
Int_t | row_lwb, | ||
Int_t | row_upb, | ||
Int_t | col_lwb, | ||
Int_t | col_upb | ||
) |
make a reference to submatrix [row_lwbs..row_upbs][col_lwbs..col_upbs]; The indexing range of the reference is [0..row_upbs-row_lwbs+1][0..col_upb-col_lwbs+1] (default)
Definition at line 868 of file TMatrixTUtils.cxx.
|
inlinevirtual |
Definition at line 505 of file TMatrixTUtils.h.
|
static |
|
static |
|
inlinestaticconstexpr |
Definition at line 528 of file TMatrixTUtils.h.
|
inlinestatic |
Definition at line 528 of file TMatrixTUtils.h.
|
inline |
Definition at line 509 of file TMatrixTUtils.h.
|
inline |
Definition at line 507 of file TMatrixTUtils.h.
|
inline |
Definition at line 511 of file TMatrixTUtils.h.
|
inline |
Definition at line 510 of file TMatrixTUtils.h.
|
inline |
Definition at line 508 of file TMatrixTUtils.h.
|
inlinevirtual |
Reimplemented in TMatrixTSub< Element >.
Definition at line 528 of file TMatrixTUtils.h.
|
inline |
Definition at line 512 of file TMatrixTUtils.h.
|
virtual |
Reimplemented in TMatrixTSub< Element >.
|
inline |
Definition at line 528 of file TMatrixTUtils.h.
|
protected |
Definition at line 497 of file TMatrixTUtils.h.
|
protected |
Definition at line 495 of file TMatrixTUtils.h.
|
protected |
Definition at line 499 of file TMatrixTUtils.h.
|
protected |
Definition at line 498 of file TMatrixTUtils.h.
|
protected |
Definition at line 496 of file TMatrixTUtils.h.