#include "TMatrixTUtils.h"

TMatrixTSparseDiag


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

class TMatrixTSparseDiag : public TMatrixTSparseDiag_const<float>

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

    public:
TMatrixTSparseDiag<float>() TMatrixTSparseDiag<float>(TMatrixTSparse<float>& matrix) TMatrixTSparseDiag<float>(const TMatrixTSparseDiag<float>& md) ~TMatrixTSparseDiag<float>() static TClass* Class() float* GetDataPtr() const virtual TClass* IsA() const float operator()(Int_t i) const float& operator()(Int_t i) void operator*=(float val) void operator*=(const TMatrixTSparseDiag_const<float>& d) void operator+=(float val) void operator+=(const TMatrixTSparseDiag_const<float>& d) void operator=(float val) void operator=(const TMatrixTSparseDiag_const<float>& d) void operator=(const TMatrixTSparseDiag<float>& d) void operator=(const TVectorT<float>& vec) float operator[](Int_t i) const float& operator[](Int_t i) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




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()
        TMatrixTSparseDiag<float> TMatrixTSparseDiag()
        TMatrixTSparseDiag<float> TMatrixTSparseDiag(TMatrixTSparse<float>& matrix)
        TMatrixTSparseDiag<float> TMatrixTSparseDiag(const TMatrixTSparseDiag<float>& md)
                           float* GetDataPtr() const
                            float operator()(Int_t i) const
                           float& operator()(Int_t i)
                            float operator[](Int_t i) const
                           float& operator[](Int_t i)
                             void operator=(float val)
                             void operator+=(float val)
                             void operator*=(float val)
                             void operator=(const TMatrixTSparseDiag_const<float>& d)
                             void operator=(const TMatrixTSparseDiag<float>& d)
                             void operator=(const TVectorT<float>& vec)
                             void operator+=(const TMatrixTSparseDiag_const<float>& d)
                             void operator*=(const TMatrixTSparseDiag_const<float>& d)
                          TClass* Class()
                          TClass* IsA() const
                             void ShowMembers(TMemberInspector& insp, char* parent)
                             void Streamer(TBuffer& b)
                             void StreamerNVirtual(TBuffer& b)


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.