rulinalg icon indicating copy to clipboard operation
rulinalg copied to clipboard

Add BLAS bindings for matrix multiplication

Open AtheMathmo opened this issue 9 years ago • 0 comments
trafficstars

Following requirements:

  • Should be behind a feature flag (to avoid new users running into dependency hell by default).
  • Hopefully will fail at compile time if bindings are not found. (Prefer this to silently continuing without failure).

It would also be good to include benchmarks for matrix multiplication across different sizes.

AtheMathmo avatar Jul 31 '16 22:07 AtheMathmo