#include "TMatrixTUtils.h" |
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 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) |
const float* | TMatrixTSparseDiag_const<float>::fDataPtr | data pointer |