Specialization for use with one Eigen matrix and a two-dimensional std::vector of integer types.
Specialization for use with a two-dimensional std::vector of integer types and one var_value<Matrix>
.
Specialization for use with a two-dimensional std::vector of integer types and one Eigen matrix.
- Template Parameters
-
T1 | Type of first argument to which functor is applied. |
T2 | Type of second argument to which functor is applied. |
F | Type of functor to apply. |
- Parameters
-
x | Eigen matrix input to which operation is applied. |
y | Nested integer std::vector input to which operation is applied. |
f | functor to apply to inputs. |
- Returns
- Eigen object with result of applying functor to inputs.
- Template Parameters
-
T1 | Type of first argument to which functor is applied. |
T2 | Type of second argument to which functor is applied. |
F | Type of functor to apply. |
- Parameters
-
x | Nested integer std::vector input to which operation is applied. |
y | Eigen matrix input to which operation is applied. |
f | functor to apply to inputs. |
- Returns
- Eigen object with result of applying functor to inputs.
- Template Parameters
-
T1 | Type of first argument to which functor is applied. |
T2 | Type of second argument to which functor is applied. |
F | Type of functor to apply. |
- Parameters
-
x | Either a var matrix or nested integer std::vector input to which operation is applied. |
x | Either a var matrix or nested integer std::vector input to which operation is applied. |
f | functor to apply to inputs. |
- Returns
- Eigen object with result of applying functor to inputs.
Definition at line 135 of file apply_scalar_binary.hpp.