Home
last modified time | relevance | path

Searched refs:compute_Q (Results 1 – 4 of 4) sorted by relevance

/dports/math/gmm++/gmm-5.4/include/gmm/
H A Dgmm_dense_Householder.h223 void Hessenberg_reduction(const MAT1& AA, const MAT2 &QQ, bool compute_Q){ in Hessenberg_reduction() argument
226 if (compute_Q) gmm::copy(identity_matrix(), Q); in Hessenberg_reduction()
238 if (compute_Q) col_house_update(sub_matrix(Q, SUBK, SUBI), v, w); in Hessenberg_reduction()
H A Dgmm_dense_qr.h429 void Francis_qr_step(const MAT1& HH, const MAT2 &QQ, bool compute_Q) { in Francis_qr_step() argument
453 if (compute_Q) in Francis_qr_step()
465 if (compute_Q) in Francis_qr_step()
475 Ttol tol, bool exc, bool compute_Q) { in Wilkinson_double_shift_qr_step() argument
526 if (compute_Q) in Wilkinson_double_shift_qr_step()
537 if (compute_Q) in Wilkinson_double_shift_qr_step()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/gmm/
H A Dgmm_dense_Householder.h222 void Hessenberg_reduction(const MAT1& AA, const MAT2 &QQ, bool compute_Q){ in Hessenberg_reduction() argument
225 if (compute_Q) gmm::copy(identity_matrix(), Q); in Hessenberg_reduction()
237 if (compute_Q) col_house_update(sub_matrix(Q, SUBK, SUBI), v, w); in Hessenberg_reduction()
H A Dgmm_dense_qr.h428 void Francis_qr_step(const MAT1& HH, const MAT2 &QQ, bool compute_Q) { in Francis_qr_step() argument
452 if (compute_Q) in Francis_qr_step()
464 if (compute_Q) in Francis_qr_step()
474 Ttol tol, bool exc, bool compute_Q) { in Wilkinson_double_shift_qr_step() argument
525 if (compute_Q) in Wilkinson_double_shift_qr_step()
536 if (compute_Q) in Wilkinson_double_shift_qr_step()