|
guanaqo
1.0.0-alpha.26
Utilities for scientific software
|
Go to the source code of this file.
Namespaces | |
| namespace | guanaqo |
| namespace | guanaqo::io |
Functions | |
| template void | guanaqo::io::csv_read_row (std::istream &, std::span< short >, char) |
| template void | guanaqo::io::csv_read_row (std::istream &, std::span< int >, char) |
| template void | guanaqo::io::csv_read_row (std::istream &, std::span< long >, char) |
| template void | guanaqo::io::csv_read_row (std::istream &, std::span< long long >, char) |
| template void | guanaqo::io::csv_read_row (std::istream &, std::span< float >, char) |
| template void | guanaqo::io::csv_read_row (std::istream &, std::span< double >, char) |
| template void | guanaqo::io::csv_read_row (std::istream &, std::span< long double >, char) |
| template void | guanaqo::io::csv_read (std::istream &, MatrixView< short, ptrdiff_t, ptrdiff_t >, char) |
| template void | guanaqo::io::csv_read (std::istream &, MatrixView< int, ptrdiff_t, ptrdiff_t >, char) |
| template void | guanaqo::io::csv_read (std::istream &, MatrixView< long, ptrdiff_t, ptrdiff_t >, char) |
| template void | guanaqo::io::csv_read (std::istream &, MatrixView< long long, ptrdiff_t, ptrdiff_t >, char) |
| template void | guanaqo::io::csv_read (std::istream &, MatrixView< float, ptrdiff_t, ptrdiff_t >, char) |
| template void | guanaqo::io::csv_read (std::istream &, MatrixView< double, ptrdiff_t, ptrdiff_t >, char) |
| template void | guanaqo::io::csv_read (std::istream &, MatrixView< long double, ptrdiff_t, ptrdiff_t >, char) |
| template std::vector< short > | guanaqo::io::csv_read_row_std_vector (std::istream &, char) |