pub fn hash_input(matrix: &CsrMatrix<f32>, rhs: &[f32]) -> [u8; 8]Expand description
Compute a deterministic 8-byte fingerprint of the solver input.
Hashes the matrix dimensions, structural arrays (row_ptr, col_indices),
value bytes, and the right-hand-side vector.