File: sysml.h

package info (click to toggle)
gretl 2025a-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 64,792 kB
  • sloc: ansic: 425,462; sh: 4,916; makefile: 3,251; cpp: 2,777; xml: 606; 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_ */