matrixmultiply 0.2.3

General matrix multiplication for f32 and f64 matrices. Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses AVX or SSE2 on x86 platforms transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize.
Documentation
Build #186549 2019-09-20T16:21:28.516904+00:00
# rustc version
rustc 1.39.0-nightly (f0b58fcf0 2019-09-11)
# docs.rs version
cratesfyi 0.6.0 (32074e7 2019-09-18)

# build log
Updating crates.io index
Checking rawpointer v0.2.0
Running `rustc --crate-name rawpointer /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rawpointer-0.2.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=3ed282242058d146 -C extra-filename=-3ed282242058d146 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Documenting matrixmultiply v0.2.3
Running `rustdoc --crate-name matrixmultiply /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/matrixmultiply-0.2.3/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190911-1.39.0-nightly-f0b58fcf0 --static-root-path / --disable-per-crate-search --extern-html-root-url 'bencher=https://docs.rs/bencher/0.1.5' --extern-html-root-url 'itertools=https://docs.rs/itertools/0.7.11' --extern-html-root-url 'rawpointer=https://docs.rs/rawpointer/0.2.1' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rawpointer=/home/cratesfyi/cratesfyi/debug/deps/librawpointer-3ed282242058d146.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 1.78s