class TMatrixTSparseDiag_const<float>
Matrix utility classes.
Templates of utility classes in the Linear Algebra Package.
The following classes are defined here:
Different matrix views without copying data elements :
TMatrixTRow_const TMatrixTRow
TMatrixTColumn_const TMatrixTColumn
TMatrixTDiag_const TMatrixTDiag
TMatrixTFlat_const TMatrixTFlat
TMatrixTSub_const TMatrixTSub
TMatrixTSparseRow_const TMatrixTSparseRow
TMatrixTSparseDiag_const TMatrixTSparseDiag
TElementActionT
TElementPosActionT
This class is also known as (typedefs to this class)
TMatrixTSparseDiag_const<
Float_t>,
TMatrixFSparseDiag_const
Function Members (Methods)
Data Members
protected:
const float* | fDataPtr | data pointer |
TMatrixTBase<float>* | fMatrix | the matrix I am the diagonal of |
Int_t | fNdiag | number of diag elems, min(nrows,ncols) |
Class Charts
Function documentation
TElementActionT& operator=(const TMatrixTSparseDiag_const<float>& trc)
{return *this;}
const TMatrixTBase<Element> * GetMatrix() const
const Element & operator[](Int_t i) const
{ return (*(const TMatrixTRow<Element> *)this)(i); }