Home
last modified time | relevance | path

Searched defs:differentiate (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/science/lammps/lammps-stable_29Sep2021/lib/colvars/lepton/src/
H A DOperation.cpp48 ExpressionTreeNode Operation::Constant::differentiate(const std::vector<ExpressionTreeNode>& childr… in differentiate() function in Operation::Constant
58 ExpressionTreeNode Operation::Custom::differentiate(const std::vector<ExpressionTreeNode>& children… in differentiate() function in Operation::Custom
70 ExpressionTreeNode Operation::Add::differentiate(const std::vector<ExpressionTreeNode>& children, c… in differentiate() function in Operation::Add
92 ExpressionTreeNode Operation::Power::differentiate(const std::vector<ExpressionTreeNode>& children,… in differentiate() function in Operation::Power
111 ExpressionTreeNode Operation::Sqrt::differentiate(const std::vector<ExpressionTreeNode>& children, … in differentiate() function in Operation::Sqrt
119 ExpressionTreeNode Operation::Exp::differentiate(const std::vector<ExpressionTreeNode>& children, c… in differentiate() function in Operation::Exp
125 ExpressionTreeNode Operation::Log::differentiate(const std::vector<ExpressionTreeNode>& children, c… in differentiate() function in Operation::Log
131 ExpressionTreeNode Operation::Sin::differentiate(const std::vector<ExpressionTreeNode>& children, c… in differentiate() function in Operation::Sin
137 ExpressionTreeNode Operation::Cos::differentiate(const std::vector<ExpressionTreeNode>& children, c… in differentiate() function in Operation::Cos
144 ExpressionTreeNode Operation::Sec::differentiate(const std::vector<ExpressionTreeNode>& children, c… in differentiate() function in Operation::Sec
[all …]
/dports/science/plumed/plumed2-2.7.2/src/lepton/
H A DOperation.cpp95 ExpressionTreeNode Operation::Custom::differentiate(const std::vector<ExpressionTreeNode>& children… in differentiate() function in PLMD::Operation::Custom
107 ExpressionTreeNode Operation::Add::differentiate(const std::vector<ExpressionTreeNode>& children, c… in differentiate() function in PLMD::Operation::Add
148 ExpressionTreeNode Operation::Sqrt::differentiate(const std::vector<ExpressionTreeNode>& children, … in differentiate() function in PLMD::Operation::Sqrt
156 ExpressionTreeNode Operation::Exp::differentiate(const std::vector<ExpressionTreeNode>& children, c… in differentiate() function in PLMD::Operation::Exp
162 ExpressionTreeNode Operation::Log::differentiate(const std::vector<ExpressionTreeNode>& children, c… in differentiate() function in PLMD::Operation::Log
168 ExpressionTreeNode Operation::Sin::differentiate(const std::vector<ExpressionTreeNode>& children, c… in differentiate() function in PLMD::Operation::Sin
174 ExpressionTreeNode Operation::Cos::differentiate(const std::vector<ExpressionTreeNode>& children, c… in differentiate() function in PLMD::Operation::Cos
181 ExpressionTreeNode Operation::Sec::differentiate(const std::vector<ExpressionTreeNode>& children, c… in differentiate() function in PLMD::Operation::Sec
189 ExpressionTreeNode Operation::Csc::differentiate(const std::vector<ExpressionTreeNode>& children, c… in differentiate() function in PLMD::Operation::Csc
198 ExpressionTreeNode Operation::Tan::differentiate(const std::vector<ExpressionTreeNode>& children, c… in differentiate() function in PLMD::Operation::Tan
[all …]
/dports/science/opensim-core/opensim-core-4.1/Vendors/lepton/src/
H A DOperation.cpp48 ExpressionTreeNode Operation::Constant::differentiate(const std::vector<ExpressionTreeNode>& childr… in differentiate() function in Operation::Constant
58 ExpressionTreeNode Operation::Custom::differentiate(const std::vector<ExpressionTreeNode>& children… in differentiate() function in Operation::Custom
70 ExpressionTreeNode Operation::Add::differentiate(const std::vector<ExpressionTreeNode>& children, c… in differentiate() function in Operation::Add
92 ExpressionTreeNode Operation::Power::differentiate(const std::vector<ExpressionTreeNode>& children,… in differentiate() function in Operation::Power
111 ExpressionTreeNode Operation::Sqrt::differentiate(const std::vector<ExpressionTreeNode>& children, … in differentiate() function in Operation::Sqrt
119 ExpressionTreeNode Operation::Exp::differentiate(const std::vector<ExpressionTreeNode>& children, c… in differentiate() function in Operation::Exp
125 ExpressionTreeNode Operation::Log::differentiate(const std::vector<ExpressionTreeNode>& children, c… in differentiate() function in Operation::Log
131 ExpressionTreeNode Operation::Sin::differentiate(const std::vector<ExpressionTreeNode>& children, c… in differentiate() function in Operation::Sin
137 ExpressionTreeNode Operation::Cos::differentiate(const std::vector<ExpressionTreeNode>& children, c… in differentiate() function in Operation::Cos
144 ExpressionTreeNode Operation::Sec::differentiate(const std::vector<ExpressionTreeNode>& children, c… in differentiate() function in Operation::Sec
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/lib/
H A Dinterpolating_resampler.cc187 gr_complex interp_resampler_mmse_8tap_cc::differentiate(const gr_complex input[], in differentiate() function in gr::digital::interp_resampler_mmse_8tap_cc
226 float interp_resampler_mmse_8tap_ff::differentiate(const float input[], float mu) const in differentiate() function in gr::digital::interp_resampler_mmse_8tap_ff
307 gr_complex interp_resampler_pfb_no_mf_cc::differentiate(const gr_complex input[], in differentiate() function in gr::digital::interp_resampler_pfb_no_mf_cc
391 float interp_resampler_pfb_no_mf_ff::differentiate(const float input[], float mu) const in differentiate() function in gr::digital::interp_resampler_pfb_no_mf_ff
544 gr_complex interp_resampler_pfb_mf_ccf::differentiate(const gr_complex input[], in differentiate() function in gr::digital::interp_resampler_pfb_mf_ccf
697 float interp_resampler_pfb_mf_fff::differentiate(const float input[], float mu) const in differentiate() function in gr::digital::interp_resampler_pfb_mf_fff
/dports/science/tfel-edf/tfel-3.2.1/src/Math/
H A DConstantExternalFunction.cxx62 ConstantExternalFunction::differentiate(const std::vector<double>::size_type) const in differentiate() function in tfel::math::parser::ConstantExternalFunction
68 ConstantExternalFunction::differentiate(const std::string&) const in differentiate() function in tfel::math::parser::ConstantExternalFunction
H A DExternalCastemFunction.cxx97 ExternalCastemFunction::differentiate(const std::vector<double>::size_type) const in differentiate() function in tfel::math::parser::ExternalCastemFunction
104 ExternalCastemFunction::differentiate(const std::string&) const in differentiate() function in tfel::math::parser::ExternalCastemFunction
/dports/science/tfel/tfel-3.4.0/src/Math/
H A DConstantExternalFunction.cxx62 ConstantExternalFunction::differentiate(const std::vector<double>::size_type) const in differentiate() function in tfel::math::parser::ConstantExternalFunction
68 ConstantExternalFunction::differentiate(const std::string&) const in differentiate() function in tfel::math::parser::ConstantExternalFunction
H A DExternalCastemFunction.cxx97 ExternalCastemFunction::differentiate(const std::vector<double>::size_type) const in differentiate() function in tfel::math::parser::ExternalCastemFunction
104 ExternalCastemFunction::differentiate(const std::string&) const in differentiate() function in tfel::math::parser::ExternalCastemFunction
H A DExternalCyranoFunction.cxx96 std::shared_ptr<ExternalFunction> ExternalCyranoFunction::differentiate( in differentiate() function in tfel::math::parser::ExternalCyranoFunction
103 std::shared_ptr<ExternalFunction> ExternalCyranoFunction::differentiate( in differentiate() function in tfel::math::parser::ExternalCyranoFunction
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/differentiation/sd/
H A Dsymengine_tensor_operations.h1051 differentiate(const Expression & func, in differentiate() function
1060 differentiate(const Expression & func, in differentiate() function
1069 differentiate(const Tensor<0, dim, Expression> & func, in differentiate() function
1078 differentiate(const Tensor<0, dim, Expression> & func, in differentiate() function
1090 differentiate(const Tensor<rank, dim, Expression> &symbol_tensor, in differentiate() function
1099 differentiate(const Tensor<rank, dim, Expression> &symbol_tensor, in differentiate() function
1108 differentiate(const SymmetricTensor<rank, dim, Expression> &symbol_tensor, in differentiate() function
1117 differentiate(const SymmetricTensor<rank, dim, Expression> &symbol_tensor, in differentiate() function
1126 differentiate(const Tensor<rank_1, dim, Expression> &symbol_tensor, in differentiate() function
1135 differentiate(const SymmetricTensor<rank_1, dim, Expression> &symbol_tensor, in differentiate() function
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/analysis/differentiation/
H A DUnivariateFunctionDifferentiator.java31 UnivariateDifferentiableFunction differentiate(UnivariateFunction function); in differentiate() method
H A DUnivariateVectorFunctionDifferentiator.java31 UnivariateDifferentiableVectorFunction differentiate(UnivariateVectorFunction function); in differentiate() method
H A DUnivariateMatrixFunctionDifferentiator.java31 UnivariateDifferentiableMatrixFunction differentiate(UnivariateMatrixFunction function); in differentiate() method
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/expr/calculus/
H A Ddiff_with_sympy.py19 def differentiate(expr, wrt=None, wrt_list=None): function
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/base/
H A Dsymbolic.py21 def differentiate(expr, wrt=None, wrt_list=None): function
/dports/www/moodle310/moodle/lib/mlbackend/php/phpml/src/Phpml/NeuralNetwork/
H A DActivationFunction.php18 public function differentiate($value, $computedvalue): float; function
/dports/www/moodle311/moodle/lib/mlbackend/php/phpml/src/Phpml/NeuralNetwork/
H A DActivationFunction.php18 public function differentiate($value, $computedvalue): float; function
/dports/www/moodle39/moodle/lib/mlbackend/php/phpml/src/Phpml/NeuralNetwork/
H A DActivationFunction.php18 public function differentiate($value, $computedvalue): float; function
/dports/www/moodle310/moodle/lib/mlbackend/php/phpml/src/Phpml/NeuralNetwork/ActivationFunction/
H A DBinaryStep.php23 public function differentiate($value, $computedvalue): float function in Phpml\\NeuralNetwork\\ActivationFunction\\BinaryStep
H A DGaussian.php23 public function differentiate($value, $calculatedvalue): float function in Phpml\\NeuralNetwork\\ActivationFunction\\Gaussian
/dports/www/moodle39/moodle/lib/mlbackend/php/phpml/src/Phpml/NeuralNetwork/ActivationFunction/
H A DBinaryStep.php23 public function differentiate($value, $computedvalue): float function in Phpml\\NeuralNetwork\\ActivationFunction\\BinaryStep
H A DGaussian.php23 public function differentiate($value, $calculatedvalue): float function in Phpml\\NeuralNetwork\\ActivationFunction\\Gaussian
/dports/www/moodle311/moodle/lib/mlbackend/php/phpml/src/Phpml/NeuralNetwork/ActivationFunction/
H A DBinaryStep.php23 public function differentiate($value, $computedvalue): float function in Phpml\\NeuralNetwork\\ActivationFunction\\BinaryStep
H A DGaussian.php23 public function differentiate($value, $calculatedvalue): float function in Phpml\\NeuralNetwork\\ActivationFunction\\Gaussian
/dports/mail/nextcloud-mail/mail/vendor/rubix/ml/src/NeuralNet/ActivationFunctions/
H A DActivationFunction.php36 public function differentiate(Matrix $z, Matrix $computed) : Matrix; function

1234567