matrixmultiply
crates.io v0.3.101,513,226 weekly downloads · 4 依存数
出典データ取得時点:
概要
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…
cargo add matrixmultiply
- エコシステムcrates.io
- バージョン0.3.10
- 週間DL数1,513,226
- ライセンス—
- 依存数4
- 最終リリース2025-05-12
- 初回公開2016-03-28
レジストリの値
公式レジストリの値を、各値ごとに出典を明記してそのまま再掲しています。
説明
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. Supports multithreading.
レジストリ提供の説明をプレーンテキストに整形したものです。出典: crates.io (Rust)。
元の説明文(未整形)を表示
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. Supports multithreading.
派生指標(算出方法を公開)
以下のレジストリの値からQuantetaが算出した指数です。測定値ではなく派生指標です。算出式は「データと出典」ページに掲載しています。