SkePU(integratedwithStarPU)  0.8.1
 All Classes Namespaces Files Functions Enumerations Friends Macros Groups Pages
skepu::SparseMatrix< T > Member List

This is the complete list of members for skepu::SparseMatrix< T >, including all inherited members.

acquireRead() const skepu::SparseMatrix< T >inline
acquireReadWrite()skepu::SparseMatrix< T >inline
at(unsigned int row, unsigned int col) const skepu::SparseMatrix< T >
at(unsigned int index) const skepu::SparseMatrix< T >
begin(unsigned row)skepu::SparseMatrix< T >inline
get_values()skepu::SparseMatrix< T >inline
operator()(const unsigned int row, const unsigned int col) const skepu::SparseMatrix< T >
operator()(const unsigned int row, const unsigned int col)skepu::SparseMatrix< T >
operator<<(std::ostream &os, SparseMatrix< T > &matrix)skepu::SparseMatrix< T >friend
registerPartitions(int _parts=1)skepu::SparseMatrix< T >inline
registerSparseMatrix()skepu::SparseMatrix< T >inline
resize(SparseMatrix< T > &copy, bool retainData)skepu::SparseMatrix< T >
SparseMatrix(unsigned int rows, unsigned int cols, unsigned int nnz, T *values, unsigned int *rowPtr, unsigned int *colInd, bool dealloc=true, T zeroValue=T(), bool transMatrix=false)skepu::SparseMatrix< T >
SparseMatrix(unsigned int rows, unsigned int cols, unsigned int nnz, T min, T max, T zeroValue=T())skepu::SparseMatrix< T >
SparseMatrix(const SparseMatrix &copy)skepu::SparseMatrix< T >
SparseMatrix(const std::string &inputfile, enum SparseFileFormat format=MATRIX_MARKET_FORMAT, T zeroValue=T())skepu::SparseMatrix< T >
total_cols() const skepu::SparseMatrix< T >inline
total_nnz() const skepu::SparseMatrix< T >inline
total_rows() const skepu::SparseMatrix< T >inline
unregisterSparseMatrix(bool update=true)skepu::SparseMatrix< T >inline
~SparseMatrix()skepu::SparseMatrix< T >