csr_matrix

Crates.iocsr_matrix
lib.rscsr_matrix
version0.1.0
sourcesrc
created_at2023-04-15 16:02:58.540707
updated_at2023-04-15 16:02:58.540707
descriptionSimple implementation of a generic Compressed Sparse Row (CSR) matrix.
homepage
repository
max_upload_size
id840021
size7,086
Joseph Amirtharaj (joseph-amirth)

documentation

README

Simple implementation of a generic Compressed Sparse Row (CSR) matrix.

Features (an exhaustive list):

  • The type of the values stored does not have any trait requirements.
  • A separate builder type to populate the matrix with the desired values.
  • Access all the populated entries in a matrix as a single iterator.
  • Access the populated entries of a given row as a single iterator.

This crate was conceived for personal use, specifically for use in a WIP generic graphs crate.

Commit count: 0

cargo fmt