Class documentation of Concepts

Loading...
Searching...
No Matches
CRS.hh File Reference
#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)
 

Detailed Description

CRS format

Author
Kersten Schmidt, 2005

Definition in file CRS.hh.

Macro Definition Documentation

◆ CCS_rowSorting_D

#define CCS_rowSorting_D   0

Definition at line 17 of file CRS.hh.

◆ CRS_rowSorting_D

#define CRS_rowSorting_D   0

Definition at line 16 of file CRS.hh.