#include "TMatrixTUtils.h"

TMatrixTColumn_const<double>


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

class TMatrixTColumn_const<double>

Inheritance Chart:
TMatrixTColumn_const<double>
<-
TMatrixTColumn<double>

    public:
TMatrixTColumn_const<double>() TMatrixTColumn_const<double>(const TMatrixT<double>& matrix, Int_t col) TMatrixTColumn_const<double>(const TMatrixTSym<double>& matrix, Int_t col) TMatrixTColumn_const<double>(const TMatrixTColumn_const<double>& trc) virtual ~TMatrixTColumn_const<double>() static TClass* Class() Int_t GetColIndex() const Int_t GetInc() const const TMatrixTBase<double>* GetMatrix() const const double* GetPtr() const virtual TClass* IsA() const const double& operator()(Int_t i) const TMatrixTColumn_const<double>& operator=(const TMatrixTColumn_const<double>& trc) const 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 a column of Int_t fColInd effective column index Int_t fInc if ptr = @a[i,col], then ptr+inc = @a[i+1,col] const double* fPtr pointer to the a[0,col] column

Class Description

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

Last update: Tue Jul 11 11:55:57 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.