Pointwise Matrix Operations
Create, insert values into, and extract values from a pointwise sparse matrix.
Topics
Matrix creation and population
sparse_matrix_create_double(_:_:)sparse_matrix_create_float(_:_:)sparse_insert_entry_double(_:_:_:_:)sparse_insert_entry_float(_:_:_:_:)sparse_insert_entries_double(_:_:_:_:_:)sparse_insert_entries_float(_:_:_:_:_:)sparse_insert_col_double(_:_:_:_:_:)sparse_insert_col_float(_:_:_:_:_:)sparse_insert_row_double(_:_:_:_:_:)sparse_insert_row_float(_:_:_:_:_:)
Complex matrix creation and population
Value insertion
sparse_insert_col_double_complex(_:_:_:_:_:)sparse_insert_col_float_complex(_:_:_:_:_:)sparse_insert_entries_double_complex(_:_:_:_:_:)sparse_insert_entries_float_complex(_:_:_:_:_:)sparse_insert_row_double_complex(_:_:_:_:_:)sparse_insert_row_float_complex(_:_:_:_:_:)
Value extraction
sparse_extract_sparse_row_double(_:_:_:_:_:_:_:)sparse_extract_sparse_row_float(_:_:_:_:_:_:_:)sparse_extract_sparse_column_double(_:_:_:_:_:_:_:)sparse_extract_sparse_column_float(_:_:_:_:_:_:_:)sparse_extract_sparse_column_double_complex(_:_:_:_:_:_:_:)sparse_extract_sparse_column_float_complex(_:_:_:_:_:_:_:)sparse_extract_sparse_row_float_complex(_:_:_:_:_:_:_:)sparse_extract_sparse_row_double_complex(_:_:_:_:_:_:_:)