Type Alias blas_array2::blas3::symm::DSYMM

source ·
pub type DSYMM<'a, 'b, 'c> = SYMM<'a, 'b, 'c, f64>;

Aliased Type§

struct DSYMM<'a, 'b, 'c> { /* private fields */ }