#include <iostream>#include <boost/numeric/ublas/io.hpp>#include <boost/numeric/ublas/matrix.hpp>#include <highfive/H5File.hpp>
Go to the source code of this file.
Macros | |
| #define | H5_USE_BOOST |
Functions | |
| const std::string | DATASET_NAME ("dset") |
| const std::string | FILE_NAME ("boost_ublas_double.h5") |
| int | main (void) |
Variables | |
| const size_t | size_x = 10 |
| const size_t | size_y = 10 |
| #define H5_USE_BOOST |
Definition at line 12 of file boost_ublas_double.cpp.
| const std::string DATASET_NAME | ( | "dset" | ) |
| const std::string FILE_NAME | ( | "boost_ublas_double.h5" | ) |
| int main | ( | void | ) |
Definition at line 26 of file boost_ublas_double.cpp.
| const size_t size_x = 10 |
Definition at line 23 of file boost_ublas_double.cpp.
| const size_t size_y = 10 |
Definition at line 24 of file boost_ublas_double.cpp.