#include "TMatrixTUtils.h" |
TMatrixTDiag_const<double>
class description - header file - source file - inheritance tree (.pdf)
public:
TMatrixTDiag_const<double>()
TMatrixTDiag_const<double>(const TMatrixT<double>& matrix)
TMatrixTDiag_const<double>(const TMatrixTSym<double>& matrix)
TMatrixTDiag_const<double>(const TMatrixTDiag_const<double>& trc)
virtual ~TMatrixTDiag_const<double>()
static TClass* Class()
Int_t GetInc() const
const TMatrixTBase<double>* GetMatrix() const
Int_t GetNdiags() const
const double* GetPtr() const
virtual TClass* IsA() const
const double& operator()(Int_t i) const
TMatrixTDiag_const<double>& operator=(const TMatrixTDiag_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)
protected:
const TMatrixTBase<double>* fMatrix the matrix I am the diagonal of
Int_t fInc if ptr=@a[i,i], then ptr+inc = @a[i+1,i+1]
Int_t fNdiag number of diag elems, min(nrows,ncols)
const double* fPtr pointer to the a[0,0]