Home
last modified time | relevance | path

Searched refs:norm_row (Results 1 – 6 of 6) sorted by relevance

/dports/math/gmm++/gmm-5.4/include/gmm/
H A Dgmm_precond_ildltt.h100 double norm_row = gmm::vect_norm2(w); in do_ildltt() local
111 if (gmm::abs(tmp) < eps * norm_row) { w.sup(k); --krow; } in do_ildltt()
122 gmm::clean(w, eps * norm_row); in do_ildltt()
H A Dgmm_precond_ilut.h156 double norm_row = gmm::vect_norm2(w); in do_ilut() local
163 if (gmm::abs(tmp) < eps * norm_row) w.erase(k); in do_ilut()
178 gmm::clean(w, eps * norm_row); in do_ilut()
H A Dgmm_precond_ilutp.h124 double norm_row = gmm::vect_norm2(mat_const_row(A, i)); in do_ilutp() local
131 if (gmm::abs(tmp) < eps * norm_row) w.erase(k); in do_ilutp()
138 gmm::clean(w, eps * norm_row); in do_ilutp()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/gmm/
H A Dgmm_precond_ilut.h120 double norm_row = gmm::vect_norm2(w); in do_ilut() local
128 if (gmm::abs(tmp) < eps * norm_row) w.erase(k); in do_ilut()
142 gmm::clean(w, eps * norm_row); in do_ilut()
H A Dgmm_precond_ildltt.h97 double norm_row = gmm::vect_norm2(w); in do_ildltt() local
108 if (gmm::abs(tmp) < eps * norm_row) { w.sup(k); --krow; } in do_ildltt()
119 gmm::clean(w, eps * norm_row); in do_ildltt()
H A Dgmm_precond_ilutp.h121 double norm_row = gmm::vect_norm2(mat_const_row(A, i)); in do_ilutp() local
129 if (gmm::abs(tmp) < eps * norm_row) w.erase(k); in do_ilutp()
135 gmm::clean(w, eps * norm_row); in do_ilutp()