Citlali
Loading...
Searching...
No Matches
Functions
ecsv_io.h File Reference
#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>
Include dependency graph for ecsv_io.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

auto to_matrix_from_ecsv (std::string filepath)
 
template<typename Derived >
void to_ecsv_from_matrix (std::string filepath, Eigen::DenseBase< Derived > &table, std::vector< std::string > header, YAML::Node meta)
 
auto to_map_from_ecsv_mixted_type (std::string filepath)
 

Function Documentation

◆ 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
Here is the caller graph for this function:

◆ to_map_from_ecsv_mixted_type()

auto to_map_from_ecsv_mixted_type ( std::string  filepath)
inline
Here is the caller graph for this function:

◆ to_matrix_from_ecsv()

auto to_matrix_from_ecsv ( std::string  filepath)
inline