|
ARTEMIS
|
#include "cnpy.h"#include <complex>#include <cstdlib>#include <algorithm>#include <cstring>#include <iomanip>#include <stdint.h>#include <stdexcept>#include <regex>Functions | |
| template<class... Ts> | |
| void | ignore_unused (const Ts &...) |
| This shuts up the compiler about unused variables. More... | |
| cnpy::NpyArray | load_the_npy_file (FILE *fp) |
| cnpy::NpyArray | load_the_npz_array (FILE *fp, uint32_t compr_bytes, uint32_t uncompr_bytes) |
| void ignore_unused | ( | const Ts & | ... | ) |
This shuts up the compiler about unused variables.
| cnpy::NpyArray load_the_npy_file | ( | FILE * | fp | ) |
| cnpy::NpyArray load_the_npz_array | ( | FILE * | fp, |
| uint32_t | compr_bytes, | ||
| uint32_t | uncompr_bytes | ||
| ) |