Home
last modified time | relevance | path

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

/dports/math/gsl/gsl-2.7/linalg/
H A Dtest_qrc.c291 gsl_matrix_complex * Q_alt = gsl_matrix_complex_alloc(M, M); 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()
301 gsl_complex bij = gsl_matrix_complex_get(Q_alt, i, j); in test_QRc_decomp_r_eps()
311 gsl_matrix_complex_free(Q_alt); in test_QRc_decomp_r_eps()
H A Dtest_qr.c162 gsl_matrix * Q_alt = gsl_matrix_alloc(M, M); 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()
173 double bij = gsl_matrix_get(Q_alt, i, j); in test_QR_decomp_r_eps()
181 gsl_matrix_free(Q_alt); in test_QR_decomp_r_eps()