Public Types | Static Public Member Functions | List of all members
Eigen::internal::selfadjoint_product_impl< Lhs, LhsMode, false, Rhs, RhsMode, false > Struct Template Reference

#include <SelfadjointMatrixMatrix.h>

Public Types

enum  { LhsIsUpper = (LhsMode&(Upper|Lower))==Upper, LhsIsSelfAdjoint = (LhsMode&SelfAdjoint)==SelfAdjoint, RhsIsUpper = (RhsMode&(Upper|Lower))==Upper, RhsIsSelfAdjoint = (RhsMode&SelfAdjoint)==SelfAdjoint }
 
typedef LhsBlasTraits::DirectLinearAccessType ActualLhsType
 
typedef RhsBlasTraits::DirectLinearAccessType ActualRhsType
 
typedef internal::blas_traits< LhsLhsBlasTraits
 
typedef internal::blas_traits< RhsRhsBlasTraits
 
typedef Product< Lhs, Rhs >::Scalar Scalar
 

Static Public Member Functions

template<typename Dest >
static void run (Dest &dst, const Lhs &a_lhs, const Rhs &a_rhs, const Scalar &alpha)
 

Detailed Description

template<typename Lhs, int LhsMode, typename Rhs, int RhsMode>
struct Eigen::internal::selfadjoint_product_impl< Lhs, LhsMode, false, Rhs, RhsMode, false >

Definition at line 469 of file SelfadjointMatrixMatrix.h.

Member Typedef Documentation

template<typename Lhs , int LhsMode, typename Rhs , int RhsMode>
typedef LhsBlasTraits::DirectLinearAccessType Eigen::internal::selfadjoint_product_impl< Lhs, LhsMode, false, Rhs, RhsMode, false >::ActualLhsType

Definition at line 474 of file SelfadjointMatrixMatrix.h.

template<typename Lhs , int LhsMode, typename Rhs , int RhsMode>
typedef RhsBlasTraits::DirectLinearAccessType Eigen::internal::selfadjoint_product_impl< Lhs, LhsMode, false, Rhs, RhsMode, false >::ActualRhsType

Definition at line 476 of file SelfadjointMatrixMatrix.h.

template<typename Lhs , int LhsMode, typename Rhs , int RhsMode>
typedef internal::blas_traits<Lhs> Eigen::internal::selfadjoint_product_impl< Lhs, LhsMode, false, Rhs, RhsMode, false >::LhsBlasTraits

Definition at line 473 of file SelfadjointMatrixMatrix.h.

template<typename Lhs , int LhsMode, typename Rhs , int RhsMode>
typedef internal::blas_traits<Rhs> Eigen::internal::selfadjoint_product_impl< Lhs, LhsMode, false, Rhs, RhsMode, false >::RhsBlasTraits

Definition at line 475 of file SelfadjointMatrixMatrix.h.

template<typename Lhs , int LhsMode, typename Rhs , int RhsMode>
typedef Product<Lhs,Rhs>::Scalar Eigen::internal::selfadjoint_product_impl< Lhs, LhsMode, false, Rhs, RhsMode, false >::Scalar

Definition at line 471 of file SelfadjointMatrixMatrix.h.

Member Enumeration Documentation

template<typename Lhs , int LhsMode, typename Rhs , int RhsMode>
anonymous enum
Enumerator
LhsIsUpper 
LhsIsSelfAdjoint 
RhsIsUpper 
RhsIsSelfAdjoint 

Definition at line 478 of file SelfadjointMatrixMatrix.h.

Member Function Documentation

template<typename Lhs , int LhsMode, typename Rhs , int RhsMode>
template<typename Dest >
static void Eigen::internal::selfadjoint_product_impl< Lhs, LhsMode, false, Rhs, RhsMode, false >::run ( Dest &  dst,
const Lhs a_lhs,
const Rhs a_rhs,
const Scalar alpha 
)
inlinestatic

Definition at line 486 of file SelfadjointMatrixMatrix.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:46