Home
last modified time | relevance | path

Searched refs:delta_tau (Results 1 – 23 of 23) sorted by relevance

/dports/science/nest/nest-simulator-3.1/testsuite/unittests/
H A Dtest_corr_matrix_det.sli52 cd1 << /delta_tau d_tau /tau_max tau_max /N_channels N_ch >> SetStatus
57 cd1 [[/delta_tau /tau_max /N_channels]] get
58 cd2 [[/delta_tau /tau_max /N_channels]] get
78 % Third test: error if uncommensurable delta_tau
83 /correlomatrix_detector << /delta_tau 0.25 >> SetDefaults
87 % Fourth test: error if delta_tau even multiple of resolution
92 /correlomatrix_detector << /delta_tau 1.0 >> SetDefaults
101 /correlomatrix_detector << /delta_tau 1.1 /tau_max 2.5 >> SetDefaults
110 /correlomatrix_detector << /delta_tau 0.1 >> SetDefaults
112 /correlomatrix_detector Create % cannot create now with delta_tau==0.1
[all …]
H A Dtest_corr_det.sli52 cd1 << /delta_tau d_tau /tau_max tau_max >> SetStatus
57 cd1 [[/delta_tau /tau_max]] get
58 cd2 [[/delta_tau /tau_max]] get
64 % Second test: error if uncommensurable delta_tau
69 /correlation_detector << /delta_tau 0.25 >> SetDefaults
78 /correlation_detector << /delta_tau 1.0 /tau_max 2.5 >> SetDefaults
87 /correlation_detector << /delta_tau 0.1 >> SetDefaults
89 /correlation_detector Create % cannot create now with delta_tau==0.1
98 /correlation_detector << /delta_tau 1.0 /tau_max 5.0 >> SetDefaults
163 /correlation_detector << /delta_tau 1.0 /tau_max 5.0 >> SetDefaults
[all …]
H A Dtest_mip_corrdet.sli56 10.0 /delta_tau Set
82 /delta_tau delta_tau
124 %(background =) <- lmbd1 lmbd2 mul delta_tau 1000 div mul T tau_max sub 1000 div mul <- (\n) <- pop
H A Dtest_correlospinmatrix_detector.sli68 csd << /N_channels 3 /tau_max 10. /delta_tau 1.0 >> SetStatus
H A Dtest_noise_generator.sli59 % Second test: error if uncommensurable delta_tau
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Dcosmology_time.pyx37 cdef double age_tot,delta_tau,next_tau
48 delta_tau = 20.*tau/ntable/11.
59 next_tau = tau + delta_tau/10.
68 next_tau = next_tau + delta_tau/10.
77 next_tau = next_tau + delta_tau
83 return tau_out,t_out,delta_tau,ntable,age_tot
/dports/science/nest/nest-simulator-3.1/models/
H A Dcorrelation_detector.cpp101 ( *d )[ names::delta_tau ] = delta_tau_.get_ms(); in get()
121 if ( updateValueParam< double >( d, names::delta_tau, t, node ) ) in set()
147 throw StepMultipleRequired( n.get_name(), names::delta_tau, delta_tau_ ); in set()
152 …throw TimeMultipleRequired( n.get_name(), names::tau_max, tau_max_, names::delta_tau, delta_tau_ ); in set()
211 throw InvalidDefaultResolution( get_name(), names::delta_tau, P_.delta_tau_ ); in correlation_detector()
223 throw InvalidTimeInModel( get_name(), names::delta_tau, P_.delta_tau_ ); in correlation_detector()
H A Dcorrelomatrix_detector.cpp105 ( *d )[ names::delta_tau ] = delta_tau_.get_ms(); in get()
155 if ( updateValueParam< double >( d, names::delta_tau, t, node ) ) in set()
181 throw StepMultipleRequired( n.get_name(), names::delta_tau, delta_tau_ ); in set()
186 …throw TimeMultipleRequired( n.get_name(), names::tau_max, tau_max_, names::delta_tau, delta_tau_ ); in set()
242 throw InvalidDefaultResolution( get_name(), names::delta_tau, P_.delta_tau_ ); in correlomatrix_detector()
254 throw InvalidTimeInModel( get_name(), names::delta_tau, P_.delta_tau_ ); in correlomatrix_detector()
H A Dcorrelospinmatrix_detector.cpp108 ( *d )[ names::delta_tau ] = delta_tau_.get_ms(); in get()
153 if ( updateValueParam< double >( d, names::delta_tau, t, node ) ) in set()
195 throw StepMultipleRequired( n.get_name(), names::delta_tau, delta_tau_ ); in set()
200 …throw TimeMultipleRequired( n.get_name(), names::tau_max, tau_max_, names::delta_tau, delta_tau_ ); in set()
253 throw InvalidDefaultResolution( get_name(), names::delta_tau, P_.delta_tau_ ); in correlospinmatrix_detector()
265 throw InvalidTimeInModel( get_name(), names::delta_tau, P_.delta_tau_ ); in correlospinmatrix_detector()
/dports/science/nest/nest-simulator-3.1/pynest/examples/
H A Dcross_check_mip_corrdet.py72 delta_tau = 10.0 variable
88 cd.set(tau_max=tau_max, delta_tau=delta_tau)
H A Dcorrelospinmatrix_detector_two_neuron.py48 csd.set(N_channels=2, tau_max=tau_max, Tstart=tau_max, delta_tau=h)
/dports/science/py-GPy/GPy-1.10.0/GPy/inference/latent_function_inference/
H A Dexpectation_propagation.py54 delta_tau = delta/eta*(1./marg_moments.sigma2_hat[i] - 1./post_params.Sigma_diag[i])
57 self.tau[i] += delta_tau
64 delta_tau = self.tau[i] - tau_tilde_prev
68 return (delta_tau, delta_v)
101 def _update_rank1(self, delta_tau, delta_v, ga_approx, i): argument
103 ci = delta_tau/(1.+ delta_tau*si[i])
149 def _update_rank1(self, LLT, Kmn, delta_v, delta_tau, i): argument
151 DSYR(LLT,Kmn[:,i].copy(),delta_tau)
156 self.mu += (delta_v-delta_tau*self.mu[i])*si
358 post_params._update_rank1(delta_tau, delta_v, ga_approx, i)
[all …]
/dports/math/octave-forge-lssa/lssa-0.1.4/src/
H A Dfastlscomplex.cc132 double tau, delta_tau, tau_0, tau_h, n_inv, mu, te, in flscomplex() local
161 delta_tau = (0.5 * M_PI) / maxfreq; in flscomplex()
162 tau_0 = tvec_ptr[0] + delta_tau; in flscomplex()
164 te = tau_h + delta_tau; in flscomplex()
171 for (te = tvec_ptr[k] + (2 * delta_tau) ; ;) in flscomplex()
275 tau_h = te + delta_tau; in flscomplex()
276 te = tau_h + delta_tau; in flscomplex()
294 loop_delta_tau = delta_tau; in flscomplex()
H A Dfastlsreal.cc83 double tau, delta_tau, tau_0, tau_h, n_inv, mu, local
104 delta_tau = M_PI / ( 2 * maxfreq );
105 tau_0 = tvec(0) + delta_tau;
107 …size_t precomp_subset_count = (size_t) ceil( ( tvec(tvec.numel()-1) - tvec(0) ) / ( 2 * delta_tau
115 for ( te = tvec(k) + (2 * delta_tau) ; ; ) {
225 tau_h = te + delta_tau;
226 te = tau_h + delta_tau;
242 loop_delta_tau = delta_tau;
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/ec_order/eco_gfp/elkies/
H A DtildeE.cc63 ff_element delta_tau, delta_ltau; in tildeEA() local
339 divide (delta_tau, tmp, j_tau); in tildeEA()
351 if (j_ltau_1.is_zero() || j_tau_1.is_zero() || delta_tau.is_zero() || delta_ltau.is_zero()) { in tildeEA()
390 multiply (tmp3, delta_tau, j_tau_1); in tildeEA()
449 ff_element delta_tau, delta_ltau; in tildeEf() local
682 divide (delta_tau, tmp, j_tau); in tildeEf()
692 multiply (delta_ltau, delta_tau, tmp); in tildeEf()
/dports/science/nest/nest-simulator-3.1/examples/nest/
H A Dcorrelospinmatrix_detector.sli38 csd << /N_channels 3 /tau_max 10. /delta_tau 1.0 >> SetStatus
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Dsegment.c1380 const double min_tau,const double delta_tau, in OptimalTau() argument
1423 count=(unsigned long) ((max_tau-min_tau)/delta_tau)+2; in OptimalTau()
1441 for (tau=max_tau; tau >= min_tau; tau-=delta_tau) in OptimalTau()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dsegment.c1509 const double min_tau,const double delta_tau,const double smooth_threshold, in OptimalTau() argument
1554 count=(size_t) ((max_tau-min_tau)/delta_tau)+2; in OptimalTau()
1571 for (tau=max_tau; tau >= min_tau; tau-=delta_tau) in OptimalTau()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Dsegment.c1509 const double min_tau,const double delta_tau,const double smooth_threshold, in OptimalTau() argument
1554 count=(size_t) ((max_tau-min_tau)/delta_tau)+2; in OptimalTau()
1571 for (tau=max_tau; tau >= min_tau; tau-=delta_tau) in OptimalTau()
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Dsegment.c1514 const double min_tau,const double delta_tau,const double smooth_threshold, in OptimalTau() argument
1559 count=(size_t) ((max_tau-min_tau)/delta_tau)+2; in OptimalTau()
1576 for (tau=max_tau; tau >= min_tau; tau-=delta_tau) in OptimalTau()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Dsegment.c1514 const double min_tau,const double delta_tau,const double smooth_threshold, in OptimalTau() argument
1559 count=(size_t) ((max_tau-min_tau)/delta_tau)+2; in OptimalTau()
1576 for (tau=max_tau; tau >= min_tau; tau-=delta_tau) in OptimalTau()
/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Dnest_names.cpp122 const Name delta_tau( "delta_tau" ); variable
H A Dnest_names.h146 extern const Name delta_tau;