Go to the source code of this file.
Classes | |
struct | internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > > |
class | CwiseBinaryOp< BinaryOp, Lhs, Rhs > |
Generic expression where a coefficient-wise binary operator is applied to two expressions. More... | |
class | CwiseBinaryOpImpl< BinaryOp, Lhs, Rhs, Dense > |
Namespaces | |
namespace | internal |
Applies the clock wise 2D rotation j to the set of 2D vectors of cordinates x and y: | |
Defines | |
#define | EIGEN_CHECK_BINARY_COMPATIBILIY(BINOP, LHS, RHS) |
#define EIGEN_CHECK_BINARY_COMPATIBILIY | ( | BINOP, | |
LHS, | |||
RHS | |||
) |
EIGEN_STATIC_ASSERT((internal::functor_allows_mixing_real_and_complex<BINOP>::ret \ ? int(internal::is_same<typename NumTraits<LHS>::Real, typename NumTraits<RHS>::Real>::value) \ : int(internal::is_same<LHS, RHS>::value)), \ YOU_MIXED_DIFFERENT_NUMERIC_TYPES__YOU_NEED_TO_USE_THE_CAST_METHOD_OF_MATRIXBASE_TO_CAST_NUMERIC_TYPES_EXPLICITLY)
Definition at line 109 of file CwiseBinaryOp.h.
Referenced by CwiseBinaryOp< BinaryOp, Lhs, Rhs >::CwiseBinaryOp(), GeneralProduct< Lhs, Rhs, GemmProduct >::GeneralProduct(), and SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::lazyAssign().
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011 |