Skip to main content

Module sparse

Module sparse 

Source
Expand description

Safe wrappers for sparse linear algebra routines in Accelerate.

Modules§

sparse_matrix_property
sparse_matrix_property constants.
sparse_status
sparse_status constants.

Structs§

SparseMatrixF32
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§

SparseIndex
Sparse index type used by the sparse_*_float routines.