SparseLibrary
Version 1.6.0
|
This is the complete list of members for SparseMatrix< T, IND >, including all inherited members.
bytesUsed()=0 | Matrix< T > | pure virtual |
getFirstIndexPair(IND &row, IND &col)=0 | SparseMatrix< T, IND > | pure virtual |
load(std::vector< Triplet< T > > &input, const IND m, const IND n, const T zero)=0 | SparseMatrix< T, IND > | pure virtual |
loadFromFile(const std::string file, const T zero=0) | SparseMatrix< T, IND > | inline |
m() | SparseMatrix< T, IND > | inlinevirtual |
Matrix() | Matrix< T > | inline |
mv(const T *x) | SparseMatrix< T, IND > | inlinevirtual |
n() | SparseMatrix< T, IND > | inlinevirtual |
nnz | SparseMatrix< T, IND > | protected |
noc | SparseMatrix< T, IND > | protected |
nor | SparseMatrix< T, IND > | protected |
nzs() | SparseMatrix< T, IND > | inlinevirtual |
SparseMatrix() | SparseMatrix< T, IND > | inline |
SparseMatrix(const IND nzs, const IND nr, const IND nc, const T zero) | SparseMatrix< T, IND > | inline |
zax(const T *__restrict__ x, T *__restrict__ z)=0 | SparseMatrix< T, IND > | pure virtual |
Matrix::zax(const T *__restrict__ x, T *__restrict__ z, const size_t k, const clockid_t clock_id=0, double *elapsed_time=NULL) | Matrix< T > | inlinevirtual |
ZaX(const T *__restrict__ const *__restrict__ const X, T *__restrict__ const *__restrict__ const Z) | Matrix< T > | inline |
zero_element | SparseMatrix< T, IND > | |
ZXa(const T *__restrict__ const *__restrict__ const X, T *__restrict__ const *__restrict__ const Z) | Matrix< T > | inline |
zxa(const T *__restrict__ x, T *__restrict__ z)=0 | SparseMatrix< T, IND > | pure virtual |
Matrix::zxa(const T *__restrict__ x, T *__restrict__ z, const unsigned long int repeat, const clockid_t clock_id=0, double *elapsed_time=NULL) | Matrix< T > | inlinevirtual |
~Matrix() | Matrix< T > | inlinevirtual |
~SparseMatrix() | SparseMatrix< T, IND > | inlinevirtual |