1#include <guanaqo/export.h>
7template void GUANAQO_EXPORT
9template void GUANAQO_EXPORT
11template void GUANAQO_EXPORT
13template void GUANAQO_EXPORT
15template void GUANAQO_EXPORT
17template void GUANAQO_EXPORT
19template void GUANAQO_EXPORT
21#ifdef GUANAQO_WITH_QUAD_PRECISION
22template void GUANAQO_EXPORT
23csv_read_row(std::istream &, std::span<__float128>,
char);
26template void GUANAQO_EXPORT
28template void GUANAQO_EXPORT
30template void GUANAQO_EXPORT
32template void GUANAQO_EXPORT
34template void GUANAQO_EXPORT
36template void GUANAQO_EXPORT
38template void GUANAQO_EXPORT
40#ifdef GUANAQO_WITH_QUAD_PRECISION
41template void GUANAQO_EXPORT
45template std::vector<short> GUANAQO_EXPORT
47template std::vector<int> GUANAQO_EXPORT
49template std::vector<long> GUANAQO_EXPORT
51template std::vector<long long> GUANAQO_EXPORT
53template std::vector<float> GUANAQO_EXPORT
55template std::vector<double> GUANAQO_EXPORT
57template std::vector<long double> GUANAQO_EXPORT
59#ifdef GUANAQO_WITH_QUAD_PRECISION
60template std::vector<__float128> GUANAQO_EXPORT
void csv_read_row(std::istream &is, std::span< F > v, char sep)
std::vector< F > csv_read_row_std_vector(std::istream &is, char sep)
void csv_read(std::istream &is, MatrixView< F, ptrdiff_t, ptrdiff_t > v, char sep)
A lightweight view of a 2D matrix.