Go to the source code of this file.
|
| Eigen |
| iterative scaling algorithm to equilibrate rows and column norms in matrices
|
|
◆ EIGEN_CWISE_BINOP_RETURN_TYPE
#define EIGEN_CWISE_BINOP_RETURN_TYPE |
( |
|
OP | ) |
CwiseBinaryOp<OP<typename internal::traits<ExpressionType>::Scalar>, ExpressionType, OtherDerived> |
◆ EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE
#define EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE |
( |
|
OP | ) |
|
Value:CwiseBinaryOp<OP<typename internal::traits<ExpressionType>::Scalar>,
ExpressionType, \
typename ExpressionType::ConstantReturnType >
Definition at line 28 of file Cwise.h.
◆ EIGEN_CWISE_UNOP_RETURN_TYPE