ASL 0.1.7
Advanced Simulation Library
|
#include <stdlib.h>
#include <iostream>
#include <fstream>
#include <string>
#include <memory>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | acl |
Advanced Computational Language. | |
namespace | asl |
Advanced Simulation Library. | |
Functions | |
void | asl::writeMAT (const string &fileName, const AbstractData &data, const string &name) |
writes data in a MatLab file More... | |
void | asl::writeMAT (const string &fileName, vector< pair< SPAbstractData, string > > data) |
writes data in a MatLab file More... | |
void | asl::writeMAT (const string &fileName, vector< pair< acl::Element, string > > data) |
writes data in a MatLab file More... | |
void | asl::writeMAT (const string &fileName, Probe &probe, unsigned int component, const string &name) |
writes probe values in a MatLab file More... | |