geomc 1.0
A c++ linear algebra template library
|
This is the complete list of members for Storage< T, N >, including all inherited members.
data | Storage< T, N > | |
get() | Storage< T, N > | inline |
get() const | Storage< T, N > | inline |
operator[](index_t i) | Storage< T, N > | inline |
operator[](index_t i) const | Storage< T, N > | inline |
size() const | Storage< T, N > | inline |
Storage() | Storage< T, N > | inline |
Storage(index_t n) | Storage< T, N > | inlineexplicit |
Storage(index_t n, const T *srcdata) | Storage< T, N > | inline |
Storage(const T *srcdata) | Storage< T, N > | inlineexplicit |