![]() |
QMCPACK
|
define h5_space_type to handle basic datatype for hdf5 More...
Go to the source code of this file.
Classes | |
struct | h5_space_type< T, RANK > |
default struct to define a h5 dataspace, any intrinsic type T More... | |
struct | h5_space_type< std::complex< T >, RANK > |
specialization of h5_space_type for std::complex<T> More... | |
struct | h5_space_type< std::array< T, D >, RANK > |
specialization of h5_space_type for std::array<T,D> for any intrinsic type T More... | |
struct | h5_space_type< TinyVector< T, D >, RANK > |
specialization of h5_space_type for TinyVector<T,D> for any intrinsic type T More... | |
struct | h5_space_type< Tensor< T, D >, RANK > |
specialization of h5_space_type for Tensor<T,D> for any intrinsic type T More... | |
Namespaces | |
qmcplusplus | |
helper functions for EinsplineSetBuilder | |
define h5_space_type to handle basic datatype for hdf5
h5_space_type is a helper class for h5data_proxy and used internally
Definition in file hdf_dataspace.h.