Go to the documentation of this file.
10 #ifndef EIGEN_SPARSE_CWISE_UNARY_OP_H
11 #define EIGEN_SPARSE_CWISE_UNARY_OP_H
17 template<
typename UnaryOp,
typename ArgType>
28 Flags = XprType::Flags
38 return m_argImpl.nonZerosEstimate();
48 template<
typename UnaryOp,
typename ArgType>
57 :
Base(unaryOp.m_argImpl,outer), m_functor(unaryOp.m_functor)
61 { Base::operator++();
return *
this; }
71 template<
typename ViewOp,
typename ArgType>
82 Flags = XprType::Flags
98 template<
typename ViewOp,
typename ArgType>
107 :
Base(unaryOp.m_argImpl,outer), m_functor(unaryOp.m_functor)
111 { Base::operator++();
return *
this; }
122 template<
typename Derived>
128 for (
Index j=0; j<outerSize(); ++j)
129 for (EvalIterator i(thisEval,j); i; ++i)
130 i.valueRef() *= other;
134 template<
typename Derived>
140 for (
Index j=0; j<outerSize(); ++j)
141 for (EvalIterator i(thisEval,j); i; ++i)
142 i.valueRef() /= other;
148 #endif // EIGEN_SPARSE_CWISE_UNARY_OP_H
unary_evaluator(const XprType &op)
EIGEN_STRONG_INLINE Scalar value() const
EIGEN_STRONG_INLINE InnerIterator & operator++()
EIGEN_STRONG_INLINE Scalar & valueRef()
evaluator< ArgType >::InnerIterator EvalIterator
EIGEN_STRONG_INLINE Scalar value() const
Derived & operator*=(const Scalar &other)
Generic lvalue expression of a coefficient-wise unary operator of a matrix or a vector.
Derived & operator/=(const Scalar &other)
internal::traits< Derived >::Scalar Scalar
EIGEN_STRONG_INLINE InnerIterator & operator++()
#define EIGEN_STRONG_INLINE
An InnerIterator allows to loop over the element of any matrix expression.
evaluator< ArgType > m_argImpl
CwiseUnaryOp< UnaryOp, ArgType > XprType
EIGEN_STRONG_INLINE InnerIterator(const unary_evaluator &unaryOp, Index outer)
Generic expression where a coefficient-wise unary operator is applied to an expression.
evaluator< ArgType > m_argImpl
CwiseUnaryView< ViewOp, ArgType > XprType
EIGEN_STRONG_INLINE InnerIterator(const unary_evaluator &unaryOp, Index outer)
evaluator< ArgType >::InnerIterator EvalIterator
Index nonZerosEstimate() const
unary_evaluator< CwiseUnaryView< ViewOp, ArgType >, IteratorBased >::EvalIterator Base
#define EIGEN_INTERNAL_CHECK_COST_VALUE(C)
unary_evaluator(const XprType &op)
unary_evaluator< CwiseUnaryOp< UnaryOp, ArgType >, IteratorBased >::EvalIterator Base
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:06:18