Skip to main content

MAX_RATIONAL_MATRIX_DISPATCH_DIM

Constant MAX_RATIONAL_MATRIX_DISPATCH_DIM 

Source
pub const MAX_RATIONAL_MATRIX_DISPATCH_DIM: usize = 8;
Available on crate feature exact only.
Expand description

Largest dimension supported by try_with_rational_matrix!.

This bound covers exact downstream geometric systems through dimension 8 while keeping runtime-to-const dispatch explicit and available on stable Rust.