MOAB  4.9.3pre
Eigen::internal::product_result_scalar< Lhs, Rhs, LhsShape, RhsShape > Struct Template Reference

#include <Product.h>

List of all members.

Public Types

typedef scalar_product_traits
< typename Lhs::Scalar,
typename Rhs::Scalar >
::ReturnType 
Scalar

Detailed Description

template<typename Lhs, typename Rhs, typename LhsShape = typename evaluator_traits<Lhs>::Shape, typename RhsShape = typename evaluator_traits<Rhs>::Shape>
struct Eigen::internal::product_result_scalar< Lhs, Rhs, LhsShape, RhsShape >

Definition at line 23 of file Product.h.


Member Typedef Documentation

template<typename Lhs, typename Rhs, typename LhsShape = typename evaluator_traits<Lhs>::Shape, typename RhsShape = typename evaluator_traits<Rhs>::Shape>
typedef scalar_product_traits<typename Lhs::Scalar, typename Rhs::Scalar>::ReturnType Eigen::internal::product_result_scalar< Lhs, Rhs, LhsShape, RhsShape >::Scalar

Definition at line 25 of file Product.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines