#include <sys/types.h>
#include <map>
#include "toolbox/array.hh"
#include "basics/debug.hh"
#include "operator/hashedSMatrix.hh"
Go to the source code of this file.
Classes | |
class | concepts::CRSConvertable< F > |
Namespaces | |
namespace | concepts |
Macros | |
#define | CRS_rowSorting_D 0 |
#define | CCS_rowSorting_D 0 |
Functions | |
template<typename F > | |
void | concepts::sparseLineToArrays (std::map< int, F > &line, F *a, int *asub) |
template<class F > | |
void | concepts::convertCRS_rowSorting (F &m, typename F::value_type *a, int *asub, int *xa) |
template<class F > | |
void | concepts::convertCCS_rowSorting (F &m, typename F::type *a, int *asub, int *xa) |
template<class F > | |
void | concepts::convertIJK_unSorted (F &m, typename F::type *a, int *irn, int *jcn) |
CRS format
Definition in file CRS.hh.