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 trigonometric
scirs2_
linalg
0.1.0-rc.1
Module trigonometric
Module Items
Functions
In scirs2_
linalg::
matrix_
functions
scirs2_linalg
::
matrix_functions
Module
trigonometric
Copy item path
Source
Expand description
Matrix trigonometric functions
Functions
ยง
acosm
Compute the matrix arccosine.
asinm
Compute the matrix arcsine.
atanm
Compute the matrix arctangent.
cosm
Compute the matrix cosine.
sinm
Compute the matrix sine.
tanm
Compute the matrix tangent.