#include "TMatrixTUtils.h"

TMatrixTSparseDiag_const


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

class TMatrixTSparseDiag_const

Inheritance Chart:
TMatrixTSparseDiag_const<double>
<-
TMatrixTSparseDiag<double>

    public:
TMatrixTSparseDiag_const<double>() TMatrixTSparseDiag_const<double>(const TMatrixTSparse<double>& matrix) TMatrixTSparseDiag_const<double>(const TMatrixTSparseDiag_const<double>&) virtual ~TMatrixTSparseDiag_const<double>() static TClass* Class() const double* GetDataPtr() const const TMatrixTBase<double>* GetMatrix() const Int_t GetNdiags() const virtual TClass* IsA() const double operator()(Int_t i) const double operator[](Int_t i) 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 the diagonal of Int_t fNdiag number of diag elems, min(nrows,ncols) const double* fDataPtr data pointer

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 ~TMatrixTSparseDiag_const()
        TMatrixTSparseDiag_const<double> TMatrixTSparseDiag_const()
        TMatrixTSparseDiag_const<double> TMatrixTSparseDiag_const(const TMatrixTSparse<double>& matrix)
             const TMatrixTBase<double>* GetMatrix() const
                           const double* GetDataPtr() const
                                   Int_t GetNdiags() const
                                  double operator()(Int_t i) const
                                  double operator[](Int_t i) const
                                 TClass* Class()
                                 TClass* IsA() const
                                    void ShowMembers(TMemberInspector& insp, char* parent)
                                    void Streamer(TBuffer& b)
                                    void StreamerNVirtual(TBuffer& b)
        TMatrixTSparseDiag_const<double> TMatrixTSparseDiag_const(const TMatrixTSparseDiag_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.