#include <tula/algorithm/ei_stats.h>
#include <tula/algorithm/index.h>
#include <tula/container.h>
#include <tula/datatable.h>
#include <tula/filename.h>
#include <tula/ecsv/core.h>
#include <csv_parser/parser.hpp>
#include <sstream>
#include <tula/ecsv/table.h>
#include <tula/formatter/container.h>
#include <tula/formatter/matrix.h>
#include <yaml-cpp/node/emit.h>
Go to the source code of this file.
◆ to_ecsv_from_matrix()
template<typename Derived >
void to_ecsv_from_matrix |
( |
std::string |
filepath, |
|
|
Eigen::DenseBase< Derived > & |
table, |
|
|
std::vector< std::string > |
header, |
|
|
YAML::Node |
meta |
|
) |
| |
|
inline |
◆ to_map_from_ecsv_mixted_type()
auto to_map_from_ecsv_mixted_type |
( |
std::string |
filepath | ) |
|
|
inline |
◆ to_matrix_from_ecsv()
auto to_matrix_from_ecsv |
( |
std::string |
filepath | ) |
|
|
inline |