#include "TMatrixTUtils.h"

TMatrixTSub


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

class TMatrixTSub : public TMatrixTSub_const<float>

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

    public:
TMatrixTSub<float>() TMatrixTSub<float>(TMatrixT<float>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb) TMatrixTSub<float>(TMatrixTSym<float>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb) TMatrixTSub<float>(const TMatrixTSub<float>& ms) ~TMatrixTSub<float>() static TClass* Class() virtual TClass* IsA() const float& operator()(Int_t rown, Int_t coln) void operator*=(float val) void operator*=(const TMatrixTSub_const<float>& s) void operator*=(const TMatrixT<float>& m) void operator*=(const TMatrixTSym<float>& m) void operator+=(float val) void operator+=(const TMatrixTSub_const<float>& s) void operator+=(const TMatrixTBase<float>& m) void operator=(float val) void operator=(const TMatrixTSub_const<float>& s) void operator=(const TMatrixTSub<float>& s) void operator=(const TMatrixTBase<float>& m) void Rank1Update(const TVectorT<float>& vec, float alpha = 1.0) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    public:
static const enum TMatrixTSub<float>:: kWorkMax

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()
        TMatrixTSub<float> TMatrixTSub()
        TMatrixTSub<float> TMatrixTSub(TMatrixT<float>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb)
        TMatrixTSub<float> TMatrixTSub(TMatrixTSym<float>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb)
        TMatrixTSub<float> TMatrixTSub(const TMatrixTSub<float>& ms)
                    float& operator()(Int_t rown, Int_t coln)
                      void Rank1Update(const TVectorT<float>& vec, float alpha = 1.0)
                      void operator=(float val)
                      void operator+=(float val)
                      void operator*=(float val)
                      void operator=(const TMatrixTSub_const<float>& s)
                      void operator=(const TMatrixTSub<float>& s)
                      void operator=(const TMatrixTBase<float>& m)
                      void operator+=(const TMatrixTSub_const<float>& s)
                      void operator*=(const TMatrixTSub_const<float>& s)
                      void operator+=(const TMatrixTBase<float>& m)
                      void operator*=(const TMatrixT<float>& m)
                      void operator*=(const TMatrixTSym<float>& m)
                   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.