Home
last modified time | relevance | path

Searched defs:derivatives (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/dports/math/libmesh/libmesh-1.6.2/contrib/metaphysicl/src/numerics/include/metaphysicl/
H A Dnddualnumber.h114 typename D::template rebind<decltype(nd.value() + dns.value())>::other derivatives; variable
126 typename D::template rebind<decltype(nd.value() + dns.value())>::other derivatives; variable
138 typename D::template rebind<decltype(nd.value() - dns.value())>::other derivatives; variable
212 typename D::template rebind<decltype(t + dns.value())>::other derivatives; variable
224 typename D::template rebind<decltype(t + dns.value())>::other derivatives; variable
236 typename D::template rebind<decltype(t - dns.value())>::other derivatives; variable
248 typename D::template rebind<decltype(dns.value() - t)>::other derivatives; variable
260 typename D::template rebind<decltype(dns.value() * t)>::other derivatives; variable
272 typename D::template rebind<decltype(dns.value() * t)>::other derivatives; variable
284 typename D::template rebind<decltype(t / dns.value())>::other derivatives; variable
[all …]
H A Ddualexpression.h71 D& derivatives() { return _deriv; } in derivatives() function
73 const D& derivatives() const { return _deriv; } in derivatives() function
/dports/science/metaphysicl/MetaPhysicL-1.3.3/src/numerics/include/metaphysicl/
H A Dnddualnumber.h114 typename D::template rebind<decltype(nd.value() + dns.value())>::other derivatives; variable
126 typename D::template rebind<decltype(nd.value() + dns.value())>::other derivatives; variable
138 typename D::template rebind<decltype(nd.value() - dns.value())>::other derivatives; variable
212 typename D::template rebind<decltype(t + dns.value())>::other derivatives; variable
224 typename D::template rebind<decltype(t + dns.value())>::other derivatives; variable
236 typename D::template rebind<decltype(t - dns.value())>::other derivatives; variable
248 typename D::template rebind<decltype(dns.value() - t)>::other derivatives; variable
260 typename D::template rebind<decltype(dns.value() * t)>::other derivatives; variable
272 typename D::template rebind<decltype(dns.value() * t)>::other derivatives; variable
284 typename D::template rebind<decltype(t / dns.value())>::other derivatives; variable
[all …]
H A Ddualexpression.h71 D& derivatives() { return _deriv; } in derivatives() function
73 const D& derivatives() const { return _deriv; } in derivatives() function
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/sph/equations/test/
H A DDerivative.cpp11 DerivativeHolder derivatives; variable
26 DerivativeHolder derivatives; variable
78 DerivativeHolder derivatives; variable
88 DerivativeHolder derivatives; variable
99 DerivativeHolder derivatives; variable
/dports/astro/gpsd/gpsd-3.20/
H A DINSTALL.adoc525 === Special Notes for FreeBSD Installation ==+
551 === Special Notes for NetBSD 8.1 Installation ===
578 === Special Notes for OpenBSD 6.6 Installation ===
600 === Special Notes for CentOS 7 Installation ===
/dports/graphics/py-geomdl/geomdl-5.2.10/geomdl/
H A Devaluators.py56 def derivatives(self, datadict, parpos, deriv_order=0, **kwargs): member in AbstractEvaluator
132 def derivatives(self, datadict, parpos, deriv_order=0, **kwargs): member in CurveEvaluator
211 def derivatives(self, datadict, parpos, deriv_order=0, **kwargs): member in CurveEvaluatorRational
310 def derivatives(self, datadict, parpos, deriv_order=0, **kwargs): member in SurfaceEvaluator
402 def derivatives(self, datadict, parpos, deriv_order=0, **kwargs): member in SurfaceEvaluatorRational
517 def derivatives(self, datadict, parpos, deriv_order=0, **kwargs): member in VolumeEvaluator
579 def derivatives(self, datadict, parpos, deriv_order=0, **kwargs): member in VolumeEvaluatorRational
619 def derivatives(self, datadict, parpos, deriv_order=0, **kwargs): member in CurveEvaluator2
678 def derivatives(self, datadict, parpos, deriv_order=0, **kwargs): member in SurfaceEvaluator2
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Dactivation_functions_test.cpp92 arma::colvec derivatives; in CheckDerivativeCorrect() local
164 arma::colvec derivatives; in CheckHardTanHDerivativeCorrect() local
213 arma::colvec derivatives; in CheckLeakyReLUDerivativeCorrect() local
260 arma::colvec derivatives, activations; in CheckELUDerivativeCorrect() local
309 arma::colvec derivatives; in CheckPReLUDerivativeCorrect() local
381 arma::colvec derivatives; in CheckHardShrinkDerivativeCorrect() local
429 arma::colvec derivatives; in CheckSoftShrinkDerivativeCorrect() local
494 arma::mat derivatives, activations; variable
549 arma::colvec derivatives, activations; in CheckCELUDerivativeCorrect() local
597 arma::colvec derivatives, activations; in CheckSoftminDerivativeCorrect() local
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/analysis/interpolation/
H A DFieldHermiteInterpolatorTest.java39 BigFraction[][] derivatives = interpolator.derivatives(new BigFraction(x), 1); in testZero() local
54 BigFraction[][] derivatives = interpolator.derivatives(new BigFraction(x), 3); in testQuadratic() local
68 BigFraction[][] derivatives = interpolator.derivatives(new BigFraction(0), 5); in testMixedDerivatives() local
156 Dfp[] derivatives = new Dfp[p.length]; in testRandomPolynomialsFirstDerivative() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/surrogates/models/src/
H A DVariableTransformation.hpp89 virtual void map_derivatives_to_user_space(const RealVector &derivatives, in map_derivatives_to_user_space()
106 virtual void map_derivatives_from_user_space(const RealVector &derivatives, in map_derivatives_from_user_space()
H A DAffineVariableTransformation.cpp63 map_derivatives_to_user_space(const RealVector &derivatives, in map_derivatives_to_user_space()
73 map_derivatives_from_user_space(const RealVector &derivatives, in map_derivatives_from_user_space()
H A DAleatoryVariableTransformation.cpp60 map_derivatives_to_user_space(const RealVector &derivatives, in map_derivatives_to_user_space()
70 map_derivatives_from_user_space(const RealVector &derivatives, in map_derivatives_from_user_space()
/dports/science/plumed/plumed2-2.7.2/src/tools/
H A DRMSD.cpp383 std::vector<Vector> & derivatives, in simpleAlignment()
621 std::vector<Vector> & derivatives, in optimalAlignment()
649 std::vector<Vector> & derivatives, in optimalAlignment_DDistDRef()
680 std::vector<Vector> & derivatives, in optimalAlignment_SOMA()
712 std::vector<Vector> & derivatives, in optimalAlignment_DDistDRef_Rot_DRotDPos()
749 std::vector<Vector> & derivatives, in optimalAlignment_DDistDRef_Rot_DRotDPos_DRotDRef()
819 std::vector<Vector> & derivatives, in optimalAlignment_Rot()
850 std::vector<Vector> & derivatives, in optimalAlignmentWithCloseStructure()
1180 std::vector<Vector> derivatives; in getDDistanceDPositions() local
1216 std::vector<Vector> derivatives; in getDDistanceDReference() local
[all …]
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/osl/
H A Dosl_services.cpp394 bool derivatives, in get_array_attribute()
404 static bool set_attribute_float2(float2 f[3], TypeDesc type, bool derivatives, void *val) in set_attribute_float2()
478 static bool set_attribute_float3(float3 f, TypeDesc type, bool derivatives, void *val) in set_attribute_float3()
548 static bool set_attribute_float(float f[3], TypeDesc type, bool derivatives, void *val) in set_attribute_float()
584 static bool set_attribute_float(float f, TypeDesc type, bool derivatives, void *val) in set_attribute_float()
595 static bool set_attribute_int(int i, TypeDesc type, bool derivatives, void *val) in set_attribute_int()
672 bool derivatives, in get_primitive_attribute()
709 bool derivatives, in get_mesh_attribute()
936 bool derivatives, in get_attribute()
1009 bool derivatives, ustring name, TypeDesc type, OSL::ShaderGlobals *sg, void *val) in get_userdata()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffScalar.h136 inline const DerType& derivatives() const { return m_derivatives; } in derivatives() function
137 inline DerType& derivatives() { return m_derivatives; } in derivatives() function
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffScalar.h136 inline const DerType& derivatives() const { return m_derivatives; } in derivatives() function
137 inline DerType& derivatives() { return m_derivatives; } in derivatives() function
/dports/science/votca/votca-2021.2-18560-gfbe18d971/tools/src/tests/
H A Dtest_linspline.cc58 Eigen::VectorXd derivatives = cspline.CalculateDerivative(rs); in BOOST_AUTO_TEST_CASE() local
103 Eigen::VectorXd derivatives = cspline.CalculateDerivative(rs); in BOOST_AUTO_TEST_CASE() local
/dports/math/eigen3/eigen-3.3.9/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffScalar.h157 inline const DerType& derivatives() const { return m_derivatives; } in derivatives() function
158 inline DerType& derivatives() { return m_derivatives; } in derivatives() function
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/analysis/interpolation/
H A DFieldHermiteInterpolator.java170 public T[][] derivatives(T x, int order) throws NoDataException, NullArgumentException { in derivatives() method in FieldHermiteInterpolator
186 final T[][] derivatives = in derivatives() local
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffScalar.h157 inline const DerType& derivatives() const { return m_derivatives; } in derivatives() function
158 inline DerType& derivatives() { return m_derivatives; } in derivatives() function
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffScalar.h157 inline const DerType& derivatives() const { return m_derivatives; } in derivatives() function
158 inline DerType& derivatives() { return m_derivatives; } in derivatives() function
/dports/devel/upp/upp/uppsrc/plugin/Eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffScalar.h157 inline const DerType& derivatives() const { return m_derivatives; } in derivatives() function
158 inline DerType& derivatives() { return m_derivatives; } in derivatives() function
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffScalar.h157 inline const DerType& derivatives() const { return m_derivatives; } in derivatives() function
158 inline DerType& derivatives() { return m_derivatives; } in derivatives() function
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffScalar.h155 inline const DerType& derivatives() const { return m_derivatives; } in derivatives() function
156 inline DerType& derivatives() { return m_derivatives; } in derivatives() function
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffScalar.h157 inline const DerType& derivatives() const { return m_derivatives; } in derivatives() function
158 inline DerType& derivatives() { return m_derivatives; } in derivatives() function

12345678910>>...14