|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | ArrayWrapper (ExpressionType &matrix) |
|
const EIGEN_DEVICE_FUNC Scalar & | coeffRef (Index index) const |
|
const EIGEN_DEVICE_FUNC Scalar & | coeffRef (Index rowId, Index colId) const |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
|
EIGEN_DEVICE_FUNC ScalarWithConstIfNotLvalue * | data () |
|
const EIGEN_DEVICE_FUNC Scalar * | data () const |
|
template<typename Dest > |
EIGEN_DEVICE_FUNC void | evalTo (Dest &dst) const |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | innerStride () const EIGEN_NOEXCEPT |
|
const EIGEN_DEVICE_FUNC internal::remove_all< NestedExpressionType >::type & | nestedExpression () const |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | outerStride () const EIGEN_NOEXCEPT |
|
EIGEN_DEVICE_FUNC void | resize (Index newSize) |
|
EIGEN_DEVICE_FUNC void | resize (Index rows, Index cols) |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
|
EIGEN_DEVICE_FUNC ArrayBase< ArrayWrapper< ExpressionType > > & | array () |
|
const EIGEN_DEVICE_FUNC ArrayBase< ArrayWrapper< ExpressionType > > & | array () const |
|
EIGEN_DEPRECATED EIGEN_DEVICE_FUNC ArrayWrapper< ExpressionType > & | lazyAssign (const DenseBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper< ExpressionType > & | lazyAssign (const DenseBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC MatrixWrapper< ArrayWrapper< ExpressionType > > | matrix () |
|
const EIGEN_DEVICE_FUNC MatrixWrapper< const ArrayWrapper< ExpressionType > > | matrix () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper< ExpressionType > & | operator*= (const ArrayBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper< ExpressionType > & | operator*= (const Scalar &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper< ExpressionType > & | operator+= (const ArrayBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC ArrayWrapper< ExpressionType > & | operator+= (const EigenBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper< ExpressionType > & | operator+= (const Scalar &scalar) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper< ExpressionType > & | operator-= (const ArrayBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC ArrayWrapper< ExpressionType > & | operator-= (const EigenBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper< ExpressionType > & | operator-= (const Scalar &scalar) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper< ExpressionType > & | operator/= (const ArrayBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper< ExpressionType > & | operator/= (const Scalar &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper< ExpressionType > & | operator= (const ArrayBase &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper< ExpressionType > & | operator= (const DenseBase &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper< ExpressionType > & | operator= (const DenseBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC ArrayWrapper< ExpressionType > & | operator= (const EigenBase< OtherDerived > &other) |
| Copies the generic expression other into *this. More...
|
|
EIGEN_DEVICE_FUNC ArrayWrapper< ExpressionType > & | operator= (const ReturnByValue< OtherDerived > &func) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper< ExpressionType > & | operator= (const Scalar &value) |
|
EIGEN_DEVICE_FUNC bool | all () const |
|
bool | allFinite () const |
|
EIGEN_DEVICE_FUNC bool | any () const |
|
iterator | begin () |
|
const_iterator | begin () const |
|
const_iterator | cbegin () const |
|
const_iterator | cend () const |
|
EIGEN_DEVICE_FUNC ColwiseReturnType | colwise () |
|
EIGEN_DEVICE_FUNC ConstColwiseReturnType | colwise () const |
|
EIGEN_DEVICE_FUNC Index | count () const |
|
iterator | end () |
|
const_iterator | end () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EvalReturnType | eval () const |
|
EIGEN_DEVICE_FUNC void | evalTo (Dest &) const |
|
EIGEN_DEVICE_FUNC void | fill (const Scalar &value) |
|
const EIGEN_DEPRECATED ArrayWrapper< ExpressionType > & | flagged () const |
|
EIGEN_DEVICE_FUNC ForceAlignedAccess< ArrayWrapper< ExpressionType > > | forceAlignedAccess () |
|
const EIGEN_DEVICE_FUNC ForceAlignedAccess< ArrayWrapper< ExpressionType > > | forceAlignedAccess () const |
|
EIGEN_DEVICE_FUNC internal::conditional< Enable, ForceAlignedAccess< ArrayWrapper< ExpressionType > >, ArrayWrapper< ExpressionType > & >::type | forceAlignedAccessIf () |
|
const EIGEN_DEVICE_FUNC internal::conditional< Enable, ForceAlignedAccess< ArrayWrapper< ExpressionType > >, ArrayWrapper< ExpressionType > & >::type | forceAlignedAccessIf () const |
|
const WithFormat< ArrayWrapper< ExpressionType > > | format (const IOFormat &fmt) const |
|
bool | hasNaN () const |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | innerSize () const |
|
EIGEN_DEVICE_FUNC bool | isApprox (const DenseBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
EIGEN_DEVICE_FUNC bool | isApproxToConstant (const Scalar &value, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
EIGEN_DEVICE_FUNC bool | isConstant (const Scalar &value, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
EIGEN_DEVICE_FUNC bool | isMuchSmallerThan (const DenseBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
EIGEN_DEVICE_FUNC bool | isMuchSmallerThan (const RealScalar &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
EIGEN_DEVICE_FUNC bool | isMuchSmallerThan (const typename NumTraits< Scalar >::Real &other, const RealScalar &prec) const |
|
EIGEN_DEVICE_FUNC bool | isOnes (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
EIGEN_DEVICE_FUNC bool | isZero (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper< ExpressionType > & | lazyAssign (const DenseBase< OtherDerived > &other) |
|
EIGEN_DEPRECATED EIGEN_DEVICE_FUNC ArrayWrapper< ExpressionType > & | lazyAssign (const DenseBase< OtherDerived > &other) |
|
RealScalar | lpNorm () const |
|
EIGEN_DEVICE_FUNC internal::traits< ArrayWrapper< ExpressionType > >::Scalar | maxCoeff () const |
|
EIGEN_DEVICE_FUNC internal::traits< ArrayWrapper< ExpressionType > >::Scalar | maxCoeff () const |
|
EIGEN_DEVICE_FUNC internal::traits< ArrayWrapper< ExpressionType > >::Scalar | maxCoeff (IndexType *index) const |
|
EIGEN_DEVICE_FUNC internal::traits< ArrayWrapper< ExpressionType > >::Scalar | maxCoeff (IndexType *index) const |
|
EIGEN_DEVICE_FUNC internal::traits< ArrayWrapper< ExpressionType > >::Scalar | maxCoeff (IndexType *row, IndexType *col) const |
|
EIGEN_DEVICE_FUNC internal::traits< ArrayWrapper< ExpressionType > >::Scalar | maxCoeff (IndexType *row, IndexType *col) const |
|
EIGEN_DEVICE_FUNC Scalar | mean () const |
|
EIGEN_DEVICE_FUNC internal::traits< ArrayWrapper< ExpressionType > >::Scalar | minCoeff () const |
|
EIGEN_DEVICE_FUNC internal::traits< ArrayWrapper< ExpressionType > >::Scalar | minCoeff () const |
|
EIGEN_DEVICE_FUNC internal::traits< ArrayWrapper< ExpressionType > >::Scalar | minCoeff (IndexType *index) const |
|
EIGEN_DEVICE_FUNC internal::traits< ArrayWrapper< ExpressionType > >::Scalar | minCoeff (IndexType *index) const |
|
EIGEN_DEVICE_FUNC internal::traits< ArrayWrapper< ExpressionType > >::Scalar | minCoeff (IndexType *row, IndexType *col) const |
|
EIGEN_DEVICE_FUNC internal::traits< ArrayWrapper< ExpressionType > >::Scalar | minCoeff (IndexType *row, IndexType *col) const |
|
const EIGEN_DEVICE_FUNC NestByValue< ArrayWrapper< ExpressionType > > | nestByValue () const |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | nonZeros () const |
|
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE CwiseNullaryOp< CustomNullaryOp, typename DenseBase< ArrayWrapper< ExpressionType > >::PlainObject > | NullaryExpr (const CustomNullaryOp &func) |
|
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE CwiseNullaryOp< CustomNullaryOp, typename DenseBase< ArrayWrapper< ExpressionType > >::PlainObject > | NullaryExpr (Index rows, Index cols, const CustomNullaryOp &func) |
|
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE CwiseNullaryOp< CustomNullaryOp, typename DenseBase< ArrayWrapper< ExpressionType > >::PlainObject > | NullaryExpr (Index size, const CustomNullaryOp &func) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper< ExpressionType > & | operator*= (const Scalar &other) |
|
EIGEN_DEVICE_FUNC ArrayWrapper< ExpressionType > & | operator+= (const EigenBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC ArrayWrapper< ExpressionType > & | operator-= (const EigenBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper< ExpressionType > & | operator/= (const Scalar &other) |
|
EIGEN_DEVICE_FUNC CommaInitializer< ArrayWrapper< ExpressionType > > | operator<< (const DenseBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC CommaInitializer< ArrayWrapper< ExpressionType > > | operator<< (const Scalar &s) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper< ExpressionType > & | operator= (const DenseBase &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper< ExpressionType > & | operator= (const DenseBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC ArrayWrapper< ExpressionType > & | operator= (const EigenBase< OtherDerived > &other) |
| Copies the generic expression other into *this. More...
|
|
EIGEN_DEVICE_FUNC ArrayWrapper< ExpressionType > & | operator= (const ReturnByValue< OtherDerived > &func) |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | outerSize () const |
|
EIGEN_DEVICE_FUNC Scalar | prod () const |
|
EIGEN_DEVICE_FUNC Scalar | redux (const BinaryOp &func) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE internal::traits< ArrayWrapper< ExpressionType > >::Scalar | redux (const Func &func) const |
|
const EIGEN_DEVICE_FUNC Replicate< ArrayWrapper< ExpressionType >, RowFactor, ColFactor > | replicate () const |
|
const EIGEN_DEVICE_FUNC Replicate< ArrayWrapper< ExpressionType >, Dynamic, Dynamic > | replicate (Index rowFactor, Index colFactor) const |
|
EIGEN_DEVICE_FUNC void | resize (Index newSize) |
|
EIGEN_DEVICE_FUNC void | resize (Index rows, Index cols) |
|
EIGEN_DEVICE_FUNC ReverseReturnType | reverse () |
|
EIGEN_DEVICE_FUNC ConstReverseReturnType | reverse () const |
|
EIGEN_DEVICE_FUNC void | reverseInPlace () |
|
EIGEN_DEVICE_FUNC RowwiseReturnType | rowwise () |
|
EIGEN_DEVICE_FUNC ConstRowwiseReturnType | rowwise () const |
|
const EIGEN_DEVICE_FUNC Select< ArrayWrapper< ExpressionType >, ThenDerived, ElseDerived > | select (const DenseBase< ThenDerived > &thenMatrix, const DenseBase< ElseDerived > &elseMatrix) const |
|
const EIGEN_DEVICE_FUNC Select< ArrayWrapper< ExpressionType >, ThenDerived, typename ThenDerived::ConstantReturnType > | select (const DenseBase< ThenDerived > &thenMatrix, const typename ThenDerived::Scalar &elseScalar) const |
|
const EIGEN_DEVICE_FUNC Select< ArrayWrapper< ExpressionType >, typename ElseDerived::ConstantReturnType, ElseDerived > | select (const typename ElseDerived::Scalar &thenScalar, const DenseBase< ElseDerived > &elseMatrix) const |
|
EIGEN_DEVICE_FUNC ArrayWrapper< ExpressionType > & | setConstant (const Scalar &value) |
|
EIGEN_DEVICE_FUNC ArrayWrapper< ExpressionType > & | setLinSpaced (const Scalar &low, const Scalar &high) |
| Sets a linearly spaced vector. More...
|
|
EIGEN_DEVICE_FUNC ArrayWrapper< ExpressionType > & | setLinSpaced (Index size, const Scalar &low, const Scalar &high) |
| Sets a linearly spaced vector. More...
|
|
EIGEN_DEVICE_FUNC ArrayWrapper< ExpressionType > & | setOnes () |
|
EIGEN_DEVICE_FUNC ArrayWrapper< ExpressionType > & | setRandom () |
|
EIGEN_DEVICE_FUNC ArrayWrapper< ExpressionType > & | setZero () |
|
EIGEN_DEVICE_FUNC Scalar | sum () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | swap (const DenseBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | swap (PlainObjectBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC Scalar | trace () const |
|
EIGEN_DEVICE_FUNC TransposeReturnType | transpose () |
|
EIGEN_DEVICE_FUNC ConstTransposeReturnType | transpose () const |
|
EIGEN_DEVICE_FUNC void | transposeInPlace () |
|
EIGEN_DEVICE_FUNC CoeffReturnType | value () const |
|
EIGEN_DEVICE_FUNC void | visit (Visitor &func) const |
|