Public Member Functions | Protected Attributes

MatrixBase< size_type, T > Class Template Reference

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

Public Member Functions

 MatrixBase (size_type const row, size_type const col, size_type const count, bool own=true)
 MatrixBase (const MatrixBase< size_type, T > &a)
void MatrixPrint (char const *name)
size_type num_nonzero () const
T * swap_values (T *new_values)
size_type * get_index () const

Protected Attributes

size_type nRow
size_type nCol
size_type nNonZero
T * values
size_type * index
bool data_owned

template<typename size_type, typename T>
class MatrixBase< size_type, T >


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