Go to the source code of this file.
Namespaces | |
| Eigen | |
| iterative scaling algorithm to equilibrate rows and column norms in matrices | |
| Eigen::internal | |
Macros | |
| #define | EIGEN_PRODUCT_PUBLIC_INTERFACE(Derived) |
Functions | |
| template<typename Derived , typename Lhs , typename Rhs > | |
| const ScaledProduct< Derived > | Eigen::operator* (const ProductBase< Derived, Lhs, Rhs > &prod, const typename Derived::Scalar &x) |
| template<typename Derived , typename Lhs , typename Rhs > | |
| internal::enable_if<!internal::is_same< typename Derived::Scalar, typename Derived::RealScalar >::value, const ScaledProduct< Derived > >::type | Eigen::operator* (const ProductBase< Derived, Lhs, Rhs > &prod, const typename Derived::RealScalar &x) |
| template<typename Derived , typename Lhs , typename Rhs > | |
| const ScaledProduct< Derived > | Eigen::operator* (const typename Derived::Scalar &x, const ProductBase< Derived, Lhs, Rhs > &prod) |
| template<typename Derived , typename Lhs , typename Rhs > | |
| internal::enable_if<!internal::is_same< typename Derived::Scalar, typename Derived::RealScalar >::value, const ScaledProduct< Derived > >::type | Eigen::operator* (const typename Derived::RealScalar &x, const ProductBase< Derived, Lhs, Rhs > &prod) |
| #define EIGEN_PRODUCT_PUBLIC_INTERFACE | ( | Derived | ) |
Definition at line 46 of file ProductBase.h.