![]() |
itpp_sci
1.0.0
it++ based simulation framework for scicoslab, scilab and scipy
|
Namespaces | |
| SCI | |
| SCI layer implements SCI_API interface as wrappers for SIM layer models. | |
Functions | |
| struct var_struct | SCI::emu_var_struct (const double &v) |
| simulate a struct var_struct using double More... | |
| struct var_struct | SCI::emu_var_struct (const vec &v) |
| simulate a struct var_struct using vec More... | |
| struct var_struct | SCI::emu_var_struct (const mat &m) |
| simulate a struct var_struct using mat More... | |
| struct var_struct | SCI::emu_var_struct (const int &v) |
| simulate a struct var_struct using int More... | |
| struct var_struct | SCI::emu_var_struct (const ivec &v) |
| simulate a struct var_struct using ivec More... | |
| struct var_struct | SCI::emu_var_struct (const imat &m) |
| simulate a struct var_struct using imat More... | |
| struct var_struct | SCI::emu_var_struct (const bool &v) |
| simulate a struct var_struct using int More... | |
| struct var_struct | SCI::emu_var_struct (const bvec &v) |
| simulate a struct var_struct using bvec More... | |
| struct var_struct | SCI::emu_var_struct (const bmat &m) |
| simulate a struct var_struct using bmat More... | |
| struct var_struct | SCI::emu_var_struct (const cvec &v) |
| simulate a struct var_struct using cvec More... | |
| struct var_struct | SCI::emu_var_struct (const complex< double > &v) |
| struct var_struct | SCI::emu_var_struct (const cmat &m) |
| simulate a struct var_struct using cmat More... | |
| void * | SCI::EMU_SCI_IF_CREATE (int sci_type) |
| no overload just keep function name conventions More... | |
| void | SCI::EMU_SCI_IF_EXEC (void *p_dev, int sci_command) |
| no overload just keep function name conventions More... | |
| void | SCI::EMU_SCI_IF_DESTROY (void *p_dev) |
| no overload just keep function name conventions More... | |
1.8.9.1