Expand description
Sparse array operations
Functionsยง
- densify_
threshold - Convert sparse to dense if density exceeds threshold
- safe_
sparse_ dot - Sparse-dense dot product with bounds checking
- safe_
sparse_ dot_ f32 - Specialized f32 sparse-dense dot product
- safe_
sparse_ dot_ f64 - Specialized f64 sparse-dense dot product
- sparse_
add - Sparse matrix addition
- sparse_
diag - Create sparse diagonal matrix
- sparse_
transpose - Sparse matrix transpose (CSR format)