#include "TMatrixTUtils.h" |
TMatrixTColumn_const<float>
class description - header file - source file - inheritance tree (.pdf)
public:
TMatrixTColumn_const<float>()
TMatrixTColumn_const<float>(const TMatrixT<float>& matrix, Int_t col)
TMatrixTColumn_const<float>(const TMatrixTSym<float>& matrix, Int_t col)
TMatrixTColumn_const<float>(const TMatrixTColumn_const<float>& trc)
virtual ~TMatrixTColumn_const<float>()
static TClass* Class()
Int_t GetColIndex() const
Int_t GetInc() const
const TMatrixTBase<float>* GetMatrix() const
const float* GetPtr() const
virtual TClass* IsA() const
const float& operator()(Int_t i) const
TMatrixTColumn_const<float>& operator=(const TMatrixTColumn_const<float>& trc)
const float& operator[](Int_t i) const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
const TMatrixTBase<float>* 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 float* fPtr pointer to the a[0,col] column