library: libMatrix
#include "TMatrixFLazy.h"

THaarMatrixF


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

class THaarMatrixF : public TMatrixFLazy

Inheritance Chart:
TObject
<-
TMatrixFLazy
<-
THaarMatrixF
    private:
virtual void FillIn(TMatrixF& m) const public:
THaarMatrixF() THaarMatrixF(Int_t n, Int_t no_cols = 0) THaarMatrixF(const THaarMatrixF&) virtual ~THaarMatrixF() 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

                                                                      
 Lazy Matrix classes.                                                 
                                                                      
   TMatrixFLazy                                                       
   TMatrixFSymLazy                                                    
   THaarMatrixF                                                       
   THilbertMatrixF                                                    
                                                                      


THaarMatrixF(Int_t order,Int_t no_cols) : TMatrixFLazy(1<<order, no_cols == 0 ? 1<<order : no_cols)

void FillIn(TMatrixF &m) const



Inline Functions


                void ~THaarMatrixF()
        THaarMatrixF THaarMatrixF(Int_t n, Int_t no_cols = 0)
             TClass* Class()
             TClass* IsA() const
                void ShowMembers(TMemberInspector& insp, char* parent)
                void Streamer(TBuffer& b)
                void StreamerNVirtual(TBuffer& b)
        THaarMatrixF THaarMatrixF(const THaarMatrixF&)


Last update: root/matrix:$Name: $:$Id: TMatrixFLazy.cxx,v 1.5 2004/09/03 13:41:34 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.