| #include "TMatrixTUtils.h" |

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