Searched defs:generic_product_impl (Results 1 – 1 of 1) sorted by relevance
59 …struct generic_product_impl<MatrixReplacement, Rhs, SparseShape, DenseShape, GemvProduct> // GEMV … struct62 typedef typename Product<MatrixReplacement,Rhs>::Scalar Scalar;65 …ic void scaleAndAddTo(Dest& dst, const MatrixReplacement& lhs, const Rhs& rhs, const Scalar& alpha) in scaleAndAddTo()