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
TMatrixTSparseDiag<float>() | |
TMatrixTSparseDiag<float>(TMatrixTSparse<float>& matrix) | |
TMatrixTSparseDiag<float>(const TMatrixTSparseDiag<float>& md) | |
~TMatrixTSparseDiag<float>() | |
static TClass* | Class() |
float* | GetDataPtr() const |
const TMatrixTBase<float>* | TMatrixTSparseDiag_const<float>::GetMatrix() const |
Int_t | TMatrixTSparseDiag_const<float>::GetNdiags() const |
virtual TClass* | IsA() const |
float | operator()(Int_t i) const |
float& | operator()(Int_t i) |
void | operator*=(float val) |
void | operator*=(const TMatrixTSparseDiag_const<float>& d) |
void | operator+=(float val) |
void | operator+=(const TMatrixTSparseDiag_const<float>& d) |
void | operator=(float val) |
void | operator=(const TMatrixTSparseDiag_const<float>& d) |
TMatrixTSparseDiag<float>& | operator=(const TMatrixTSparseDiag<float>& d) |
void | operator=(const TVectorT<float>& vec) |
float | operator[](Int_t i) const |
float& | operator[](Int_t i) |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
const float* | TMatrixTSparseDiag_const<float>::fDataPtr | data pointer |
const TMatrixTBase<float>* | TMatrixTSparseDiag_const<float>::fMatrix | the matrix I am the diagonal of |
Int_t | TMatrixTSparseDiag_const<float>::fNdiag | number of diag elems, min(nrows,ncols) |