Public Types | Static Public Member Functions | List of all members
Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, GemmProduct > Struct Template Reference

#include <GeneralMatrixMatrix.h>

Inheritance diagram for Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, GemmProduct >:
Inheritance graph
[legend]

Public Types

enum  { MaxDepthAtCompileTime = EIGEN_SIZE_MIN_PREFER_FIXED(Lhs::MaxColsAtCompileTime,Rhs::MaxRowsAtCompileTime) }
 
typedef LhsBlasTraits::DirectLinearAccessType ActualLhsType
 
typedef internal::remove_all< ActualLhsType >::type ActualLhsTypeCleaned
 
typedef RhsBlasTraits::DirectLinearAccessType ActualRhsType
 
typedef internal::remove_all< ActualRhsType >::type ActualRhsTypeCleaned
 
typedef generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, CoeffBasedProductModelazyproduct
 
typedef internal::blas_traits< LhsLhsBlasTraits
 
typedef Lhs::Scalar LhsScalar
 
typedef internal::blas_traits< RhsRhsBlasTraits
 
typedef Rhs::Scalar RhsScalar
 
typedef Product< Lhs, Rhs >::Scalar Scalar
 
- Public Types inherited from Eigen::internal::generic_product_impl_base< Lhs, Rhs, generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, GemmProduct > >
typedef Product< Lhs, Rhs >::Scalar Scalar
 

Static Public Member Functions

template<typename Dst >
static void addTo (Dst &dst, const Lhs &lhs, const Rhs &rhs)
 
template<typename Dst >
static void evalTo (Dst &dst, const Lhs &lhs, const Rhs &rhs)
 
template<typename Dest >
static void scaleAndAddTo (Dest &dst, const Lhs &a_lhs, const Rhs &a_rhs, const Scalar &alpha)
 
template<typename Dst >
static void subTo (Dst &dst, const Lhs &lhs, const Rhs &rhs)
 
- Static Public Member Functions inherited from Eigen::internal::generic_product_impl_base< Lhs, Rhs, generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, GemmProduct > >
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void addTo (Dst &dst, const Lhs &lhs, const Rhs &rhs)
 
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void evalTo (Dst &dst, const Lhs &lhs, const Rhs &rhs)
 
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void scaleAndAddTo (Dst &dst, const Lhs &lhs, const Rhs &rhs, const Scalar &alpha)
 
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void subTo (Dst &dst, const Lhs &lhs, const Rhs &rhs)
 

Detailed Description

template<typename Lhs, typename Rhs>
struct Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, GemmProduct >

Definition at line 410 of file GeneralMatrixMatrix.h.

Member Typedef Documentation

◆ ActualLhsType

Definition at line 418 of file GeneralMatrixMatrix.h.

◆ ActualLhsTypeCleaned

Definition at line 419 of file GeneralMatrixMatrix.h.

◆ ActualRhsType

Definition at line 422 of file GeneralMatrixMatrix.h.

◆ ActualRhsTypeCleaned

Definition at line 423 of file GeneralMatrixMatrix.h.

◆ lazyproduct

Definition at line 429 of file GeneralMatrixMatrix.h.

◆ LhsBlasTraits

Definition at line 417 of file GeneralMatrixMatrix.h.

◆ LhsScalar

template<typename Lhs , typename Rhs >
typedef Lhs::Scalar Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, GemmProduct >::LhsScalar

Definition at line 414 of file GeneralMatrixMatrix.h.

◆ RhsBlasTraits

Definition at line 421 of file GeneralMatrixMatrix.h.

◆ RhsScalar

template<typename Lhs , typename Rhs >
typedef Rhs::Scalar Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, GemmProduct >::RhsScalar

Definition at line 415 of file GeneralMatrixMatrix.h.

◆ Scalar

template<typename Lhs , typename Rhs >
typedef Product<Lhs,Rhs>::Scalar Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, GemmProduct >::Scalar

Definition at line 413 of file GeneralMatrixMatrix.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename Lhs , typename Rhs >
anonymous enum
Enumerator
MaxDepthAtCompileTime 

Definition at line 425 of file GeneralMatrixMatrix.h.

Member Function Documentation

◆ addTo()

template<typename Lhs , typename Rhs >
template<typename Dst >
static void Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, GemmProduct >::addTo ( Dst &  dst,
const Lhs lhs,
const Rhs rhs 
)
inlinestatic

Definition at line 450 of file GeneralMatrixMatrix.h.

◆ evalTo()

template<typename Lhs , typename Rhs >
template<typename Dst >
static void Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, GemmProduct >::evalTo ( Dst &  dst,
const Lhs lhs,
const Rhs rhs 
)
inlinestatic

Definition at line 432 of file GeneralMatrixMatrix.h.

◆ scaleAndAddTo()

template<typename Lhs , typename Rhs >
template<typename Dest >
static void Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, GemmProduct >::scaleAndAddTo ( Dest &  dst,
const Lhs a_lhs,
const Rhs a_rhs,
const Scalar alpha 
)
inlinestatic

Definition at line 468 of file GeneralMatrixMatrix.h.

◆ subTo()

template<typename Lhs , typename Rhs >
template<typename Dst >
static void Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, GemmProduct >::subTo ( Dst &  dst,
const Lhs lhs,
const Rhs rhs 
)
inlinestatic

Definition at line 459 of file GeneralMatrixMatrix.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:44:44