#include <Product.h>
◆ AdjointType
template<typename Lhs , typename Rhs , int Option, int Kind = TransposeProductKind<Lhs, Rhs>::Kind>
◆ ConjugateTransposeType
template<typename Lhs , typename Rhs , int Option, int Kind = TransposeProductKind<Lhs, Rhs>::Kind>
◆ Derived
template<typename Lhs , typename Rhs , int Option, int Kind = TransposeProductKind<Lhs, Rhs>::Kind>
◆ Scalar
template<typename Lhs , typename Rhs , int Option, int Kind = TransposeProductKind<Lhs, Rhs>::Kind>
◆ TransposeType
template<typename Lhs , typename Rhs , int Option, int Kind = TransposeProductKind<Lhs, Rhs>::Kind>
◆ run_adjoint()
template<typename Lhs , typename Rhs , int Option, int Kind = TransposeProductKind<Lhs, Rhs>::Kind>
std::conditional_t< NumTraits< Scalar >::IsComplex, ConjugateTransposeType, TransposeType > AdjointType
Definition: Product.h:88
Transpose< const Derived > TransposeType
Definition: Product.h:86
Referenced by Eigen::Product< Lhs_, Rhs_, Option >::adjoint().
◆ run_transpose()
template<typename Lhs , typename Rhs , int Option, int Kind = TransposeProductKind<Lhs, Rhs>::Kind>
The documentation for this struct was generated from the following file: