Eigen::internal::TransposeProductKind< Lhs, Rhs > Struct Template Reference

#include <Product.h>

Static Public Attributes

static constexpr int Kind = (TransposeKind<Lhs>::Kind << 8) | TransposeKind<Rhs>::Kind
 

Member Data Documentation

◆ Kind

template<typename Lhs , typename Rhs >
constexpr int Eigen::internal::TransposeProductKind< Lhs, Rhs >::Kind = (TransposeKind<Lhs>::Kind << 8) | TransposeKind<Rhs>::Kind
staticconstexpr

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