blob: 9f9c1649a8e9214c2139b9f63ef875c93115a228 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/* Linear Systems */
#include "Graph_model.h"
#include "Graph_12jac.h"
#if defined(__cplusplus)
extern "C" {
#endif
/* initial linear systems */
/* initial_lambda0 linear systems */
/* parameter linear systems */
/* model linear systems */
/* inline linear systems */
/* jacobians linear systems */
#if defined(__cplusplus)
}
#endif
|