Docs.rs
scirs2-linalg-0.1.0-rc.1
scirs2-linalg 0.1.0-rc.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
cool-japan
Dependencies
approx ^0.5.1
normal
bincode ^2.0.1
normal
half ^2.6.0
normal
num_cpus ^1.17.0
normal
scirs2-autograd ^0.1.0-rc.1
normal
optional
scirs2-core ^0.1.0-rc.1
normal
serde ^1.0
normal
thiserror ^2.0.16
normal
approx ^0.5.1
dev
criterion ^0.7.0
dev
Versions
84.7%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module special
scirs2_
linalg
0.1.0-rc.1
Module special
Module Items
Functions
In scirs2_
linalg::
matrix_
functions
scirs2_linalg
::
matrix_functions
Module
special
Copy item path
Source
Expand description
Special matrix functions including sigmoid, softmax, and sign functions
Functions
ยง
sigmoid
Compute the sigmoid function element-wise on a matrix.
signm
Compute the matrix sign function.
softmax
Compute the softmax function along a specified axis of a matrix.