|
Medial Code Documentation
|
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) |
combine_scalar_factors extracts and multiplies factors from GEMM and GEMV products.
There is a specialization for booleans