10 #ifndef EIGEN_ARRAYBASE_H 11 #define EIGEN_ARRAYBASE_H 43 #ifndef EIGEN_PARSED_BY_DOXYGEN 65 using Base::const_cast_derived;
72 using Base::operator-;
73 using Base::operator=;
74 using Base::operator+=;
75 using Base::operator-=;
76 using Base::operator*=;
77 using Base::operator/=;
81 #endif // not EIGEN_PARSED_BY_DOXYGEN 83 #ifndef EIGEN_PARSED_BY_DOXYGEN 88 #endif // not EIGEN_PARSED_BY_DOXYGEN 90 #define EIGEN_CURRENT_STORAGE_BASE_CLASS Eigen::ArrayBase 91 #define EIGEN_DOC_UNARY_ADDONS(X,Y) 92 # include "../plugins/MatrixCwiseUnaryOps.h" 93 # include "../plugins/ArrayCwiseUnaryOps.h" 94 # include "../plugins/CommonCwiseBinaryOps.h" 95 # include "../plugins/MatrixCwiseBinaryOps.h" 96 # include "../plugins/ArrayCwiseBinaryOps.h" 97 # ifdef EIGEN_ARRAYBASE_PLUGIN 98 # include EIGEN_ARRAYBASE_PLUGIN 100 #undef EIGEN_CURRENT_STORAGE_BASE_CLASS 101 #undef EIGEN_DOC_UNARY_ADDONS 124 template<
typename OtherDerived>
127 template<
typename OtherDerived>
131 template<
typename OtherDerived>
135 template<
typename OtherDerived>
165 template<typename OtherDerived> Derived& operator+=(const
MatrixBase<OtherDerived>& )
176 template<
typename Derived>
177 template<
typename OtherDerived>
189 template<
typename Derived>
190 template<
typename OtherDerived>
202 template<
typename Derived>
203 template<
typename OtherDerived>
215 template<
typename Derived>
216 template<
typename OtherDerived>
226 #endif // EIGEN_ARRAYBASE_H Generic expression of a matrix where all coefficients are defined by a functor.
internal::traits< Derived >::Scalar Scalar
#define EIGEN_STRONG_INLINE
Base::CoeffReturnType CoeffReturnType
CwiseNullaryOp< internal::scalar_constant_op< Scalar >, PlainObject > ConstantReturnType
ArrayBase StorageBaseType
NumTraits< Scalar >::Real RealScalar
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived & operator*=(const ArrayBase< OtherDerived > &other)
EIGEN_DEVICE_FUNC ArrayBase< Derived > & array()
Namespace containing all symbols from the Eigen library.
EIGEN_DEVICE_FUNC CoeffReturnType value() const
Holds information about the various numeric (i.e. scalar) types allowed by Eigen. ...
#define EIGEN_STATIC_ASSERT(CONDITION, MSG)
#define EIGEN_DEFAULT_COPY_CONSTRUCTOR(CLASS)
Derived & operator-=(const MatrixBase< OtherDerived > &)
Base class for all dense matrices, vectors, and arrays.
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived & operator=(const ArrayBase &other)
EIGEN_DEVICE_FUNC Derived & setConstant(const Scalar &value)
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived & operator=(const Scalar &value)
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived & operator-=(const Scalar &scalar)
Expression of an array as a mathematical vector or matrix.
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived & operator/=(const ArrayBase< OtherDerived > &other)
Base::CoeffReturnType CoeffReturnType
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
DenseBase< Derived > Base
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived & operator+=(const Scalar &scalar)
Base class for all 1D and 2D array, and related expressions.
EIGEN_DEVICE_FUNC MatrixWrapper< Derived > matrix()
ArrayBase Eigen_BaseClassForSpecializationOfGlobalMathFuncImpl
#define EIGEN_DEVICE_FUNC
internal::conditional< internal::is_same< typename internal::traits< Derived >::XprKind, MatrixXpr >::value, PlainMatrix, PlainArray >::type PlainObject
The plain matrix or array type corresponding to this expression.
Base::PlainObject PlainObject
EIGEN_DEPRECATED EIGEN_DEVICE_FUNC Derived & lazyAssign(const DenseBase< OtherDerived > &other)
#define EIGEN_DEFAULT_EMPTY_CONSTRUCTOR_AND_DESTRUCTOR(Derived)
internal::traits< Derived >::StorageKind StorageKind
mxArray * scalar(mxClassID classid)
Base class for all dense matrices, vectors, and expressions.
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void call_assignment(Dst &dst, const Src &src)
internal::packet_traits< Scalar >::type PacketScalar
EIGEN_DEVICE_FUNC const MatrixWrapper< const Derived > matrix() const