File data_loading.hpp
FileList > illixr > data_loading.hpp
Go to the source code of this file
#include "illixr/data_format/misc.hpp"#include "illixr/error_util.hpp"#include "illixr/switchboard.hpp"#include <eigen3/Eigen/Dense>#include <fstream>#include <iostream>#include <map>#include <spdlog/spdlog.h>#include <string>
Public Static Functions
| Type | Name |
|---|---|
| std::map< ullong, T > | load_data (const std::string & spath, const std::string & plugin_name, std::map< ullong, T >(*)(std::ifstream &, const std::string &) func, const std::shared_ptr< switchboard > & sb, const std::string & file_name="data.csv") |
Public Static Functions Documentation
function load_data
template<typename T>
static std::map< ullong , T > load_data (
const std::string & spath,
const std::string & plugin_name,
std::map< ullong , T >(*)(std::ifstream &, const std::string &) func,
const std::shared_ptr< switchboard > & sb,
const std::string & file_name="data.csv"
)
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR/illixr_release/ILLIXR/include/illixr/data_loading.hpp