Home
last modified time | relevance | path

Searched refs:first_step (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/science/py-scipy/scipy-1.7.1/scipy/integrate/_ivp/
H A Dlsoda.py105 def __init__(self, fun, t0, y0, t_bound, first_step=None, min_step=0.0, argument
111 if first_step is None:
112 first_step = 0 # LSODA value for automatic selection.
114 first_step = validate_first_step(first_step, t0, t_bound)
116 first_step *= self.direction
130 min_step=min_step, first_step=first_step,
/dports/science/py-dipy/dipy-1.4.1/dipy/tracking/
H A Dlocal_tracking.py97 def _tracker(self, seed, first_step, streamline): argument
101 first_step,
140 for first_step in directions:
141 stepsF, stream_status = self._tracker(s, first_step, F)
146 first_step = -first_step
147 stepsB, stream_status = self._tracker(s, first_step, B)
276 def _tracker(self, seed, first_step, streamline): argument
280 first_step,
/dports/lang/parrot/parrot-8.1.0/t/configure/
H A D042-list_of_steps.t24 my $first_step = q{init::zeta};
35 $conf->add_steps( $first_step, @official_steps );
37 is_deeply( [ ( $first_step, @official_steps ) ], [ @list_of_steps ],
41 is_deeply( [ ( $first_step, @official_steps ) ], $steps_ref,
H A D050-fatal.t29 my $first_step = q{init::zeta};
32 $conf->add_steps( $first_step, get_steps_list() );
/dports/net-im/cawbird/cawbird-1.4.2/src/widgets/
H A DDoubleTapButton.vala19 private bool first_step = false;
23 first_step = false;
27 if (!first_step) {
28 first_step = true;
32 first_step = false;
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dstepdown.cc48 int stepdown_value(int base_value, int stepping, int first_step, in stepdown_value() argument
55 if (ceiling_value && ceiling_value < first_step) in stepdown_value()
57 if (base_value < first_step) in stepdown_value()
60 const int diff = first_step - stepping; in stepdown_value()
/dports/math/py-pyodesys/pyodesys-0.14.1/pyodesys/tests/
H A Dtest_robertson.py108 atol=1e-8, rtol=1e-10, extra_forgive=2, first_step=1e-14)
114 _test_goe(symbolic=True, reduced=reduced, first_step=1e-14, extra_forgive=5)
117 atol=1e-8, rtol=1e-10, extra_forgive=2, first_step=1e-14)
124 atol=1e-12, rtol=5e-13, extra_forgive=1, first_step=1e-14)
127 first_step=1e-10, extra_forgive=2)
134 atol=1e-8, rtol=1e-10, extra_forgive=2, first_step=1e-14)
143 atol=1e-10, rtol=1e-10, extra_forgive=20, first_step=1e-14, nsteps=17000)
146 … atol=1e-12, rtol=5e-13, extra_forgive=1e-3, first_step=1e-13) # note extra_forgive
152 atol=1e-13, rtol=1e-14, first_step=1e-14, extra_forgive=3)
184 …'cvode', atol=[at for i, at in enumerate(_atol) if i != reduced - 1], rtol=1e-14, first_step=1e-12)
[all …]
/dports/science/qiskit-aer/qiskit-aer-0.5.2/qiskit/providers/aer/pulse/solver/
H A Doptions.py56 nsteps=50000, first_step=0, max_step=0, min_step=0, argument
72 self.first_step = first_step
/dports/science/py-scipy/scipy-1.7.1/scipy/integrate/
H A D_ode.py864 first_step=0.0, # determined by solver argument
883 self.first_step = first_step
974 rwork[4] = self.first_step
1087 rwork[4] = self.first_step
1129 first_step=0.0, # determined by solver argument
1141 self.first_step = first_step
1165 work[6] = self.first_step
1207 first_step=0.0, # determined by solver argument
1225 work[6] = self.first_step
1281 self.first_step = first_step
[all …]
/dports/math/py-pyodesys/pyodesys-0.14.1/pyodesys/native/tests/
H A Dtest_odeint.py57 _test_PartiallySolved_symmetric_native(NativeSys, first_step=1e-10, nsteps=3000, forgive=1e4)
62 …_test_PartiallySolved_symmetric_native_multi(NativeSys, first_step=1e-10, nsteps=3000, forgive=1e4)
81 first_step=1e-14, steps_fact=2.6
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-57/
H A Dstep-57.cc624 bool first_step = is_initial_step; in newton_iteration() local
635 while ((first_step || (current_res > tolerance)) && in newton_iteration()
638 if (first_step) in newton_iteration()
643 assemble_system(first_step); in newton_iteration()
644 solve(first_step); in newton_iteration()
647 first_step = false; in newton_iteration()
649 assemble_rhs(first_step); in newton_iteration()
658 assemble_system(first_step); in newton_iteration()
659 solve(first_step); in newton_iteration()
672 assemble_rhs(first_step); in newton_iteration()
/dports/science/minc2/minc-release-2.2.00/volume_io/MNI_formats/
H A Dgen_xfs.c864 int first_start, first_end, first_step; in concat_general_transforms() local
889 first_step = -1; in concat_general_transforms()
895 first_step = 1; in concat_general_transforms()
920 first_end -= first_step; in concat_general_transforms()
935 for( i = first_start; i != first_end + first_step; i += first_step ) in concat_general_transforms()
951 get_nth_general_transform(first,first_end+first_step)); in concat_general_transforms()
953 get_nth_general_transform(first,first_end+first_step)); in concat_general_transforms()
958 get_nth_general_transform(first,first_end+first_step)); in concat_general_transforms()
960 get_nth_general_transform(first,first_end+first_step)); in concat_general_transforms()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/objs/
H A Dbarge.h45 bool first_step; // So first motion can just be 1 tile. variable
70 first_step(true), taking_2nd_step(false), in Barge_object()
99 first_step = true; in stop()
/dports/devel/stb/stb-f54acd4/tests/
H A Dtest_ds.c463 const int first_step = 64; variable
482 mstats[0][first_step-1].end = __rdtsc(); in measure_build4()
484 for (j=first_step; j < last_step; ++j) { in measure_build4()
535 for (j=first_step; j <= last_step; ++j) { in measure_average_lookup4()
565 for (j=first_step; j <= last_step; ++j) { in measure_average_lookup4()
569 for (j=first_step; j <= last_step; ++j) { in measure_average_lookup4()
589 for (j=first_step; j <= last_step; ++j) in measure_worst_lookup4_a()
704 for (j=first_step; j <= last_step; ++j) { in measure_worst_lookup4_a()
707 for (j=first_step; j <= last_step; ++j) { in measure_worst_lookup4_a()
727 for (j=first_step; j <= last_step; ++j) in measure_worst_lookup4_b()
[all …]
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/tests/
H A Dtest_ds.c462 const int first_step = 64; variable
481 mstats[0][first_step-1].end = __rdtsc(); in measure_build4()
483 for (j=first_step; j < last_step; ++j) { in measure_build4()
534 for (j=first_step; j <= last_step; ++j) { in measure_average_lookup4()
564 for (j=first_step; j <= last_step; ++j) { in measure_average_lookup4()
568 for (j=first_step; j <= last_step; ++j) { in measure_average_lookup4()
588 for (j=first_step; j <= last_step; ++j) in measure_worst_lookup4_a()
703 for (j=first_step; j <= last_step; ++j) { in measure_worst_lookup4_a()
706 for (j=first_step; j <= last_step; ++j) { in measure_worst_lookup4_a()
726 for (j=first_step; j <= last_step; ++j) in measure_worst_lookup4_b()
[all …]
/dports/security/ridl/ridl-11b3240/stb/tests/
H A Dtest_ds.c462 const int first_step = 64; variable
481 mstats[0][first_step-1].end = __rdtsc(); in measure_build4()
483 for (j=first_step; j < last_step; ++j) { in measure_build4()
534 for (j=first_step; j <= last_step; ++j) { in measure_average_lookup4()
564 for (j=first_step; j <= last_step; ++j) { in measure_average_lookup4()
568 for (j=first_step; j <= last_step; ++j) { in measure_average_lookup4()
588 for (j=first_step; j <= last_step; ++j) in measure_worst_lookup4_a()
703 for (j=first_step; j <= last_step; ++j) { in measure_worst_lookup4_a()
706 for (j=first_step; j <= last_step; ++j) { in measure_worst_lookup4_a()
726 for (j=first_step; j <= last_step; ++j) in measure_worst_lookup4_b()
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/stats/
H A Dmoment_helpers.py138 first_step = mc2mnc(mc)
139 if isinstance(first_step, np.ndarray):
140 first_step = first_step.T
141 return mnc2cum(first_step)
/dports/devel/libunwind/libunwind-1.5.0/tests/
H A DGperf-simple.c115 double step, min_step, first_step, sum_step; in doit() local
118 sum_step = first_step = 0.0; in doit()
130 first_step = step; in doit()
133 1e9*first_step, 1e9*min_step, 1e9*sum_step/iterations); in doit()
H A DGperf-trace.c101 double step, min_step, first_step, sum_step; in doit() local
104 sum_step = first_step = 0.0; in doit()
116 first_step = step; in doit()
119 1e9*first_step, 1e9*min_step, 1e9*sum_step/iterations); in doit()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/volume_io/MNI_formats/
H A Dgen_xfs.c989 int first_start, first_end, first_step; in concat_general_transforms() local
1014 first_step = -1; in concat_general_transforms()
1020 first_step = 1; in concat_general_transforms()
1045 first_end -= first_step; in concat_general_transforms()
1060 for( i = first_start; i != first_end + first_step; i += first_step ) in concat_general_transforms()
1076 get_nth_general_transform(first,first_end+first_step)); in concat_general_transforms()
1078 get_nth_general_transform(first,first_end+first_step)); in concat_general_transforms()
1083 get_nth_general_transform(first,first_end+first_step)); in concat_general_transforms()
1085 get_nth_general_transform(first,first_end+first_step)); in concat_general_transforms()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/examples/proxies/cloverleaf3d-ref/
H A Dhydro.f9043 REAL(KIND=8) :: first_step,second_step local
96 IF(step.EQ.1) first_step=(timer() - step_time)
112 WRITE(g_out,*) 'First step overhead', first_step-second_step
114 WRITE( 0,*) 'First step overhead', first_step-second_step
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/ci/pipeline/chain/
H A Dsequence_spec.rb13 let(:sequence) { [first_step, second_step] }
22 allow(first_step).to receive(:break?).and_return(true)
46 expect(first_step).to have_received(:perform!)
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/optimization/
H A Dsolver_bfgs.h246 bool first_step = true; in solve() local
268 Assert(first_step || df >= 0., in solve()
273 (first_step ? 1. : std::min(1., -1.01 * 2. * df / g0)); in solve()
297 if (first_step) in solve()
298 first_step = false; in solve()
/dports/math/py-pyodesys/pyodesys-0.14.1/pyodesys/native/
H A D_base.py215 first_step = self.odesys.first_step_expr
216 if first_step is not None:
218 [first_step],
257 p_first_step=None if first_step is None else {
309 atol=1e-8, rtol=1e-8, nsteps=500, first_step=0.0, **kwargs): argument
322 mxsteps=nsteps, dx0=first_step, **kwargs)
327 mxsteps=nsteps, dx0=first_step, **kwargs)
/dports/math/py-pyodesys/pyodesys-0.14.1/examples/
H A Dtransformations.ipynb152 …"integrate_and_plot(odesys, 'scipy', np.linspace(0, tend), y0, k, first_step=1e-14, name='vode', m…
244 …"integrate_and_plot(tsys, 'cvode', [1e-12, tend], y0aug, k, atol=1e-7, rtol=1e-7, first_step=1e-4,…
253 …"integrate_and_plot(tsys, 'odeint', [1e-12, tend], y0aug, k, atol=1e-8, rtol=1e-8, first_step=1e-4…
292 " atol=1e-7, rtol=1e-7, first_step=1e-4, stiffness=True, nsteps=5000)"
301 …ys, 'cvode', [1e-12, tend], y0aug, [7, 3, 2, 1], atol=1e-7, rtol=1e-7, first_step=1e-4, stiffness=…
329 …ys, 'cvode', [1e-12, tend], y0aug, [7, 3, 2, 1], atol=1e-7, rtol=1e-7, first_step=1e-4, stiffness=…
355 …ot(odesys, RK4_example_integrator, [1e-12, tend], y0aug, k, atol=1e-8, rtol=1e-8, first_step=1e-1)"
364 …RK4_example_integrator, [1e-12, tend], y0aug, [7, 3, 2, 1], atol=1e-8, rtol=1e-8, first_step=1e-1)"

12345678910