Function gsl_matrix_complex_float_subrow

Source
pub unsafe extern "C" fn gsl_matrix_complex_float_subrow(
    m: *mut gsl_matrix_complex_float,
    i: size_t,
    offset: size_t,
    n: size_t,
) -> _gsl_vector_complex_float_view