ROOT
6.07/01
Reference Guide
|
Definition at line 41 of file TMatrixDUtilsfwd.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) 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 () |
const TMatrixTBase< Element > * | GetMatrix () const |
Int_t | GetRowOff () const |
Int_t | GetColOff () const |
Int_t | GetNrows () const |
Int_t | GetNcols () const |
const Element & | operator() (Int_t rown, Int_t coln) const |
Protected Attributes | |
const TMatrixTBase< Element > * | fMatrix |
Int_t | fRowOff |
Int_t | fColOff |
Int_t | fNrowsSub |
Int_t | fNcolsSub |
#include <TMatrixDUtilsfwd.h>
|
inline |
Definition at line 498 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 789 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 843 of file TMatrixTUtils.cxx.
|
inlinevirtual |
Definition at line 501 of file TMatrixTUtils.h.
|
inline |
Definition at line 505 of file TMatrixTUtils.h.
Referenced by TMatrixTSub< Element >::operator*=(), TMatrixTSub< Element >::operator+=(), and TMatrixTSub< Element >::operator=().
|
inline |
Definition at line 503 of file TMatrixTUtils.h.
Referenced by TMatrixTSub< Element >::operator*=(), TMatrixTSub< Element >::operator+=(), and TMatrixTSub< Element >::operator=().
|
inline |
Definition at line 507 of file TMatrixTUtils.h.
Referenced by TMatrixTSub< Element >::operator*=(), TMatrixTSub< Element >::operator+=(), and TMatrixTSub< Element >::operator=().
|
inline |
Definition at line 506 of file TMatrixTUtils.h.
Referenced by TMatrixTSub< Element >::operator*=(), TMatrixTSub< Element >::operator+=(), and TMatrixTSub< Element >::operator=().
|
inline |
Definition at line 504 of file TMatrixTUtils.h.
Referenced by TMatrixTSub< Element >::operator*=(), TMatrixTSub< Element >::operator+=(), and TMatrixTSub< Element >::operator=().
|
inline |
Definition at line 508 of file TMatrixTUtils.h.
|
protected |
Definition at line 493 of file TMatrixTUtils.h.
Referenced by TMatrixTSub_const< Element >::GetColOff(), TMatrixTSub_const< Element >::operator()(), TMatrixTSub< Element >::operator()(), and TMatrixTSub_const< Element >::TMatrixTSub_const().
|
protected |
Definition at line 491 of file TMatrixTUtils.h.
Referenced by TMatrixTSub_const< Element >::GetMatrix(), TMatrixTSub_const< Element >::operator()(), TMatrixTSub< Element >::operator()(), and TMatrixTSub_const< Element >::TMatrixTSub_const().
|
protected |
Definition at line 495 of file TMatrixTUtils.h.
Referenced by TMatrixTSub_const< Element >::GetNcols(), TMatrixTSub_const< Element >::operator()(), TMatrixTSub< Element >::operator()(), and TMatrixTSub_const< Element >::TMatrixTSub_const().
|
protected |
Definition at line 494 of file TMatrixTUtils.h.
Referenced by TMatrixTSub_const< Element >::GetNrows(), TMatrixTSub_const< Element >::operator()(), TMatrixTSub< Element >::operator()(), and TMatrixTSub_const< Element >::TMatrixTSub_const().
|
protected |
Definition at line 492 of file TMatrixTUtils.h.
Referenced by TMatrixTSub_const< Element >::GetRowOff(), TMatrixTSub_const< Element >::operator()(), TMatrixTSub< Element >::operator()(), and TMatrixTSub_const< Element >::TMatrixTSub_const().