template<class Element>
class TMatrixTSub_const< Element >
Definition at line 39 of file TMatrixDUtilsfwd.h.
|
| 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) More...
|
|
| 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) More...
|
|
virtual | ~TMatrixTSub_const () |
|
Int_t | GetColOff () const |
|
const TMatrixTBase< Element > * | GetMatrix () const |
|
Int_t | GetNcols () const |
|
Int_t | GetNrows () const |
|
Int_t | GetRowOff () const |
|
const Element & | operator() (Int_t rown, Int_t coln) const |
|
#include <TMatrixDUtilsfwd.h>
◆ TMatrixTSub_const() [1/3]
◆ TMatrixTSub_const() [2/3]
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() [3/3]
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.
◆ ~TMatrixTSub_const()
◆ GetColOff()
◆ GetMatrix()
◆ GetNcols()
◆ GetNrows()
◆ GetRowOff()
◆ operator()()
template<class Element>
const Element& TMatrixTSub_const< Element >::operator() |
( |
Int_t |
rown, |
|
|
Int_t |
coln |
|
) |
| const |
|
inline |
◆ fColOff
◆ fMatrix
◆ fNcolsSub
◆ fNrowsSub
◆ fRowOff
The documentation for this class was generated from the following files: