oxicuda-solver 0.1.1

OxiCUDA Solver - GPU-accelerated matrix decompositions (cuSOLVER equivalent)
Documentation
1
2
3
4
5
6
7
//! Helper utilities for solver operations.
//!
//! Provides pivot selection, row swapping, and condition number estimation
//! routines used internally by the dense decomposition algorithms.

pub mod condition;
pub mod pivot;