Matrix
r5059
Toggle main menu visibility
Main Page
Data Structures
Data Structures
Data Structure Index
Data Fields
All
Variables
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
x
z
Functions
a
b
c
d
e
g
i
k
l
m
n
p
r
s
t
u
v
x
z
Variables
c
e
m
p
t
v
Typedefs
Enumerations
Enumerator
Macros
_
a
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Loading...
Searching...
No Matches
src
version.h
Go to the documentation of this file.
1
#ifndef MATRIX_VERSION_H
2
#define MATRIX_VERSION_H
3
4
/* (version)_{10} = (major minor patch)_{256} */
5
#define MATRIX_PACKAGE_VERSION 67584
6
#define MATRIX_PACKAGE_MAJOR 1
7
#define MATRIX_PACKAGE_MINOR 8
8
#define MATRIX_PACKAGE_PATCH 0
9
10
#define MATRIX_ABI_VERSION 2
11
12
/* (version)_{10} = (major minor patch)_{256} */
13
#define MATRIX_SUITESPARSE_VERSION 460288
14
#define MATRIX_SUITESPARSE_MAJOR 7
15
#define MATRIX_SUITESPARSE_MINOR 6
16
#define MATRIX_SUITESPARSE_PATCH 0
17
18
#endif
/* MATRIX_VERSION_H */
Generated by
1.12.0