Home
last modified time | relevance | path

Searched refs:ArnoldiBasisFound (Results 1 – 17 of 17) sorted by relevance

/dports/math/arpack++/arpackpp-2.3.0/examples/reverse/nonsym/
H A Drsvd.cc80 while (!prob.ArnoldiBasisFound()) { in Test()
H A Drnsymreg.cc79 while (!prob.ArnoldiBasisFound()) { in Test()
H A Drnsymshf.cc79 while (!prob.ArnoldiBasisFound()) { in Test()
H A Drnsymgre.cc82 while (!prob.ArnoldiBasisFound()) { in Test()
H A Drnsymgsh.cc87 while (!prob.ArnoldiBasisFound()) { in Test()
H A Drnsymgsc.cc176 while (!prob.ArnoldiBasisFound()) { in Test()
/dports/math/arpack++/arpackpp-2.3.0/examples/reverse/sym/
H A Drsymreg.cc77 while (!prob.ArnoldiBasisFound()) { in Test()
H A Drsymshf.cc77 while (!prob.ArnoldiBasisFound()) { in Test()
H A Drsymgreg.cc82 while (!prob.ArnoldiBasisFound()) { in Test()
H A Drsymgbkl.cc88 while (!prob.ArnoldiBasisFound()) { in Test()
H A Drsymgshf.cc88 while (!prob.ArnoldiBasisFound()) { in Test()
H A Drsymgcay.cc91 while (!prob.ArnoldiBasisFound()) { in Test()
/dports/math/arpack++/arpackpp-2.3.0/examples/reverse/complex/
H A Drcompreg.cc81 while (!prob.ArnoldiBasisFound()) { in Test()
H A Drcompshf.cc80 while (!prob.ArnoldiBasisFound()) { in Test()
H A Drcompgre.cc85 while (!prob.ArnoldiBasisFound()) { in Test()
H A Drcompgsh.cc88 while (!prob.ArnoldiBasisFound()) { in Test()
/dports/math/arpack++/arpackpp-2.3.0/include/
H A Darrseig.h204 bool ArnoldiBasisFound() { return BasisOK; } in ArnoldiBasisFound() function