#include <BlitzH5Traits.hh>
|
typedef InnerT | BasicT |
|
typedef blitz::TinyMatrix< InnerT, NRows, NCols > | DataT |
|
template<typename InnerT, int NRows, int NCols>
struct BlitzH5Traits< blitz::TinyMatrix< InnerT, NRows, NCols > >
Definition at line 255 of file BlitzH5Traits.hh.
◆ DataT
template<typename InnerT , int NRows, int NCols>
typedef blitz::TinyMatrix<InnerT,NRows,NCols> BlitzH5Traits< blitz::TinyMatrix< InnerT, NRows, NCols > >::DataT |
◆ BasicT
template<typename InnerT , int NRows, int NCols>
◆ h5Dims()
template<typename InnerT , int NRows, int NCols>
static std::vector<hsize_t> BlitzH5Traits< blitz::TinyMatrix< InnerT, NRows, NCols > >::h5Dims |
( |
DataT const & |
| ) |
|
|
inlinestatic |
◆ h5Type()
template<typename InnerT , int NRows, int NCols>
static hid_t BlitzH5Traits< blitz::TinyMatrix< InnerT, NRows, NCols > >::h5Type |
( |
| ) |
|
|
inlinestatic |
◆ data() [1/2]
template<typename InnerT , int NRows, int NCols>
static void* BlitzH5Traits< blitz::TinyMatrix< InnerT, NRows, NCols > >::data |
( |
DataT & |
array | ) |
|
|
inlinestatic |
◆ data() [2/2]
template<typename InnerT , int NRows, int NCols>
static void const* BlitzH5Traits< blitz::TinyMatrix< InnerT, NRows, NCols > >::data |
( |
DataT const & |
array | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: