THaarMatrixD
class description - source file - inheritance tree
private:
virtual void FillIn(TMatrixD& m) const
public:
THaarMatrixD THaarMatrixD(Int_t n, Int_t no_cols = 0)
void ~THaarMatrixD()
static TClass* Class()
virtual TClass* IsA() const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Matrix utility classes.
This file defines utility classes for the Linear Algebra Package.
The following classes are defined here:
TMatrixDAction
TMatrixDPosAction
TLazyMatrixD
THaarMatrixD
THilbertMatrixD
TMatrixDRow
TMatrixDColumn
TMatrixDDiag
TMatrixDPivoting
THaarMatrixD(Int_t order, Int_t no_cols)
: TLazyMatrixD(1<<order, no_cols == 0 ? 1<<order : no_cols)
void FillIn(TMatrixD &m) const
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
void ~THaarMatrixD()
Author: Fons Rademakers 03/11/97
Last update: root/matrix:$Name: $:$Id: TMatrixDUtils.cxx,v 1.15 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.