Public Member Functions

SparseMatrixCOO< size_type, T > Class Template Reference

Inheritance diagram for SparseMatrixCOO< size_type, T >:
MatrixBase< size_type, T >

Public Member Functions

 SparseMatrixCOO (size_type const row, size_type const col, size_type const nnz)
 SparseMatrixCOO (SparseMatrixCOO< size_type, T > &a)
SparseMatrixCOO< size_type, T > & operator= (const SparseMatrixCOO< size_type, T > &a)
SparseMatrixCOO< size_type, T > & operator= (const SparseMatrixCSR< size_type, T > &a)
SparseMatrixCOO< size_type, T > & operator= (const SparseMatrixCSC< size_type, T > &a)
SparseMatrixCOO< size_type, T > & operator() (const SparseMatrixCSR< size_type, T > &)
SparseMatrixCOO< size_type, T > & operator() (const SparseMatrixCSC< size_type, T > &)
DenseVector< size_type, T > friend operator* (const SparseMatrixCOO< size_type, T > &, const DenseVector< size_type, T > &)
void MatrixPrint (char const *name)

template<typename size_type, typename T = double>
class SparseMatrixCOO< size_type, T >


The documentation for this class was generated from the following file: