From 5b8caadfc4806a4160463e0de90cedd6e34eb9b2 Mon Sep 17 00:00:00 2001
From: detailer-asus
Date: Thu, 29 Apr 2021 17:08:19 +0530
Subject: initialized doxygen doumentation
---
doc/html/src_2fun_8h_source.html | 181 +++++++++++++++++++++++++++++++++++++++
1 file changed, 181 insertions(+)
create mode 100644 doc/html/src_2fun_8h_source.html
(limited to 'doc/html/src_2fun_8h_source.html')
diff --git a/doc/html/src_2fun_8h_source.html b/doc/html/src_2fun_8h_source.html
new file mode 100644
index 0000000..0cb657e
--- /dev/null
+++ b/doc/html/src_2fun_8h_source.html
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+
+FOSSEE Scilab Octave Toolbox: src/fun.h Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  |
+
+ FOSSEE Scilab Octave Toolbox
+
+ This is a scilab toolbox to call octave functions. It requires octave to be installed on the system.
+ |
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Go to the documentation of this file.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
FUNCTYPE
Definition: fun.h:19
+
@ TYPE_DOUBLE
Definition: fun.h:20
+
@ TYPE_STRING
Definition: fun.h:21
+
int fun(FUNCARGS *arr, FUNCCALL *call)
Definition: fun.cpp:24
+
+
void * out_data_img
Definition: fun.h:36
+
int n_out_cols
Definition: fun.h:30
+
void * out_data_real
Definition: fun.h:35
+
int is_out_cmplx
Definition: fun.h:32
+
int n_in_rows
Definition: fun.h:27
+
int n_in_cols
Definition: fun.h:28
+
FUNCTYPE type
Definition: fun.h:26
+
int is_in_cmplx
Definition: fun.h:31
+
int n_out_rows
Definition: fun.h:29
+
void * in_data_img
Definition: fun.h:34
+
void * in_data_real
Definition: fun.h:33
+
+
int n_in_arguments
Definition: fun.h:40
+
int n_out_arguments
Definition: fun.h:41
+
FUNCARGS * argument
Definition: fun.h:45
+
int n_out_user
Definition: fun.h:42
+
char * err
Definition: fun.h:43
+
+
+
+
+
+
--
cgit