Public Types | List of all members
Eigen::ProductReturnType< Lhs, Rhs, LazyCoeffBasedProductMode > Struct Template Reference

#include <GeneralProduct.h>

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

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, NestByRefBitType
 

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:


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:09