Public Types
Eigen::ProductReturnType< Lhs, Rhs, LazyCoeffBasedProductMode > Struct Template Reference

#include <GeneralProduct.h>

Inheritance diagram for Eigen::ProductReturnType< Lhs, Rhs, LazyCoeffBasedProductMode >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef internal::nested< Lhs,
Rhs::ColsAtCompileTime,
typename
internal::plain_matrix_type
< Lhs >::type >::type 
LhsNested
typedef internal::nested< Rhs,
Lhs::RowsAtCompileTime,
typename
internal::plain_matrix_type
< Rhs >::type >::type 
RhsNested
typedef CoeffBasedProduct
< LhsNested, RhsNested,
NestByRefBit > 
Type

Detailed Description

template<typename Lhs, typename Rhs>
struct Eigen::ProductReturnType< Lhs, Rhs, LazyCoeffBasedProductMode >

Definition at line 167 of file GeneralProduct.h.


Member Typedef Documentation

template<typename Lhs, typename Rhs>
typedef internal::nested<Lhs, Rhs::ColsAtCompileTime, typename internal::plain_matrix_type<Lhs>::type >::type Eigen::ProductReturnType< Lhs, Rhs, LazyCoeffBasedProductMode >::LhsNested

Definition at line 169 of file GeneralProduct.h.

template<typename Lhs, typename Rhs>
typedef internal::nested<Rhs, Lhs::RowsAtCompileTime, typename internal::plain_matrix_type<Rhs>::type >::type Eigen::ProductReturnType< Lhs, Rhs, LazyCoeffBasedProductMode >::RhsNested

Definition at line 170 of file GeneralProduct.h.

template<typename Lhs, typename Rhs>
typedef CoeffBasedProduct<LhsNested, RhsNested, NestByRefBit> Eigen::ProductReturnType< Lhs, Rhs, LazyCoeffBasedProductMode >::Type

Definition at line 171 of file GeneralProduct.h.


The documentation for this struct was generated from the following file:


turtlebot_exploration_3d
Author(s): Bona , Shawn
autogenerated on Thu Jun 6 2019 21:00:55