#include <Eigen/src/Core/ProductEvaluators.h>
template<typename Lhs, typename Rhs>
struct Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, OuterProduct >::adds
Scaled add.
|
| | adds (const Scalar &s) |
| |
| template<typename Dst , typename Src > |
| void | operator() (const Dst &dst, const Src &src) const |
| |
◆ adds()
template<typename Lhs , typename Rhs >
| Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, OuterProduct >::adds::adds |
( |
const Scalar & |
s | ) |
|
|
inlineexplicit |
◆ operator()()
template<typename Lhs , typename Rhs >
template<typename Dst , typename Src >
| void Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, OuterProduct >::adds::operator() |
( |
const Dst & |
dst, |
|
|
const Src & |
src |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: