pub type Topp3ProfileRef<'a> = (&'a [f64], &'a [f64], (usize, usize));Expand description
Borrowed third-order TOPP/COPP profile parts.
This view keeps APIs lightweight for callers that already own separate
a/b slices while preserving the same semantic grouping as
Topp3Profile. The tuple layout is (a, b, num_stationary).