#include "MArray.h"
#include "Array-util.h"
#include "lo-error.h"
#include "MArray-defs.h"
#include "mx-inlines.cc"
#include <iostream>
Go to the source code of this file.
Classes | |
struct | _idxadda_helper< T > |
struct | _idxadds_helper< T > |
struct | _idxbinop_helper< T, op > |
Defines | |
#define | MARRAY_NDND_OP(FCN, OP, FN) |
#define | MARRAY_NDS_OP(OP, FN) |
#define | MARRAY_SND_OP(OP, FN) |
Functions | |
template<class T > | |
MArray< T > & | operator*= (MArray< T > &a, const T &s) |
template<class T > | |
MArray< T > | operator+ (const MArray< T > &a) |
template<class T > | |
MArray< T > & | operator+= (MArray< T > &a, const MArray< T > &b) |
template<class T > | |
MArray< T > & | operator+= (MArray< T > &a, const T &s) |
template<class T > | |
MArray< T > | operator- (const MArray< T > &a) |
template<class T > | |
MArray< T > & | operator-= (MArray< T > &a, const T &s) |
template<class T > | |
MArray< T > & | operator-= (MArray< T > &a, const MArray< T > &b) |
template<class T > | |
MArray< T > & | operator/= (MArray< T > &a, const T &s) |
template<class T > | |
MArray< T > & | product_eq (MArray< T > &a, const MArray< T > &b) |
template<class 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().
Definition at line 262 of file MArray.cc.
References Array< T >::is_shared().
Definition at line 216 of file MArray.cc.
References Array< T >::is_shared().
Definition at line 227 of file MArray.cc.
References Array< T >::is_shared().
Definition at line 273 of file MArray.cc.
References Array< T >::is_shared().
Definition at line 249 of file MArray.cc.
References Array< T >::is_shared().
Definition at line 285 of file MArray.cc.
References Array< T >::is_shared(), and product().
Definition at line 296 of file MArray.cc.
References Array< T >::is_shared(), and quotient().