itpp_sci  1.0.0
it++ based simulation framework for scicoslab, scilab and scipy
Namespaces | Functions
_sci_create_sci_var.hpp File Reference

More...

Go to the source code of this file.

Namespaces

 SCI
 SCI layer implements SCI_API interface as wrappers for SIM layer models.
 

Functions

sci_var * SCI::create_sci_var (vec *p_vector)
 vec to sci_var_vec More...
 
sci_var * SCI::create_sci_var (int *p_int)
 int to sci_var_ivec More...
 
sci_var * SCI::create_sci_var (double *p_double)
 double to sci_var_vec More...
 
sci_var * SCI::create_sci_var (bool *p_bool)
 bool to sci_var_bvec More...
 
sci_var * SCI::create_sci_var (std::complex< double > *p_complex)
 complex to sci_var_cvec More...
 
sci_var * SCI::create_sci_var (ivec *p_ivector)
 ivec to sci_var_ivec More...
 
sci_var * SCI::create_sci_var (cvec *p_cvector)
 cvec to sci_var_cvec More...
 
sci_var * SCI::create_sci_var (bvec *p_bvector)
 bvec to sci_var_bvec More...
 
sci_var * SCI::create_sci_var (mat *p_matrix)
 mat to sci_var_mat More...
 
sci_var * SCI::create_sci_var (imat *p_imatrix)
 imat to sci_var_imat More...
 
sci_var * SCI::create_sci_var (cmat *p_cmatrix)
 cmat to sci_var_cmat More...
 
sci_var * SCI::create_sci_var (bmat *p_bmatrix)
 bmat to sci_var_bmat More...
 

Detailed Description

Author
mk