matrixmultiply_mt 0.2.1

Multithreaded Fork of bluss's matrixmultiply crate. 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
{
  "git": {
    "sha1": "d9b7f2c484c0049e7bc3a49c1ec7112099bb73fa"
  },
  "path_in_vcs": ""
}