matrixmultiply 0.1.15

General matrix multiplication of f32 and f64 matrices in Rust. Supports matrices with general strides. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize. `RUSTFLAGS="-C target-cpu=native"` is your friend here.
Documentation
1
2
3
4
5
{
  "git": {
    "sha1": "c974971e4b79ceb2ce6e5e0a57feec7a9a56b754"
  }
}