|
| void | SCI::sci_var_value_get (sci_var *p_v, double *p_double) |
| |
| void | SCI::sci_var_value_get (sci_var *p_v, vec *p_vec) |
| |
| void | SCI::sci_var_value_get (sci_var *p_v, mat *p_mat) |
| |
| void | SCI::sci_var_value_get (sci_var *p_v, int *p_int) |
| |
| void | SCI::sci_var_value_get (sci_var *p_v, ivec *p_ivec) |
| |
| void | SCI::sci_var_value_get (sci_var *p_v, imat *p_imat) |
| |
| void | SCI::sci_var_value_get (sci_var *p_v, bool *p_bool) |
| |
| void | SCI::sci_var_value_get (sci_var *p_v, bvec *p_bvec) |
| |
| void | SCI::sci_var_value_get (sci_var *p_v, bmat *p_bmat) |
| |
| void | SCI::sci_var_value_get (sci_var *p_v, complex< double > *p_complex) |
| |
| void | SCI::sci_var_value_get (sci_var *p_v, cvec *p_cvec) |
| |
| void | SCI::sci_var_value_get (sci_var *p_v, cmat *p_cmat) |
| |
| sci_base * | SCI::EMU_SCI_CREATE (int sci_type) |
| |
- emulation of scilab syntax
More...
|
| |
| void | SCI::EMU_SCI_EXEC (sci_base *p_dev, int sci_command) |
| |
- emulation of scilab syntax
More...
|
| |
| void | SCI::EMU_SCI_DESTROY (sci_base *p_dev) |
| |
- emulation of scilab syntax
More...
|
| |