SparseLibrary
Version 1.6.0
|
This is the complete list of members for CCSWrapper< T, SparseMatrixType, IND >, including all inherited members.
bytesUsed() | CCSWrapper< T, SparseMatrixType, IND > | inlinevirtual |
CCSWrapper() | CCSWrapper< T, SparseMatrixType, IND > | inline |
CCSWrapper(std::string file, T zero=0) | CCSWrapper< T, SparseMatrixType, IND > | inline |
CCSWrapper(const IND nnz, const IND nor, const IND noc, T zero) | CCSWrapper< T, SparseMatrixType, IND > | inline |
CCSWrapper(std::vector< Triplet< T > > &input, IND m, IND n, T zero) | CCSWrapper< T, SparseMatrixType, IND > | inline |
ds | CCSWrapper< T, SparseMatrixType, IND > | protected |
getFirstIndexPair(IND &row, IND &col) | CCSWrapper< T, SparseMatrixType, IND > | inlinevirtual |
load(std::vector< Triplet< T > > &input, IND m, IND n, T zero) | CCSWrapper< T, SparseMatrixType, IND > | inlinevirtual |
loadFromFile(const std::string file, const T zero=0) | CCSWrapper< T, SparseMatrixType, IND > | inlinevirtual |
m() | CCSWrapper< T, SparseMatrixType, IND > | inlinevirtual |
Matrix() | Matrix< T > | inline |
mv(const T *x) | CCSWrapper< T, SparseMatrixType, IND > | inlinevirtual |
n() | CCSWrapper< T, SparseMatrixType, IND > | inlinevirtual |
nnz | SparseMatrix< T, IND > | protected |
noc | SparseMatrix< T, IND > | protected |
nor | SparseMatrix< T, IND > | protected |
nzs() | CCSWrapper< T, SparseMatrixType, IND > | inlinevirtual |
SparseMatrix() | SparseMatrix< T, IND > | inline |
SparseMatrix(const IND nzs, const IND nr, const IND nc, const T zero) | SparseMatrix< T, IND > | inline |
transposeVector(std::vector< Triplet< T > > &input) | CCSWrapper< T, SparseMatrixType, IND > | inlineprotected |
zax(const T *__restrict__ x, T *__restrict__ z) | CCSWrapper< T, SparseMatrixType, IND > | inlinevirtual |
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) | CCSWrapper< T, SparseMatrixType, IND > | inlinevirtual |
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 |
~CCSWrapper() | CCSWrapper< T, SparseMatrixType, IND > | inlinevirtual |
~Matrix() | Matrix< T > | inlinevirtual |
~SparseMatrix() | SparseMatrix< T, IND > | inlinevirtual |