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