$search
Classes | |
class | Mat |
dummy itpp::Mat class, to prevent compilation errors More... | |
class | Vec |
dummy itpp::Vec class, to prevent compilation errors More... | |
Typedefs | |
typedef Mat< std::complex < double > > | cmat |
typedef Vec< std::complex < double > > | cvec |
typedef Mat< int > | imat |
typedef Vec< int > | ivec |
typedef Mat< double > | mat |
typedef Mat< short int > | smat |
typedef Vec< short int > | svec |
typedef Vec< double > | vec |
typedef Mat< std::complex<double> > itpp::cmat |
Definition at line 77 of file itpp_wrap.hpp.
typedef Vec< std::complex<double> > itpp::cvec |
Definition at line 78 of file itpp_wrap.hpp.
typedef Mat<int> itpp::imat |
Definition at line 71 of file itpp_wrap.hpp.
typedef Vec<int> itpp::ivec |
Definition at line 72 of file itpp_wrap.hpp.
Definition at line 74 of file itpp_wrap.hpp.
typedef Mat<short int> itpp::smat |
Definition at line 68 of file itpp_wrap.hpp.
typedef Vec<short int> itpp::svec |
Definition at line 69 of file itpp_wrap.hpp.
Definition at line 75 of file itpp_wrap.hpp.