Public Member Functions | Friends

SparseMatrixCSC< size_type, T > Class Template Reference

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

Public Member Functions

 SparseMatrixCSC (size_type const row, size_type const col, size_type const count)
 SparseMatrixCSC (const SparseMatrixCSC< size_type, T > &a)
SparseMatrixCSC< size_type, T > & operator= (const SparseMatrixCSR< size_type, T > &a)
SparseMatrixCSC< size_type, T > & operator= (const SparseMatrixCSC< size_type, T > &a)
SparseMatrixCSC< size_type, T > & operator() (SparseMatrixCSR< size_type, T > &)
void MatrixPrint (char const *name)
size_type MatrixRows () const
size_type MatrixCols () const

Friends

DenseVector< size_type, T > operator* (const SparseMatrixCSC< size_type, T > &, const DenseVector< size_type, T > &)

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


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