Skip to main content

Topp3ProfileMut

Type Alias Topp3ProfileMut 

Source
pub type Topp3ProfileMut<'a> = (&'a mut [f64], &'a mut [f64], (usize, usize));
Expand description

Mutable borrowed third-order TOPP/COPP profile parts.

This view is intended for in-place profile post-processing. The tuple layout is (a, b, num_stationary), where only the a and b slices are mutable and the stationary boundary counts remain immutable metadata.