Definition at line 585 of file TMatrixTUtils.h.
Public Member Functions | |
| TMatrixTSparseRow_const () | |
| TMatrixTSparseRow_const (const TMatrixTSparse< Element > &matrix, Int_t row) | |
| Constructor with row "row" of matrix.   | |
| TMatrixTSparseRow_const (const TMatrixTSparseRow_const< Element > &trc) | |
| virtual | ~TMatrixTSparseRow_const () | 
| const Int_t * | GetColPtr () const | 
| const Element * | GetDataPtr () const | 
| const TMatrixTBase< Element > * | GetMatrix () const | 
| Int_t | GetNindex () const | 
| Int_t | GetRowIndex () const | 
| Element | operator() (Int_t i) const | 
| TMatrixTSparseRow_const< Element > & | operator= (const TMatrixTSparseRow_const< Element > &trc) | 
| Element | operator[] (Int_t i) const | 
Protected Attributes | |
| const Int_t * | fColPtr | 
| const Element * | fDataPtr | 
| const TMatrixTSparse< Element > * | fMatrix | 
| Int_t | fNindex | 
| Int_t | fRowInd | 
#include <TMatrixTUtils.h>
      
  | 
  inline | 
Definition at line 595 of file TMatrixTUtils.h.
| TMatrixTSparseRow_const< Element >::TMatrixTSparseRow_const | ( | const TMatrixTSparse< Element > & | matrix, | 
| Int_t | row | ||
| ) | 
Constructor with row "row" of matrix.
Definition at line 1362 of file TMatrixTUtils.cxx.
      
  | 
  inline | 
Definition at line 597 of file TMatrixTUtils.h.
      
  | 
  inlinevirtual | 
Definition at line 601 of file TMatrixTUtils.h.
      
  | 
  inline | 
Definition at line 605 of file TMatrixTUtils.h.
      
  | 
  inline | 
Definition at line 604 of file TMatrixTUtils.h.
      
  | 
  inline | 
Definition at line 603 of file TMatrixTUtils.h.
      
  | 
  inline | 
Definition at line 607 of file TMatrixTUtils.h.
      
  | 
  inline | 
Definition at line 606 of file TMatrixTUtils.h.
| Element TMatrixTSparseRow_const< Element >::operator() | ( | Int_t | i | ) | const | 
Definition at line 1387 of file TMatrixTUtils.cxx.
      
  | 
  inline | 
Definition at line 599 of file TMatrixTUtils.h.
      
  | 
  inline | 
Definition at line 610 of file TMatrixTUtils.h.
      
  | 
  protected | 
Definition at line 591 of file TMatrixTUtils.h.
      
  | 
  protected | 
Definition at line 592 of file TMatrixTUtils.h.
      
  | 
  protected | 
Definition at line 588 of file TMatrixTUtils.h.
      
  | 
  protected | 
Definition at line 590 of file TMatrixTUtils.h.
      
  | 
  protected | 
Definition at line 589 of file TMatrixTUtils.h.