Skip to main content

dsyrk_

Function dsyrk_ 

Source
#[unsafe(no_mangle)]
pub extern "C" fn dsyrk_( _uplo: *const u8, _trans: *const u8, _n: *const c_int, _k: *const c_int, _alpha: *const f64, _a: *const f64, _lda: *const c_int, _beta: *const f64, _c: *mut f64, _ldc: *const c_int, )