#include "TMatrixTUtils.h"

TMatrixTSparseDiag_const<double>


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

class TMatrixTSparseDiag_const<double>

Inheritance Chart:
TMatrixTSparseDiag_const<double>
<-
TMatrixTSparseDiag<double>

    public:
TMatrixTSparseDiag_const<double>() TMatrixTSparseDiag_const<double>(const TMatrixTSparse<double>& matrix) TMatrixTSparseDiag_const<double>(const TMatrixTSparseDiag_const<double>& trc) virtual ~TMatrixTSparseDiag_const<double>() static TClass* Class() const double* GetDataPtr() const const TMatrixTBase<double>* GetMatrix() const Int_t GetNdiags() const virtual TClass* IsA() const double operator()(Int_t i) const TMatrixTSparseDiag_const<double>& operator=(const TMatrixTSparseDiag_const<double>& trc) double operator[](Int_t i) const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
const TMatrixTBase<double>* fMatrix the matrix I am the diagonal of Int_t fNdiag number of diag elems, min(nrows,ncols) const double* fDataPtr data pointer

Class Description

TElementActionT& operator=(const TElementActionT<Element> &)
Int_t GetNdiags()
Element operator()(Int_t i)
Element operator[](Int_t i)

Last update: Tue Jul 11 11:56:05 2006


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.