#include "TMatrixTUtils.h"

TMatrixTSub_const


class description - source file - inheritance tree (.pdf)

class TMatrixTSub_const

Inheritance Chart:
TMatrixTSub_const<double>
<-
TMatrixTSub<double>

    public:
TMatrixTSub_const<double>() TMatrixTSub_const<double>(const TMatrixT<double>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb) TMatrixTSub_const<double>(const TMatrixTSym<double>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb) TMatrixTSub_const<double>(const TMatrixTSub_const<double>&) virtual ~TMatrixTSub_const<double>() static TClass* Class() Int_t GetColOff() const const TMatrixTBase<double>* GetMatrix() const Int_t GetNcols() const Int_t GetNrows() const Int_t GetRowOff() const virtual TClass* IsA() const const double& operator()(Int_t rown, Int_t coln) const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
const TMatrixTBase<double>* fMatrix the matrix I am a submatrix of Int_t fRowOff Int_t fColOff Int_t fNrowsSub Int_t fNcolsSub

Class Description

                                                                      
 Matrix utility classes.                                              
                                                                      
 Templates of utility classes in the Linear Algebra Package.          
 The following classes are defined here:                              
                                                                      
 Different matrix views without copying data elements :               
   TMatrixTRow_const        TMatrixTRow                               
   TMatrixTColumn_const     TMatrixTColumn                            
   TMatrixTDiag_const       TMatrixTDiag                              
   TMatrixTFlat_const       TMatrixTFlat                              
   TMatrixTSub_const        TMatrixTSub                               
   TMatrixTSparseRow_const  TMatrixTSparseRow                         
   TMatrixTSparseDiag_const TMatrixTSparseDiag                        
                                                                      
   TElementActionT                                                    
   TElementPosActionT                                                 
                                                                      




Inline Functions


                               void ~TMatrixTSub_const()
          TMatrixTSub_const<double> TMatrixTSub_const()
          TMatrixTSub_const<double> TMatrixTSub_const(const TMatrixT<double>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb)
          TMatrixTSub_const<double> TMatrixTSub_const(const TMatrixTSym<double>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb)
        const TMatrixTBase<double>* GetMatrix() const
                              Int_t GetRowOff() const
                              Int_t GetColOff() const
                              Int_t GetNrows() const
                              Int_t GetNcols() const
                      const double& operator()(Int_t rown, Int_t coln) const
                            TClass* Class()
                            TClass* IsA() const
                               void ShowMembers(TMemberInspector& insp, char* parent)
                               void Streamer(TBuffer& b)
                               void StreamerNVirtual(TBuffer& b)
          TMatrixTSub_const<double> TMatrixTSub_const(const TMatrixTSub_const<double>&)


Last update: root/matrix:$Name: $:$Id: TMatrixTUtils.h,v 1.2 2005/12/23 07:20:10 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.