Home
last modified time | relevance | path

Searched refs:R_alt (Results 1 – 2 of 2) sorted by relevance

/dports/math/gsl/gsl-2.7/linalg/
H A Dtest_qrc.c290 gsl_matrix_complex * R_alt = gsl_matrix_complex_alloc(M, N); in test_QRc_decomp_r_eps() local
294 gsl_linalg_complex_QR_unpack(QR, &tau.vector, Q_alt, R_alt); in test_QRc_decomp_r_eps()
310 gsl_matrix_complex_free(R_alt); in test_QRc_decomp_r_eps()
H A Dtest_qr.c161 gsl_matrix * R_alt = gsl_matrix_alloc(M, N); in test_QR_decomp_r_eps() local
166 gsl_linalg_QR_unpack(QR, &tau.vector, Q_alt, R_alt); in test_QR_decomp_r_eps()
180 gsl_matrix_free(R_alt); in test_QR_decomp_r_eps()