Skip to main content

dpotrf_

Function dpotrf_ 

Source
#[unsafe(no_mangle)]
pub extern "C" fn dpotrf_( _uplo: *const u8, _n: *const c_int, _a: *mut f64, _lda: *const c_int, _info: *mut c_int, )