#include "TMatrixTLazy.h"

TMatrixTLazy


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

class TMatrixTLazy : public TObject

Inheritance Chart:
TObject
<-
TMatrixTLazy<float>
<-
THaarMatrixT<float>
THilbertMatrixT<float>
 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.

    private:
virtual void FillIn(TMatrixT<float>& m) const protected:
void operator=(const TMatrixTLazy<float>&) public:
virtual ~TMatrixTLazy<float>() static TClass* Class() Int_t GetColLwb() const Int_t GetColUpb() const Int_t GetRowLwb() const Int_t GetRowUpb() const virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Int_t fRowUpb Int_t fRowLwb Int_t fColUpb Int_t fColLwb

Class Description

                                                                      
 Templates of Lazy Matrix classes.                                    
                                                                      
   TMatrixTLazy                                                       
   TMatrixTSymLazy                                                    
   THaarMatrixT                                                       
   THilbertMatrixT                                                    
   THilbertMatrixTSym                                                 
                                                                      




Inline Functions


               void ~TMatrixTLazy()
               void operator=(const TMatrixTLazy<float>&)
               void FillIn(TMatrixT<float>& m) const
              Int_t GetRowLwb() const
              Int_t GetRowUpb() const
              Int_t GetColLwb() const
              Int_t GetColUpb() const
            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: TMatrixTLazy.cxx,v 1.2 2005/12/23 19:55:50 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.