Function gsl_sys::gsl_matrix_char_set_row[][src]

pub unsafe extern "C" fn gsl_matrix_char_set_row(
    m: *mut gsl_matrix_char,
    i: usize,
    v: *const gsl_vector_char
) -> c_int