Type Definition fenris_quadrature::Point

source · []
pub type Point<const D: usize> = [f64; D];
Expand description

A D-dimensional point.