ASL
0.1.7
Advanced Simulation Library
|
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | asl::AVec< T > |
class | matiocpp::Var |
Namespaces | |
acl | |
Advanced Computational Language. | |
asl | |
Advanced Simulation Library. | |
matiocpp | |
the matio c++ wrapper | |
typedef std::shared_ptr< matiocpp::Var > | asl::SPMatVar |
SPMatVar | asl::castMATLABCellArray (acl::Element source, const std::string &name="") |
SPMatVar | asl::castMATLABCellArray (acl::Element source, const AVec< int > &size, const std::string &name="") |
SPMatVar | asl::castMATLABCellArray (const AbstractData &d, const std::vector< std::string > &names=std::vector< std::string >(0)) |
SPMatVar | asl::castMATLABCellArray (Probe &p, unsigned int component, const std::string &name="") |