Public Types | |
typedef Type | value_type |
Public Member Functions | |
indirect_array & | operator= (const indirect_array &) |
void | operator= (const valarray< Type > &) const |
void | operator= (const Type &) const |
template<class Dom> | |
void | operator= (const Expr< Dom, Type > &) const |
Private Member Functions | |
indirect_array (const indirect_array &) | |
indirect_array (Array< Type >, size_t, Array< size_t >) | |
Private Attributes | |
const size_t | M_sz |
const Array< size_t > | M_index |
const Array< Type > | M_array |
Friends | |
class | valarray< Type > |
class | gslice_array< Type > |
Definition at line 46 of file indirect_array.h.