pub type DSYMM<'a, 'b, 'c> = SYMM<'a, 'b, 'c, f64>;
struct DSYMM<'a, 'b, 'c> { /* private fields */ }