Function gsl_sys::gsl_matrix_char_transpose_tricpy
source · [−]pub unsafe extern "C" fn gsl_matrix_char_transpose_tricpy(
Uplo_src: CBLAS_UPLO_t,
Diag: CBLAS_DIAG_t,
dest: *mut gsl_matrix_char,
src: *const gsl_matrix_char
) -> c_int