1 #ifndef SK_PARSER_ASCII_H 2 #define SK_PARSER_ASCII_H 32 void parse(
const std::string& fname)
override;
35 std::vector<std::vector<RealType>>
read_sk_file(
const std::string& fname);
37 std::vector<RealType>
get_sk_from_data(std::vector<std::vector<RealType>>& data);
helper functions for EinsplineSetBuilder
void parse(const std::string &fname) override
std::vector< RealType > get_sk_from_data(std::vector< std::vector< RealType >> &data)
Class to handle parsing from ASCII file.
std::vector< RealType > get_skerr_from_data(std::vector< std::vector< RealType >> &data)
std::vector< PosType > get_grid_from_data(std::vector< std::vector< RealType >> &data)
std::vector< std::vector< RealType > > read_sk_file(const std::string &fname)
Base class for Sk parser.