Home
last modified time | relevance | path

Searched refs:qr_factor (Results 1 – 10 of 10) sorted by relevance

/dports/math/gmm++/gmm-5.4/tests/
H A Dgmm_torture10_qr.cc116 gmm::qr_factor(dm1); in test_procedure()
155 gmm::qr_factor(gmm::transposed(dm1)); in test_procedure()
273 gmm::qr_factor(cr, cq, ca); in test_procedure()
H A Dgmm_torture05_mult.cc97 gmm::qr_factor(m2, q, r); in test_procedure2()
107 gmm::qr_factor(gmm::conjugated(m2), q, r); in test_procedure2()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/gmm/
H A Dgmm_lapack_interface.h163 void qr_factor(dense_matrix<base_type > &A){ \
184 void qr_factor(const dense_matrix<base_type > &A, \
H A Dgmm_dense_qr.h48 void qr_factor(const MAT1 &A_) { in qr_factor() function
112 void qr_factor(const MAT1 &A, const MAT2 &QQ, const MAT3 &RR) { in qr_factor() function
404 qr_factor(A1, Q, R);
H A Dgmm_solver_idgmres.h348 qr_factor(QR); in Lock()
/dports/math/gmm++/gmm-5.4/include/gmm/
H A Dgmm_lapack_interface.h180 void qr_factor(dense_matrix<base_type > &A){ \
203 void qr_factor(const dense_matrix<base_type > &A, \
H A Dgmm_dense_qr.h49 void qr_factor(const MAT1 &A_) { in qr_factor() function
113 void qr_factor(const MAT1 &A, const MAT2 &QQ, const MAT3 &RR) { in qr_factor() function
405 qr_factor(A1, Q, R);
H A Dgmm_solver_idgmres.h349 qr_factor(QR); in Lock()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/util/unit/
H A Dlinear_algebra_test.cpp543 TEUCHOS_UNIT_TEST(linear_algebra, qr_factor) in TEUCHOS_UNIT_TEST() argument
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dlinear_algebra.cpp3710 gmm::qr_factor(rhs_A->mr, lhs_Q->mr, lhs_R->mr); in init()
3730 gmm::qr_factor(rhs_A->mr, lhs_Q->mr, lhs_R->mr); in kontrol()
3747 gmm::qr_factor(rhs_A->mc, lhs_Q->mc, lhs_R->mc); in init()
3767 gmm::qr_factor(rhs_A->mc, lhs_Q->mc, lhs_R->mc); in kontrol()