Skip to main content

MAX_STACK_MATRIX_DISPATCH_DIM

Constant MAX_STACK_MATRIX_DISPATCH_DIM 

Source
pub const MAX_STACK_MATRIX_DISPATCH_DIM: usize = 7;
Expand description

Largest dimension supported by try_with_stack_matrix!.

The crate can represent Matrix<D> for any compile-time D, but runtime dispatch must enumerate a finite set of concrete stack types. Dimensions 0..=7 cover downstream geometric predicate matrices while keeping the dispatch surface explicit.