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