Type Alias peroxide::numerical::root::Pt

source ยท
pub type Pt<const N: usize> = [f64; N];
Expand description

Point alias ([f64; N])