Docs.rs
singe-cusolver-0.1.0-alpha.7
singe-cusolver 0.1.0-alpha.7
Permalink
Docs.rs crate page
01 July 2026
Links
Repository
crates.io
Source
Owners
tinrab
Dependencies
bitflags ^2.13.0
normal
num_enum ^0.7.6
normal
singe-core ^0.1.0-alpha.7
normal
singe-cuda ^0.1.0-alpha.9
normal
singe-cuda-sys ^0.1.0-alpha.8
normal
singe-cusolver-sys ^0.1.0-alpha.7
normal
thiserror ^2.0.18
normal
Versions
26.11%
of the crate is documented
Platform
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
Skip to main content
Files
singe_cusolver/dense/legacy/
mod.rs
1
pub mod
bidiagonal;
2
pub mod
cholesky;
3
pub mod
qr;
4
pub mod
sytrf;
5
pub mod
tridiagonal;