#include "TMatrixTUtils.h"

TMatrixTSparseRow


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

class TMatrixTSparseRow : public TMatrixTSparseRow_const<float>

Inheritance Chart:
TMatrixTSparseRow_const<float>
<-
TMatrixTSparseRow<float>

    public:
TMatrixTSparseRow<float>() TMatrixTSparseRow<float>(TMatrixTSparse<float>& matrix, Int_t row) TMatrixTSparseRow<float>(const TMatrixTSparseRow<float>& mr) ~TMatrixTSparseRow<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 TMatrixTSparseRow_const<float>& r) void operator+=(float val) void operator+=(const TMatrixTSparseRow_const<float>& r) void operator=(float val) void operator=(const TMatrixTSparseRow_const<float>& r) void operator=(const TMatrixTSparseRow<float>& r) 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 ~TMatrixTSparseRow()
        TMatrixTSparseRow<float> TMatrixTSparseRow()
        TMatrixTSparseRow<float> TMatrixTSparseRow(TMatrixTSparse<float>& matrix, Int_t row)
        TMatrixTSparseRow<float> TMatrixTSparseRow(const TMatrixTSparseRow<float>& mr)
                          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 TMatrixTSparseRow_const<float>& r)
                            void operator=(const TMatrixTSparseRow<float>& r)
                            void operator=(const TVectorT<float>& vec)
                            void operator+=(const TMatrixTSparseRow_const<float>& r)
                            void operator*=(const TMatrixTSparseRow_const<float>& r)
                         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.