Skip to content
Commit 0fb13409 authored by Karl Rupp's avatar Karl Rupp
Browse files

prod(): Added overloads for matrix_expression and vector_expression.

Allows users to write e.g. A = prod(B+C, x + y);
Any expressions passed to prod() are converted to temporaries.
This is certainly desirable from a performance point of view for GEMM.
One could do better with expression templates for GEMV, but that would not work with OpenCL.
Fixes #126.
parent eaccd7fc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment