Function THFloatTensor_pstrf

Source
pub unsafe extern "C" fn THFloatTensor_pstrf(
    ra_: *mut THFloatTensor,
    rpiv_: *mut THIntTensor,
    a: *mut THFloatTensor,
    uplo: *const c_char,
    tol: f32,
)