Go to the source code of this file.
Classes | |
struct | _idxadda_helper< T > |
struct | _idxadds_helper< T > |
struct | _idxbinop_helper< T, op > |
Macros | |
#define | MARRAY_NDND_OP(FCN, OP, FN) |
#define | MARRAY_NDS_OP(OP, FN) |
#define | MARRAY_SND_OP(OP, FN) |
Functions | |
template<typename T > | |
MArray< T > | operator* (const MArray< T > &a, const T &s) |
template<typename T > | |
MArray< T > | operator* (const T &s, const MArray< T > &a) |
template<typename T > | |
MArray< T > & | operator*= (MArray< T > &a, const T &s) |
template<typename T > | |
MArray< T > | operator+ (const MArray< T > &a) |
template<typename T > | |
MArray< T > | operator+ (const MArray< T > &a, const MArray< T > &b) |
template<typename T > | |
MArray< T > | operator+ (const MArray< T > &a, const T &s) |
template<typename T > | |
MArray< T > | operator+ (const T &s, const MArray< T > &a) |
template<typename T > | |
MArray< T > & | operator+= (MArray< T > &a, const MArray< T > &b) |
template<typename T > | |
MArray< T > & | operator+= (MArray< T > &a, const T &s) |
template<typename T > | |
MArray< T > | operator- (const MArray< T > &a) |
template<typename T > | |
MArray< T > | operator- (const MArray< T > &a, const MArray< T > &b) |
template<typename T > | |
MArray< T > | operator- (const MArray< T > &a, const T &s) |
template<typename T > | |
MArray< T > | operator- (const T &s, const MArray< T > &a) |
template<typename T > | |
MArray< T > & | operator-= (MArray< T > &a, const MArray< T > &b) |
template<typename T > | |
MArray< T > & | operator-= (MArray< T > &a, const T &s) |
template<typename T > | |
MArray< T > | operator/ (const MArray< T > &a, const T &s) |
template<typename T > | |
MArray< T > | operator/ (const T &s, const MArray< T > &a) |
template<typename T > | |
MArray< T > & | operator/= (MArray< T > &a, const T &s) |
template<typename T > | |
MArray< T > | product (const MArray< T > &a, const MArray< T > &b) |
template<typename T > | |
MArray< T > & | product_eq (MArray< T > &a, const MArray< T > &b) |
template<typename T > | |
MArray< T > | quotient (const MArray< T > &a, const MArray< T > &b) |
template<typename T > | |
MArray< T > & | quotient_eq (MArray< T > &a, const MArray< T > &b) |
#define MARRAY_NDND_OP | ( | FCN, | |
OP, | |||
FN | |||
) |
#define MARRAY_NDS_OP | ( | OP, | |
FN | |||
) |
#define MARRAY_SND_OP | ( | OP, | |
FN | |||
) |
Definition at line 238 of file MArray.cc.
References Array< T >::is_shared(), and mx_inline_mul2().
Definition at line 262 of file MArray.cc.
References Array< T >::is_shared(), and mx_inline_add2().
Definition at line 216 of file MArray.cc.
References Array< T >::is_shared(), and mx_inline_add2().
Definition at line 358 of file MArray.cc.
References mx_inline_uminus().
Definition at line 273 of file MArray.cc.
References Array< T >::is_shared(), and mx_inline_sub2().
Definition at line 227 of file MArray.cc.
References Array< T >::is_shared(), and mx_inline_sub2().
Definition at line 249 of file MArray.cc.
References Array< T >::is_shared(), and mx_inline_div2().
Definition at line 346 of file MArray.cc.
Referenced by product_eq().
Definition at line 284 of file MArray.cc.
References Array< T >::is_shared(), mx_inline_mul2(), and product().
Definition at line 347 of file MArray.cc.
Referenced by quotient_eq().
Definition at line 295 of file MArray.cc.
References Array< T >::is_shared(), mx_inline_div2(), and quotient().