namespace vsip::impl
template <typename T, typename AllocT>
class Dense_storage<Cmplx_split_fmt,vsip::complex,AllocT>
Files: ../../vsip/dense.hpp
[xref] [Source]
Public Typedefs Summary:
std::pairtype [xref] [Source]
std::pairconst_type [xref] [Source]

Public Member functions Summary:
 constructorDense_storage(length_type size, type type ( 0 , 0 ), const AllocT& AllocT ( )) [xref] [Source]
 constructorDense_storage(length_type size, vsip::complex val, type type ( 0 , 0 )) [xref] [Source]
 destructor~Dense_storage() [xref] [Source]
 vsip::complexget(index_type idx) [xref] [Source]
 voidput(index_type idx, vsip::complex val) [xref] [Source]
 vsip::complex&impl_ref(index_type) [xref] [Source]
 const vsip::complex&impl_ref(index_type) [xref] [Source]
typeimpl_data() [xref] [Source]
const_typeimpl_data() [xref] [Source]

Protected Member functions Summary:
 voidimpl_rebind(length_type size, type buffer) [xref] [Source]
 voiddeallocate(length_type size) [xref] [Source]
 boolis_alloc() [xref] [Source]

Private Data members Summary:
AllocT::rebind::otherallocator_ [xref] [Source]
boolalloc_data_ [xref] [Source]
T*real_data_ [xref] [Source]
T*imag_data_ [xref] [Source]