#include "TMatrixTUtils.h"

TMatrixTRow


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

class TMatrixTRow : public TMatrixTRow_const<float>

Inheritance Chart:
TMatrixTRow_const<float>
<-
TMatrixTRow<float>

    public:
TMatrixTRow<float>() TMatrixTRow<float>(TMatrixT<float>& matrix, Int_t row) TMatrixTRow<float>(TMatrixTSym<float>& matrix, Int_t row) TMatrixTRow<float>(const TMatrixTRow<float>& mr) ~TMatrixTRow<float>() static TClass* Class() float* GetPtr() const virtual TClass* IsA() const const float& operator()(Int_t i) const float& operator()(Int_t i) void operator*=(float val) void operator*=(const TMatrixTRow_const<float>& r) void operator+=(float val) void operator+=(const TMatrixTRow_const<float>& r) void operator=(float val) void operator=(const TMatrixTRow_const<float>& r) void operator=(const TMatrixTRow<float>& r) void operator=(const TVectorT<float>& vec) const 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 ~TMatrixTRow()
        TMatrixTRow<float> TMatrixTRow()
        TMatrixTRow<float> TMatrixTRow(TMatrixT<float>& matrix, Int_t row)
        TMatrixTRow<float> TMatrixTRow(TMatrixTSym<float>& matrix, Int_t row)
        TMatrixTRow<float> TMatrixTRow(const TMatrixTRow<float>& mr)
                    float* GetPtr() const
              const float& operator()(Int_t i) const
                    float& operator()(Int_t i)
              const 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 TMatrixTRow_const<float>& r)
                      void operator=(const TMatrixTRow<float>& r)
                      void operator=(const TVectorT<float>& vec)
                      void operator+=(const TMatrixTRow_const<float>& r)
                      void operator*=(const TMatrixTRow_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.