Public Types | Public Member Functions | Protected Types | Private Types | List of all members
Eigen::ProductImpl< Lhs, Rhs, Option, Dense > Class Template Reference

#include <Product.h>

Inheritance diagram for Eigen::ProductImpl< Lhs, Rhs, Option, Dense >:
Inheritance graph
[legend]

Public Types

typedef internal::dense_product_base< Lhs, Rhs, Option > Base
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar coeff (Index i) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar coeff (Index row, Index col) const
 

Protected Types

enum  { IsOneByOne, EnableCoeff = IsOneByOne || Option==LazyProduct }
 

Private Types

typedef Product< Lhs, Rhs, Option > Derived
 

Detailed Description

template<typename Lhs, typename Rhs, int Option>
class Eigen::ProductImpl< Lhs, Rhs, Option, Dense >

Definition at line 152 of file Product.h.

Member Typedef Documentation

◆ Base

template<typename Lhs , typename Rhs , int Option>
typedef internal::dense_product_base<Lhs, Rhs, Option> Eigen::ProductImpl< Lhs, Rhs, Option, Dense >::Base

Definition at line 159 of file Product.h.

◆ Derived

template<typename Lhs , typename Rhs , int Option>
typedef Product<Lhs, Rhs, Option> Eigen::ProductImpl< Lhs, Rhs, Option, Dense >::Derived
private

Definition at line 155 of file Product.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename Lhs , typename Rhs , int Option>
anonymous enum
protected
Enumerator
IsOneByOne 
EnableCoeff 

Definition at line 162 of file Product.h.

Member Function Documentation

◆ coeff() [1/2]

template<typename Lhs , typename Rhs , int Option>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar Eigen::ProductImpl< Lhs, Rhs, Option, Dense >::coeff ( Index  i) const
inline

Definition at line 178 of file Product.h.

◆ coeff() [2/2]

template<typename Lhs , typename Rhs , int Option>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar Eigen::ProductImpl< Lhs, Rhs, Option, Dense >::coeff ( Index  row,
Index  col 
) const
inline

Definition at line 170 of file Product.h.


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


gtsam
Author(s):
autogenerated on Wed May 15 2024 15:29:06