|
CAPD::DynSys Library
6.0.0
|
#include <stdexcept>#include <sstream>#include <algorithm>#include "capd/vectalg/ColumnVector.h"#include "capd/vectalg/Vector.hpp"Namespaces | |
| capd | |
| capd::vectalg | |
Functions | |
| template<typename Scalar , __size_type rows> | |
| std::string | capd::vectalg::cppReprezentation (const ColumnVector< Scalar, rows > &A, const std::string &varName, const std::string &typeName) |
| It serializes a matrix - gives text reprezentation which can be compiled. More... | |