Function gsl_sys::gsl_blas_ssymv
source · [−]pub unsafe extern "C" fn gsl_blas_ssymv(
Uplo: CBLAS_UPLO_t,
alpha: f32,
A: *const gsl_matrix_float,
X: *const gsl_vector_float,
beta: f32,
Y: *mut gsl_vector_float
) -> c_int