THilbertMatrix


class description - source file - inheritance tree

class THilbertMatrix : public TLazyMatrix

    private:
virtual void FillIn(TMatrix& m) const public:
THilbertMatrix THilbertMatrix(Int_t no_rows, Int_t no_cols) THilbertMatrix THilbertMatrix(Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb) THilbertMatrix THilbertMatrix(const THilbertMatrix&) void ~THilbertMatrix() static TClass* Class() virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




Class Description

                                                                      
 Matrix utility classes.                                              
                                                                      
 This file defines utility classes for the Linear Algebra Package.    
 The following classes are defined here:                              
   TMatrixAction                                                      
   TMatrixPosAction                                                   
   TLazyMatrix                                                        
   THaarMatrix                                                        
   THilbertMatrix                                                     
   TMatrixRow                                                         
   TMatrixColumn                                                      
   TMatrixDiag                                                        
   TMatrixFlat                                                        
   TMatrixPivoting                                                    
                                                                      


THilbertMatrix(Int_t no_rows, Int_t no_cols) : TLazyMatrix(no_rows, no_cols)

THilbertMatrix(Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb) : TLazyMatrix(row_lwb, row_upb, col_lwb, col_upb)

void FillIn(TMatrix &m) const



Inline Functions


               TClass* Class()
               TClass* IsA() const
                  void ShowMembers(TMemberInspector& insp, char* parent)
                  void Streamer(TBuffer& b)
                  void StreamerNVirtual(TBuffer& b)
        THilbertMatrix THilbertMatrix(const THilbertMatrix&)
                  void ~THilbertMatrix()


Author: Fons Rademakers 05/11/97
Last update: root/matrix:$Name: $:$Id: TMatrixUtils.cxx,v 1.14 2002/12/10 14:00:48 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - 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.