matrixmultiply_mt 0.1.2

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
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "matrixmultiply_mt"
version = "0.1.2"
authors = ["bluss", "J. Millard"]
description = "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 = "https://bluss.github.io/matrixmultiply/"
keywords = ["matrix", "sgemm", "dgemm"]
license = "MIT/Apache-2.0"
repository = "https://github.com/millardjn/matrixmultiply_mt"

[lib]
bench = false
[dependencies.generic-array]
version = "0.8"

[dependencies.threadpool]
version = "1.3"

[dependencies.typenum]
version = "1.9"

[dependencies.lazy_static]
version = "0.2"

[dependencies.num_cpus]
version = "1.6"

[dependencies.num-traits]
version = "0.1"

[dependencies.rawpointer]
version = "0.1"

[dependencies.typenum_loops]
version = "0.1"