Home
last modified time | relevance | path

Searched defs:extrapolate (Results 1 – 25 of 131) sorted by relevance

123456

/dports/science/py-scipy/scipy-1.7.1/scipy/interpolate/
H A Dinterpolate.py895 def __call__(self, x, nu=0, extrapolate=None): argument
1008 def _evaluate(self, x, nu, extrapolate, out): argument
1110 def integrate(self, a, b, extrapolate=None): argument
1294 def from_spline(cls, tck, extrapolate=None): argument
1444 def _evaluate(self, x, nu, extrapolate, out): argument
1558 def integrate(self, a, b, extrapolate=None): argument
1630 def from_power_basis(cls, pp, extrapolate=None): argument
1975 def __init__(self, c, x, extrapolate=None): argument
1998 def construct_fast(cls, c, x, extrapolate=None): argument
2296 def integrate(self, ranges, extrapolate=None): argument
[all …]
H A D_ppoly.pyx38 bint extrapolate,
116 int extrapolate,
331 bint extrapolate,
418 bint extrapolate):
574 bint extrapolate=1) nogil:
659 bint extrapolate=1) nogil:
1141 bint extrapolate,
H A D_cubic.py136 def __init__(self, x, y, dydx, axis=0, extrapolate=None): argument
231 def __init__(self, x, y, axis=0, extrapolate=None): argument
454 def from_spline(cls, tck, extrapolate=None): argument
459 def from_bernstein_basis(cls, bp, extrapolate=None): argument
628 def __init__(self, x, y, axis=0, bc_type='not-a-knot', extrapolate=None): argument
H A D_bsplines.py172 def __init__(self, t, c, k, extrapolate=True, axis=0): argument
220 def construct_fast(cls, t, c, k, extrapolate=True, axis=0): argument
239 def basis_element(cls, t, extrapolate=True): argument
301 def __call__(self, x, nu=0, extrapolate=None): argument
348 def _evaluate(self, xp, nu, extrapolate, out): argument
431 def integrate(self, a, b, extrapolate=None): argument
H A D_bspl.pyx34 bint extrapolate) nogil:
95 bint extrapolate,
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/svm/
H A Dsvm_ramp_util.h25 rgb_ramp_lookup(const float3 *ramp, float f, bool interpolate, bool extrapolate, int table_size) in rgb_ramp_lookup()
57 const float *ramp, float f, bool interpolate, bool extrapolate, int table_size) in float_ramp_lookup()
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/credit/
H A Donefactoraffinesurvival.hpp103 bool extrapolate = false) const { in conditionalSurvivalProbability()
109 bool extrapolate = false) const in conditionalSurvivalProbability()
124 Rate hazardRate(Time t, bool extrapolate = false) const { in hazardRate()
H A Dbasecorrelationstructure.hpp114 bool extrapolate = false) const in correlation()
119 bool extrapolate = false) const in correlation()
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/shaders/
H A Dnode_ramp_util.h19 color rgb_ramp_lookup(color ramp[], float at, int interpolate, int extrapolate) in rgb_ramp_lookup()
57 float rgb_ramp_lookup(float ramp[], float at, int interpolate, int extrapolate) in rgb_ramp_lookup()
/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_new_dm.F901567 SUBROUTINE extrapolate( na, n, cell, xa, cell0, x0, c ) subroutine
1576 integer, intent(in) :: na ! Number of atoms
1577 integer, intent(in) :: n ! Number of previous atomic positions
1578 real(dp),intent(in) :: cell(3,3,n) ! n previous unit cell vectors
1579 real(dp),intent(in) :: xa(3,na,n) ! n previous atomic positions
1580 real(dp),intent(in) :: cell0(3,3) ! Present unit cell vectors
1581 real(dp),intent(in) :: x0(3,na) ! Present atomic positions
1582 real(dp),intent(out):: c(n) ! Expansion coefficients
1585 integer :: i, ierr, j, m, ix, ia
1586 real(dp):: s(n,n), s0(n), si(n,n), xmean(3,na)
/dports/science/cdo/cdo-2.0.0/src/
H A Dvertint_util.cc9 auto extrapolate = false; in getenv_extrapolate() local
/dports/devel/p5-libxml-enno/libxml-enno-1.02/bin/
H A Dxql.pl74 sub extrapolate subroutine
/dports/textproc/p5-XML-XQL/XML-XQL-0.68/bin/
H A Dxql.pl74 sub extrapolate subroutine
/dports/www/nextcloud-calendar/calendar/lib/Service/Appointments/
H A DSlotExtrapolator.php39 public function extrapolate(AppointmentConfig $config, function in OCA\\Calendar\\Service\\Appointments\\SlotExtrapolator
/dports/science/py-ase/ase-3.22.0/ase/utils/
H A Dextrapolate.py1 def extrapolate(x, y, n=-1.5, plot=0, reg=0, txt=None): function
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/utilities/
H A Dextrapolate.py6 def extrapolate(x, y, n=-1.5, plot=0, reg=0, txt=None): function
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dextrapolate.f19 subroutine extrapolate(yi,yn,ipkon,inum,kon,lakon,nfield,nk, subroutine
/dports/games/xmille/Mille/
H A Dend.c51 extrapolate(pp) in extrapolate() function
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/
H A Dpwl_functions.vhd93 function extrapolate (x,y2,y1,x2,x1 : in real) function
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/xc/
H A Drpa.py20 def rpa(filename, ecut=200.0, blocks=1, extrapolate=4): argument
407 def extrapolate(self, e_i): member in RPACorrelation
/dports/science/bagel/bagel-1.2.2/src/util/math/
H A Ddiis.h64 …std::shared_ptr<T> extrapolate(const std::pair<std::shared_ptr<const T>, std::shared_ptr<const T>>… in extrapolate() function
/dports/audio/festival/speech_tools/sigpr/pda/
H A Darray_smoother.h65 int extrapolate; member
/dports/math/py-pandas/pandas-1.2.5/pandas/core/
H A Dmissing.py364 def _from_derivatives(xi, yi, x, order=None, der=0, extrapolate=False): argument
450 def _cubicspline_interpolate(xi, yi, x, axis=0, bc_type="not-a-knot", extrapolate=None): argument
/dports/devel/hs-threadscope/threadscope-0.2.14/Events/
H A DSparkStats.hs90 extrapolate s = function
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/lib/
H A Ddiis.py244 def extrapolate(self, nd=None): member in DIIS

123456