Module extendr_api::prelude::utils::constrained::mat

source ·
Expand description

Dense matrices with compile-time access checks.

Structs§

  • Mutable dense matrix view with dimensions equal to the values tied to ('nrows, 'ncols).
  • Immutable dense matrix view with dimensions equal to the values tied to ('nrows, 'ncols).