Expand description
Safe wrappers for sparse linear algebra routines in Accelerate.
Modules§
- sparse_
matrix_ property sparse_matrix_propertyconstants.- sparse_
status sparse_statusconstants.
Structs§
- Sparse
Matrix F32 - Owned sparse single-precision matrix handle backed by the Swift bridge.
Functions§
- add_
to_ dense_ f32 - Wraps
sparse_vector_add_with_scale_dense_float. - dot_
dense_ f32 - Wraps
sparse_inner_product_dense_float. - dot_
sparse_ f32 - Wraps
sparse_inner_product_sparse_float.
Type Aliases§
- Sparse
Index - Sparse index type used by the
sparse_*_floatroutines.