Home
last modified time | relevance | path

Searched defs:spline_fit (Results 1 – 3 of 3) sorted by relevance

/dports/science/octopus/octopus-10.5/src/math/
H A Dsplines.F90477 subroutine spline_fit(nrc, rofi, ffit, spl) subroutine
489 end subroutine spline_fit argument
/dports/science/py-ase/ase-3.22.0/ase/
H A Dneb.py564 def spline_fit(self, positions=None, norm='precon'): member in BaseNEB
/dports/science/py-ase/ase-3.22.0/ase/optimize/precon/
H A Dprecon.py1407 def spline_fit(self, positions=None): member in PreconImages