#include <Eigen/Dense>#include <string>#include <iostream>#include <fstream>#include <vector>#include "utils.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | DDSPC |
Functions | |
| void | DDSPC::save_matrix (std::string fileName, Matrix mat) |
| void | DDSPC::print_matrix (Matrix mat, std::string name="") |
| Matrix | DDSPC::load_matrix (std::string fileName) |