File: sysml.h

package info (click to toggle)
gretl 2025c-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 65,328 kB
  • sloc: ansic: 429,246; sh: 4,918; makefile: 3,261; cpp: 2,777; xml: 610; perl: 364
file content (12 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef SYSML_H_
#define SYSML_H_

double *model_get_Xi (const MODEL *pmod, DATASET *dset, int i);

int fiml_driver (equation_system *sys, DATASET *dset, 
		 gretlopt opt, PRN *prn);

int liml_driver (equation_system *sys, DATASET *dset, 
		 PRN *prn);

#endif /* SYSML_H_ */