diff src/g-builtins.h @ 272:7ec58832918f

[project @ 1994-01-06 18:54:08 by jwe]
author jwe
date Thu, 06 Jan 1994 18:54:08 +0000
parents a99f28f5e351
children 0b52c68ec81f
line wrap: on
line diff
--- a/src/g-builtins.h	Thu Jan 06 18:34:12 1994 +0000
+++ b/src/g-builtins.h	Thu Jan 06 18:54:08 1994 +0000
@@ -46,6 +46,7 @@
 extern tree_constant *builtin_cumprod (const tree_constant *, int, int);
 extern tree_constant *builtin_cumsum (const tree_constant *, int, int);
 extern tree_constant *builtin_dassl (const tree_constant *, int, int);
+extern tree_constant *builtin_dassl_options (const tree_constant *, int, int);
 extern tree_constant *builtin_date (const tree_constant *, int, int);
 extern tree_constant *builtin_det (const tree_constant *, int, int);
 extern tree_constant *builtin_diag (const tree_constant *, int, int);
@@ -70,7 +71,9 @@
 extern tree_constant *builtin_fscanf (const tree_constant *, int, int);
 extern tree_constant *builtin_fseek (const tree_constant *, int, int);
 extern tree_constant *builtin_fsolve (const tree_constant *, int, int);
+extern tree_constant *builtin_fsolve_options (const tree_constant *, int, int);
 extern tree_constant *builtin_fsqp (const tree_constant *, int, int);
+extern tree_constant *builtin_fsqp_options (const tree_constant *, int, int);
 extern tree_constant *builtin_ftell (const tree_constant *, int, int);
 extern tree_constant *builtin_getenv (const tree_constant *, int, int);
 extern tree_constant *builtin_givens (const tree_constant *, int, int);
@@ -83,11 +86,14 @@
 extern tree_constant *builtin_keyboard (const tree_constant *, int, int);
 extern tree_constant *builtin_logm (const tree_constant *, int, int);
 extern tree_constant *builtin_lpsolve (const tree_constant *, int, int);
+extern tree_constant *builtin_lpsolve_options (const tree_constant *, int, int);
 extern tree_constant *builtin_lsode (const tree_constant *, int, int);
+extern tree_constant *builtin_lsode_options (const tree_constant *, int, int);
 extern tree_constant *builtin_lu (const tree_constant *, int, int);
 extern tree_constant *builtin_max (const tree_constant *, int, int);
 extern tree_constant *builtin_min (const tree_constant *, int, int);
 extern tree_constant *builtin_npsol (const tree_constant *, int, int);
+extern tree_constant *builtin_npsol_options (const tree_constant *, int, int);
 extern tree_constant *builtin_ones (const tree_constant *, int, int);
 extern tree_constant *builtin_pause (const tree_constant *, int, int);
 extern tree_constant *builtin_purge_tmp_files (const tree_constant *,
@@ -96,8 +102,10 @@
 extern tree_constant *builtin_prod (const tree_constant *, int, int);
 extern tree_constant *builtin_pwd (const tree_constant *, int, int);
 extern tree_constant *builtin_qpsol (const tree_constant *, int, int);
+extern tree_constant *builtin_qpsol_options (const tree_constant *, int, int);
 extern tree_constant *builtin_qr (const tree_constant *, int, int);
 extern tree_constant *builtin_quad (const tree_constant *, int, int);
+extern tree_constant *builtin_quad_options (const tree_constant *, int, int);
 extern tree_constant *builtin_quit (const tree_constant *, int, int);
 extern tree_constant *builtin_qzval (const tree_constant *, int, int);
 extern tree_constant *builtin_rand (const tree_constant *, int, int);