pub type DGER<'x, 'y, 'a> = GER<'x, 'y, 'a, f64>;
pub struct DGER<'x, 'y, 'a> { /* private fields */ }