Function gsl_sys::gsl_matrix_tricpy[][src]

pub unsafe extern "C" fn gsl_matrix_tricpy(
    Uplo: CBLAS_UPLO_t,
    Diag: CBLAS_DIAG_t,
    dest: *mut gsl_matrix,
    src: *const gsl_matrix
) -> c_int