|
MCL
A C++ library mirroring some of the most common Matlab functions.
|
#include "dataop.h"#include "elementaryop.h"#include "comparisonop.h"#include "mcltypes.h"#include "matrixop.h"#include <vector>Namespaces | |
| namespace | mcl |
Functions | |
| void | mcl::Save (const std::vector< Real > &vector, const std::string &file_name, const mcl::Int precision=5) |
1.8.2