HMLP: High-performance Machine Learning Primitives
hmlp::SparseData< T, Allocator > Member List

This is the complete list of members for hmlp::SparseData< T, Allocator >, including all inherited members.

col() (defined in hmlp::SparseData< T, Allocator >)hmlp::SparseData< T, Allocator >inline
ColPtr(size_t j)hmlp::SparseData< T, Allocator >inline
DependencyAnalysis(ReadWriteType type, Task *task)hmlp::ReadWrite
DependencyCleanUp()hmlp::ReadWrite
flops(TINDEX na, TINDEX nb) (defined in hmlp::SparseData< T, Allocator >)hmlp::SparseData< T, Allocator >inline
fromCSC(size_t m, size_t n, size_t nnz, bool issymmetric, const T *val, const size_t *row_ind, const size_t *col_ptr)hmlp::SparseData< T, Allocator >inline
ImportantSample(size_t j) (defined in hmlp::SparseData< T, Allocator >)hmlp::SparseData< T, Allocator >inline
operator()(size_t i, size_t j) const hmlp::SparseData< T, Allocator >inline
operator()(const vector< size_t > &I, const vector< size_t > &J) const hmlp::SparseData< T, Allocator >inline
Print() (defined in hmlp::SparseData< T, Allocator >)hmlp::SparseData< T, Allocator >inline
readhmlp::ReadWrite
readmtx(string &filename)hmlp::SparseData< T, Allocator >inline
ReadWrite()hmlp::ReadWrite
Resize(size_t m, size_t n, size_t nnz, bool issymmetric)hmlp::SparseData< T, Allocator >inline
row() (defined in hmlp::SparseData< T, Allocator >)hmlp::SparseData< T, Allocator >inline
RowInd(size_t offset) (defined in hmlp::SparseData< T, Allocator >)hmlp::SparseData< T, Allocator >inline
SparseData(size_t m=0, size_t n=0, size_t nnz=0, bool issymmetric=true)hmlp::SparseData< T, Allocator >inline
Value(size_t offset) (defined in hmlp::SparseData< T, Allocator >)hmlp::SparseData< T, Allocator >inline
writehmlp::ReadWrite