MCPcopy Create free account

hub / github.com/autodiff/autodiff / functions

Functions432 in github.com/autodiff/autodiff

↓ 1 callersFunctionBdual
Wrap B into Bdual function so that it can be used within autodiff-enabled codes.
examples/forward/example-forward-multi-variable-combine-analytical-derivative.cpp:33
↓ 1 callersFunctionC
Define autodiff-enabled C function that relies on Adual and Bdual
examples/forward/example-forward-multi-variable-combine-analytical-derivative.cpp:47
↓ 1 callersFunctionReduce
autodiff/common/meta.hpp:184
↓ 1 callersFunctionacos
autodiff/forward/dual/dual.hpp:863
↓ 1 callersFunctionasin
autodiff/forward/dual/dual.hpp:862
↓ 1 callersFunctionassignArcTan2
autodiff/forward/dual/dual.hpp:1376
↓ 1 callersFunctionassignDiv
autodiff/forward/dual/dual.hpp:1263
↓ 1 callersFunctionassignHypot2
autodiff/forward/dual/dual.hpp:1421
↓ 1 callersFunctionassignHypot3
autodiff/forward/dual/dual.hpp:1477
↓ 1 callersFunctionatan
autodiff/forward/dual/dual.hpp:864
↓ 1 callersFunctionboolref
autodiff/reverse/var/var.hpp:1538
↓ 1 callersFunctioncos
autodiff/forward/real/real.hpp:569
↓ 1 callersFunctioncosh
autodiff/forward/real/real.hpp:754
↓ 1 callersFunctionerf
autodiff/forward/dual/dual.hpp:910
↓ 1 callersFunctionexportArrayXdual0th
python/bindings/ArrayXdual0th.py.cxx:39
↓ 1 callersFunctionexportArrayXdual1st
python/bindings/ArrayXdual1st.py.cxx:39
↓ 1 callersFunctionexportArrayXdual2nd
python/bindings/ArrayXdual2nd.py.cxx:39
↓ 1 callersFunctionexportArrayXdual3rd
python/bindings/ArrayXdual3rd.py.cxx:39
↓ 1 callersFunctionexportArrayXdual4th
python/bindings/ArrayXdual4th.py.cxx:39
↓ 1 callersFunctionexportArrayXreal0th
python/bindings/ArrayXreal0th.py.cxx:39
↓ 1 callersFunctionexportArrayXreal1st
python/bindings/ArrayXreal1st.py.cxx:39
↓ 1 callersFunctionexportArrayXreal2nd
python/bindings/ArrayXreal2nd.py.cxx:39
↓ 1 callersFunctionexportArrayXreal3rd
python/bindings/ArrayXreal3rd.py.cxx:39
↓ 1 callersFunctionexportArrayXreal4th
python/bindings/ArrayXreal4th.py.cxx:39
↓ 1 callersFunctionexportMatrixXreal0th
python/bindings/MatrixXreal0th.py.cxx:39
↓ 1 callersFunctionexportMatrixXreal1st
python/bindings/MatrixXreal1st.py.cxx:39
↓ 1 callersFunctionexportMatrixXreal2nd
python/bindings/MatrixXreal2nd.py.cxx:39
↓ 1 callersFunctionexportMatrixXreal3rd
python/bindings/MatrixXreal3rd.py.cxx:39
↓ 1 callersFunctionexportMatrixXreal4th
python/bindings/MatrixXreal4th.py.cxx:39
↓ 1 callersFunctionexportVectorXdual0th
python/bindings/VectorXdual0th.py.cxx:39
↓ 1 callersFunctionexportVectorXdual1st
python/bindings/VectorXdual1st.py.cxx:39
↓ 1 callersFunctionexportVectorXdual2nd
python/bindings/VectorXdual2nd.py.cxx:39
↓ 1 callersFunctionexportVectorXdual3rd
python/bindings/VectorXdual3rd.py.cxx:39
↓ 1 callersFunctionexportVectorXdual4th
python/bindings/VectorXdual4th.py.cxx:39
↓ 1 callersFunctionexportVectorXreal0th
python/bindings/VectorXreal0th.py.cxx:39
↓ 1 callersFunctionexportVectorXreal1st
python/bindings/VectorXreal1st.py.cxx:39
↓ 1 callersFunctionexportVectorXreal2nd
python/bindings/VectorXreal2nd.py.cxx:39
↓ 1 callersFunctionexportVectorXreal3rd
python/bindings/VectorXreal3rd.py.cxx:39
↓ 1 callersFunctionexportVectorXreal4th
python/bindings/VectorXreal4th.py.cxx:39
↓ 1 callersFunctionexport_dual1st
python/bindings/dual.py.cxx:185
↓ 1 callersFunctionexport_dual2nd
python/bindings/dual.py.cxx:186
↓ 1 callersFunctionexport_dual3rd
python/bindings/dual.py.cxx:187
↓ 1 callersFunctionexport_dual4th
python/bindings/dual.py.cxx:188
↓ 1 callersFunctionexport_real1st
python/bindings/real.py.cxx:232
↓ 1 callersFunctionexport_real2nd
python/bindings/real.py.cxx:233
↓ 1 callersFunctionexport_real3rd
python/bindings/real.py.cxx:234
↓ 1 callersFunctionexport_real4th
python/bindings/real.py.cxx:235
↓ 1 callersFunctionexpr_comparison
autodiff/reverse/var/var.hpp:1038
↓ 1 callersFunctionf
The function that depends on parameters for which derivatives are needed
examples/forward/example-forward-multi-variable-function-with-parameters.cpp:17
↓ 1 callersFunctionf
The multi-variable function for which derivatives are needed
examples/forward/example-forward-multi-variable-function.cpp:9
↓ 1 callersFunctionf
The vector function for which higher-order directional derivatives are needed (up to 4th order).
examples/forward/example-forward-higher-order-directional-derivatives-using-eigen.cpp:10
↓ 1 callersFunctionf
The single-variable function for which derivatives are needed
examples/forward/example-forward-single-variable-function.cpp:9
↓ 1 callersFunctionf
The single-variable function for which derivatives are needed
examples/forward/example-forward-single-variable-function-custom-scalar.cpp:21
↓ 1 callersFunctionf
The vector function for which a 4th order directional Taylor series will be computed.
examples/forward/example-forward-directional-taylor-series-using-eigen.cpp:10
↓ 1 callersFunctionf
The scalar function for which a 4th order directional Taylor series will be computed.
examples/forward/example-forward-directional-taylor-series.cpp:10
↓ 1 callersFunctionf
The scalar function for which the gradient is needed
examples/reverse/example-reverse-hessian-derivatives-using-eigen.cpp:11
↓ 1 callersFunctionf
The function that depends on parameters for which derivatives are needed
examples/reverse/example-reverse-multi-variable-function-with-parameters.cpp:18
↓ 1 callersFunctionf
The multi-variable function for which derivatives are needed
examples/reverse/example-reverse-multi-variable-function.cpp:10
↓ 1 callersFunctionf
The single-variable function for which derivatives are needed
examples/reverse/example-reverse-single-variable-function.cpp:10
↓ 1 callersFunctionf
The scalar function for which the gradient is needed
examples/reverse/example-reverse-gradient-derivatives-using-eigen.cpp:10
↓ 1 callersFunctionf
A two-variable piecewise function for which derivatives are needed
examples/reverse/example-reverse-conditional.cpp:10
↓ 1 callersFunctioninputcode
(filename, language, startline=0, endline=None)
docs/mkdocs-macros.py:10
↓ 1 callersFunctionis_autodiff_number_type
(o)
python/package/autodiff/extensions/__init__.py:29
↓ 1 callersFunctionlog10
autodiff/forward/dual/dual.hpp:888
↓ 1 callersFunctionreal
autodiff/reverse/var/var.hpp:1182
↓ 1 callersFunctionreprAux
autodiff/forward/dual/dual.hpp:1695
↓ 1 callersFunctionsin
autodiff/forward/real/real.hpp:563
↓ 1 callersFunctionsinh
autodiff/forward/real/real.hpp:748
↓ 1 callersFunctiontan
autodiff/forward/dual/dual.hpp:861
↓ 1 callersFunctiontanh
autodiff/forward/dual/dual.hpp:878
↓ 1 callersFunctionwrt_item_length
autodiff/forward/utils/gradient.hpp:43
MethodAbsExpr
autodiff/reverse/var/var.hpp:906
MethodArcCosExpr
autodiff/reverse/var/var.hpp:621
MethodArcSinExpr
autodiff/reverse/var/var.hpp:596
MethodArcTan2Expr
autodiff/reverse/var/var.hpp:672
MethodArcTanExpr
autodiff/reverse/var/var.hpp:646
FunctionAuxFor
autodiff/common/meta.hpp:103
FunctionAuxReverseFor
autodiff/common/meta.hpp:124
MethodBinaryExpr
autodiff/reverse/var/var.hpp:308
MethodBooleanExpr
autodiff/reverse/var/var.hpp:1028
MethodConditionalExpr
autodiff/reverse/var/var.hpp:1066
MethodCosExpr
autodiff/reverse/var/var.hpp:467
MethodCoshExpr
autodiff/reverse/var/var.hpp:544
MethodDependentVariableExpr
Construct an DependentVariableExpr object with given value.
autodiff/reverse/var/var.hpp:233
MethodDual
autodiff/forward/dual/dual.hpp:515
MethodErfExpr
autodiff/reverse/var/var.hpp:937
MethodExpr
Construct an Expr object with given value.
autodiff/reverse/var/var.hpp:160
FunctionFor
autodiff/common/meta.hpp:112
MethodHypot2Expr
autodiff/reverse/var/var.hpp:966
MethodHypot3Expr
autodiff/reverse/var/var.hpp:997
MethodIndependentVariableExpr
Construct an IndependentVariableExpr object with given value.
autodiff/reverse/var/var.hpp:208
MethodLog10Expr
autodiff/reverse/var/var.hpp:753
FunctionOne
autodiff/forward/dual/dual.hpp:735
FunctionPYBIND11_MODULE
python/bindings/autodiff.py.cxx:73
MethodPowConstantLeftExpr
autodiff/reverse/var/var.hpp:822
MethodPowConstantRightExpr
autodiff/reverse/var/var.hpp:855
MethodPowExpr
autodiff/reverse/var/var.hpp:782
MethodReal
Construct a default Real number of order *N* and type *T*.
autodiff/forward/real/real.hpp:62
FunctionReverseFor
autodiff/common/meta.hpp:134
MethodSinExpr
autodiff/reverse/var/var.hpp:442
← previousnext →101–200 of 432, ranked by callers