Home
last modified time | relevance | path

Searched refs:maxits (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/textproc/miller/miller-5.10.2/go/reg-test/input/
H A Dmand.mlr9 @maxits = 100;
22 @maxits = $maxits;
34 print "MAXITS = ".@maxits;
43 printn get_point_plot(cr, ci, @maxits);
49 func get_point_plot(cr, ci, maxits) {
56 for (iti = 0; iti < maxits; iti += 1) {
/dports/textproc/miller/miller-5.10.2/c/reg_test/input/
H A Dmand.mlr9 @maxits = 100;
22 @maxits = $maxits;
34 print "MAXITS = ".@maxits;
43 printn get_point_plot(cr, ci, @maxits);
49 func get_point_plot(cr, ci, maxits) {
56 for (iti = 0; iti < maxits; iti += 1) {
/dports/textproc/miller/miller-5.10.2/c/u/
H A Dmand.mlr19 if (is_absent(@maxits)) {
20 @maxits = 100;
38 printn get_point_plot(cr, ci, @maxits);
44 func get_point_plot(cr, ci, maxits) {
51 for (iti = 0; iti < maxits; iti += 1) {
/dports/textproc/miller/miller-5.10.2/perf/mand/
H A Dmand.mlr19 if (is_absent(@maxits)) {
20 @maxits = 100;
38 printn get_point_plot(cr, ci, @maxits);
44 func get_point_plot(cr, ci, maxits) {
51 for (iti = 0; iti < maxits; iti += 1) {
H A Dmandg.go16 maxits := 100
23 c := get_point_plot(cr, ci, maxits)
34 func get_point_plot(cr float64, ci float64, maxits int) string {
41 for iti = 0; iti < maxits; iti++ {
H A Dmand.c11 int maxits = 100; in main() local
26 } else if (sscanf(argv[argi], "maxits=%d", &maxits)) { in main()
69 for (iti = 0; iti < maxits; iti += 1) { in main()
H A Dmand.rb8 maxits = 100
21 for iti in 0..maxits
/dports/textproc/miller/miller-5.10.2/go/u/
H A Dmand.mlr9 @maxits ??= 100;
22 print "MAXITS = ".@maxits;
31 str c = get_point_plot(cr, ci, @maxits);
42 func get_point_plot(cr, ci, maxits): str {
49 for (iti = 0; iti < maxits; iti += 1) {
/dports/textproc/miller/miller-5.10.2/docs/programs/
H A Dmand.mlr9 @maxits = 100;
27 @maxits = $maxits;
42 print "MAXITS = ".@maxits;
52 printn get_point_plot(pr, pi, @maxits, @do_julia, @jr, @ji);
61 func get_point_plot(pr, pi, maxits, do_julia, jr, ji) {
82 for (iti = 0; iti < maxits; iti += 1) {
/dports/math/libmesh/libmesh-1.6.2/src/systems/
H A Deigen_system.C302 const unsigned int maxits = in solve() local
321 …>solve_generalized (*shell_matrix_A, *shell_matrix_B,*shell_precond_matrix, nev, ncv, tol, maxits); in solve()
323 …olver->solve_generalized (*shell_matrix_A, *shell_matrix_B,*precond_matrix, nev, ncv, tol, maxits); in solve()
331 …data = eigen_solver->solve_standard (*shell_matrix_A,*shell_precond_matrix, nev, ncv, tol, maxits); in solve()
333 …solve_data = eigen_solver->solve_standard (*shell_matrix_A,*precond_matrix, nev, ncv, tol, maxits); in solve()
340 solve_data = eigen_solver->solve_generalized (*matrix_A, *matrix_B, nev, ncv, tol, maxits); in solve()
346 solve_data = eigen_solver->solve_standard (*matrix_A, nev, ncv, tol, maxits); in solve()
H A Dlinear_implicit_system.C129 const unsigned int maxits = in solve() local
139 …olver->solve(*_shell_matrix, this->request_matrix("Preconditioner"), *solution, *rhs, tol, maxits); in solve()
142 …near_solver->solve (*matrix, this->request_matrix("Preconditioner"), *solution, *rhs, tol, maxits); in solve()
/dports/math/R-cran-nloptr/nloptr/src/nlopt_src/direct/
H A Dtstc.c23 long int maxits = 0; in main() local
28 maxits = argc < 2 ? 100 : atoi(argv[1]); in main()
34 maxits, 500, in main()
/dports/math/nlopt/nlopt-2.7.1/src/algs/direct/
H A Dtstc.c23 long int maxits = 0; in main() local
28 maxits = argc < 2 ? 100 : atoi(argv[1]); in main()
34 maxits, 500, in main()
/dports/math/R-cran-nloptr/nloptr/src/nlopt_src/stogo/
H A Dtstc.c31 long int maxits = 0, maxtim = 0; in main() local
35 maxits = argc < 2 ? 100 : atoi(argv[1]); in main()
40 info = stogo_minimize(n, tst_obj, NULL, x, &minf, l, u, maxits, maxtim); in main()
/dports/math/nlopt/nlopt-2.7.1/src/algs/stogo/
H A Dtstc.c31 long int maxits = 0, maxtim = 0; in main() local
35 maxits = argc < 2 ? 100 : atoi(argv[1]); in main()
40 info = stogo_minimize(n, tst_obj, NULL, x, &minf, l, u, maxits, maxtim); in main()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/impls/gmres/fgmres/
H A Dmodpcf.c106 PetscInt maxits; in KSPFGMRESModifyPCKSP() local
123 ierr = KSPGetTolerances(sub_ksp,&rtol,&abstol,&dtol,&maxits);CHKERRQ(ierr); in KSPFGMRESModifyPCKSP()
126 ierr = KSPSetTolerances(sub_ksp,rtol,abstol,dtol,maxits);CHKERRQ(ierr); in KSPFGMRESModifyPCKSP()
/dports/math/taucs/taucs-2.2_23/src/
H A Dtaucs_ccs_solve_llt.c138 int maxits, in taucs_dtl()
207 maxits, /* itermax */ in taucs_dtl()
369 int maxits, in taucs_ccs_solve_schur() argument
380 maxits, in taucs_ccs_solve_schur()
391 maxits,convratio, in taucs_ccs_solve_schur()
401 maxits,convratio, in taucs_ccs_solve_schur()
412 maxits,convratio, in taucs_ccs_solve_schur()
/dports/science/madness/madness-ebb3fd7/src/apps/hf/
H A Delectronicstructureparams.h60 int maxits; member
120 periodic & maxits & ispotential & thresh & in serialize()
140 maxits = 100; in ElectronicStructureParams()
247 f >> maxits; in read_file()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/superlu/SuperLU_4.1/EXAMPLE/
H A Dfgmr.c58 int maxits = *itmax; in fgmr() local
201 if (beta <= eps1 || its >= maxits) in fgmr()
238 its = maxits + 10; in fgmr()
243 } while(its < maxits); in fgmr()
245 retval = (its >= maxits); in fgmr()
H A Ddfgmr.c85 int maxits = *itmax; in dfgmr() local
234 if (beta <= eps1 || its >= maxits) in dfgmr()
273 its = maxits + 10; in dfgmr()
278 } while(its < maxits); in dfgmr()
280 retval = (its >= maxits); in dfgmr()
H A Dsfgmr.c85 int maxits = *itmax; in sfgmr() local
234 if (beta <= eps1 || its >= maxits) in sfgmr()
273 its = maxits + 10; in sfgmr()
278 } while(its < maxits); in sfgmr()
280 retval = (its >= maxits); in sfgmr()
/dports/math/superlu/superlu-5.2.2/EXAMPLE/
H A Dfgmr.c68 int maxits = *itmax; in fgmr() local
211 if (beta <= eps1 || its >= maxits) in fgmr()
248 its = maxits + 10; in fgmr()
253 } while(its < maxits); in fgmr()
255 retval = (its >= maxits); in fgmr()
H A Ddfgmr.c85 int maxits = *itmax; in dfgmr() local
234 if (beta <= eps1 || its >= maxits) in dfgmr()
273 its = maxits + 10; in dfgmr()
278 } while(its < maxits); in dfgmr()
280 retval = (its >= maxits); in dfgmr()
H A Dsfgmr.c85 int maxits = *itmax; in sfgmr() local
234 if (beta <= eps1 || its >= maxits) in sfgmr()
273 its = maxits + 10; in sfgmr()
278 } while(its < maxits); in sfgmr()
280 retval = (its >= maxits); in sfgmr()
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/parms/
H A Dparms.c33 PetscInt levels, blocksize, maxdim, maxits, lfil[7]; member
167 parms_PCSetInnerMaxits(parms->pc, parms->maxits); in PCSetUp_PARMS()
209 …ierr = PetscViewerASCIIPrintf(viewer," Maximum number of inner iterations: %d\n",parms->maxits);C… in PCView_PARMS()
291 …um number of inner iterations","PCPARMSSetSolveTolerances",parms->maxits,&parms->maxits,NULL);CHKE… in PCSetFromOptions_PARMS()
431 static PetscErrorCode PCPARMSSetSolveTolerances_PARMS(PC pc,PetscReal tol,PetscInt maxits) in PCPARMSSetSolveTolerances_PARMS() argument
440 if (maxits != parms->maxits) { in PCPARMSSetSolveTolerances_PARMS()
441 parms->maxits = maxits; in PCPARMSSetSolveTolerances_PARMS()
469 PetscErrorCode PCPARMSSetSolveTolerances(PC pc,PetscReal tol,PetscInt maxits) in PCPARMSSetSolveTolerances() argument
475 …ierr = PetscTryMethod(pc,"PCPARMSSetSolveTolerances_C",(PC,PetscReal,PetscInt),(pc,tol,maxits));CH… in PCPARMSSetSolveTolerances()
675 parms->maxits = 0; in PCCreate_PARMS()

1234567