Function gsl_sys::gsl_linalg_bidiag_unpack
source · [−]pub unsafe extern "C" fn gsl_linalg_bidiag_unpack(
A: *const gsl_matrix,
tau_U: *const gsl_vector,
U: *mut gsl_matrix,
tau_V: *const gsl_vector,
V: *mut gsl_matrix,
diag: *mut gsl_vector,
superdiag: *mut gsl_vector
) -> c_int