Type Alias efd::Coord

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

Coordinate type of the dimension D.