Medial Code Documentation
Loading...
Searching...
No Matches
Static Public Member Functions
Eigen::internal::combine_scalar_factors_impl< ResScalar, Lhs, Rhs > Struct Template Reference

combine_scalar_factors extracts and multiplies factors from GEMM and GEMV products. More...

#include <BlasUtil.h>

Static Public Member Functions

EIGEN_DEVICE_FUNC static EIGEN_ALWAYS_INLINE ResScalar run (const Lhs &lhs, const Rhs &rhs)
 
EIGEN_DEVICE_FUNC static EIGEN_ALWAYS_INLINE ResScalar run (const ResScalar &alpha, const Lhs &lhs, const Rhs &rhs)
 

Detailed Description

template<typename ResScalar, typename Lhs, typename Rhs>
struct Eigen::internal::combine_scalar_factors_impl< ResScalar, Lhs, Rhs >

combine_scalar_factors extracts and multiplies factors from GEMM and GEMV products.

There is a specialization for booleans


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