Function gsl_sys::gsl_blas_dsyr[][src]

pub unsafe extern "C" fn gsl_blas_dsyr(
    Uplo: CBLAS_UPLO_t,
    alpha: f64,
    X: *const gsl_vector,
    A: *mut gsl_matrix
) -> c_int