Go to the source code of this file.
Functions | |
template<typename OtherDerived > | |
EIGEN_STRONG_INLINE const | EIGEN_CWISE_PRODUCT_RETURN_TYPE (Derived, OtherDerived) operator*(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
template<typename OtherDerived > | |
EIGEN_STRONG_INLINE const CwiseBinaryOp < internal::scalar_quotient_op < Scalar >, Derived, OtherDerived > | operator/ (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
const CwiseUnaryOp < internal::scalar_add_op < Scalar >, Derived > | operator+ (const Scalar &scalar) const |
const CwiseUnaryOp < internal::scalar_add_op < Scalar >, Derived > | operator+ (const Scalar &scalar, const EIGEN_CURRENT_STORAGE_BASE_CLASS< Derived > &other) |
const CwiseUnaryOp < internal::scalar_add_op < Scalar >, Derived > | operator- (const Scalar &scalar) const |
const CwiseUnaryOp < internal::scalar_add_op < Scalar >, CwiseUnaryOp < internal::scalar_opposite_op < Scalar >, Derived > > | operator- (const Scalar &scalar, const EIGEN_CURRENT_STORAGE_BASE_CLASS< Derived > &other) |
EIGEN_STRONG_INLINE const EIGEN_CWISE_PRODUCT_RETURN_TYPE | ( | Derived | , |
OtherDerived | |||
) | const |
*this
and other Definition at line 6 of file ArrayCwiseBinaryOps.h.
References EIGEN_CWISE_PRODUCT_RETURN_TYPE.
friend const CwiseUnaryOp<internal::scalar_add_op<Scalar>, Derived> operator+ | ( | const Scalar & | scalar, |
const EIGEN_CURRENT_STORAGE_BASE_CLASS< Derived > & | other | ||
) | [inline] |
Definition at line 121 of file ArrayCwiseBinaryOps.h.
const CwiseUnaryOp<internal::scalar_add_op<Scalar>, Derived> operator+ | ( | const Scalar & | scalar | ) | const [inline] |
*this
and other Example:
Output:
*this
and other Example:
Output:
Example:
Output:
Example:
Output:
Example:
Output:
Example:
Output:
Example:
Output:
Example:
Output:
*this
with each coeff incremented by the constant scalar Example:
Output:
Definition at line 115 of file ArrayCwiseBinaryOps.h.
friend const CwiseUnaryOp<internal::scalar_add_op<Scalar>, CwiseUnaryOp<internal::scalar_opposite_op<Scalar>,Derived> > operator- | ( | const Scalar & | scalar, |
const EIGEN_CURRENT_STORAGE_BASE_CLASS< Derived > & | other | ||
) | [inline] |
Definition at line 140 of file ArrayCwiseBinaryOps.h.
const CwiseUnaryOp<internal::scalar_add_op<Scalar>, Derived> operator- | ( | const Scalar & | scalar | ) | const [inline] |
*this
with each coeff decremented by the constant scalar Example:
Output:
Definition at line 134 of file ArrayCwiseBinaryOps.h.
EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_quotient_op<Scalar>, Derived, OtherDerived> operator/ | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other | ) | const |
*this
and other Definition at line 18 of file ArrayCwiseBinaryOps.h.
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011 |