|
template<class F > |
void | concepts::convertCCS_rowSorting (F &m, typename F::type *a, int *asub, int *xa) |
| Method converts a matrix of type F to Sparse Column Storage (CCS) format. More...
|
|
template<class F > |
void | concepts::convertCRS_rowSorting (F &m, typename F::value_type *a, int *asub, int *xa) |
| Method converts a matrix of type F to Sparse Row Storage (CRS) format. More...
|
|
template<class F > |
void | concepts::convertIJK_unSorted (F &m, typename F::type *a, int *irn, int *jcn) |
|
template<typename F > |
void | concepts::sparseLineToArrays (std::map< int, F > &line, F *a, int *asub) |
| This function converts a sparse line to an array of values and an array of indices. More...
|
|
CRS format
- Author
- Kersten Schmidt, 2005
Definition in file CRS.hh.