FlexELA
Loading...
Searching...
No Matches
types.h
Go to the documentation of this file.
1#ifndef TYPES_H
2#define TYPES_H
3
10namespace svec {
11
15typedef unsigned int Label;
16// its assumed throughout that these cant be negative
17
21typedef double Value;
22
23}; // namespace svec
24
25#endif
For sparse vector containers and operations.
Definition element.h:10
double Value
Definition types.h:21
unsigned int Label
Definition types.h:15