Module extendr_api::prelude::utils::constrained::sparse

Expand description

Sparse matrices with compile-time access checks.

Structsยง

  • Mutable sparse matrix view with dimensions equal to the values tied to ('nrows, 'ncols), in column-major order.
  • Immutable sparse matrix view with dimensions equal to the values tied to ('nrows, 'ncols), in column-major order.
  • Symbolic structure view with dimensions equal to the values tied to ('nrows, 'ncols), in column-major order.