geomc 1.0
A c++ linear algebra template library
GenericStorage< T, N, STORAGE_WRAPPED > Member List

This is the complete list of members for GenericStorage< T, N, STORAGE_WRAPPED >, including all inherited members.

data (defined in WrappedStorage< T, N >)WrappedStorage< T, N >
dim (defined in WrappedStorage< T, N >)WrappedStorage< T, N >
GenericStorage(index_t n, T *srcdata) (defined in GenericStorage< T, N, STORAGE_WRAPPED >)GenericStorage< T, N, STORAGE_WRAPPED >inline
GenericStorage(index_t n) (defined in GenericStorage< T, N, STORAGE_WRAPPED >)GenericStorage< T, N, STORAGE_WRAPPED >inline
get()WrappedStorage< T, N >inline
get() constWrappedStorage< T, N >inline
operator[](index_t idx)WrappedStorage< T, N >inline
operator[](index_t idx) constWrappedStorage< T, N >inline
size() constWrappedStorage< T, N >inline
type typedef (defined in GenericStorage< T, N, STORAGE_WRAPPED >)GenericStorage< T, N, STORAGE_WRAPPED >
WrappedStorage(index_t sz, T *srcdata)WrappedStorage< T, N >inline