Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/autodiff/autodiff
/ functions
Functions
432 in github.com/autodiff/autodiff
⨍
Functions
432
◇
Types & classes
190
↓ 1 callers
Function
Bdual
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 callers
Function
C
Define autodiff-enabled C function that relies on Adual and Bdual
examples/forward/example-forward-multi-variable-combine-analytical-derivative.cpp:47
↓ 1 callers
Function
Reduce
autodiff/common/meta.hpp:184
↓ 1 callers
Function
acos
autodiff/forward/dual/dual.hpp:863
↓ 1 callers
Function
asin
autodiff/forward/dual/dual.hpp:862
↓ 1 callers
Function
assignArcTan2
autodiff/forward/dual/dual.hpp:1376
↓ 1 callers
Function
assignDiv
autodiff/forward/dual/dual.hpp:1263
↓ 1 callers
Function
assignHypot2
autodiff/forward/dual/dual.hpp:1421
↓ 1 callers
Function
assignHypot3
autodiff/forward/dual/dual.hpp:1477
↓ 1 callers
Function
atan
autodiff/forward/dual/dual.hpp:864
↓ 1 callers
Function
boolref
autodiff/reverse/var/var.hpp:1538
↓ 1 callers
Function
cos
autodiff/forward/real/real.hpp:569
↓ 1 callers
Function
cosh
autodiff/forward/real/real.hpp:754
↓ 1 callers
Function
erf
autodiff/forward/dual/dual.hpp:910
↓ 1 callers
Function
exportArrayXdual0th
python/bindings/ArrayXdual0th.py.cxx:39
↓ 1 callers
Function
exportArrayXdual1st
python/bindings/ArrayXdual1st.py.cxx:39
↓ 1 callers
Function
exportArrayXdual2nd
python/bindings/ArrayXdual2nd.py.cxx:39
↓ 1 callers
Function
exportArrayXdual3rd
python/bindings/ArrayXdual3rd.py.cxx:39
↓ 1 callers
Function
exportArrayXdual4th
python/bindings/ArrayXdual4th.py.cxx:39
↓ 1 callers
Function
exportArrayXreal0th
python/bindings/ArrayXreal0th.py.cxx:39
↓ 1 callers
Function
exportArrayXreal1st
python/bindings/ArrayXreal1st.py.cxx:39
↓ 1 callers
Function
exportArrayXreal2nd
python/bindings/ArrayXreal2nd.py.cxx:39
↓ 1 callers
Function
exportArrayXreal3rd
python/bindings/ArrayXreal3rd.py.cxx:39
↓ 1 callers
Function
exportArrayXreal4th
python/bindings/ArrayXreal4th.py.cxx:39
↓ 1 callers
Function
exportMatrixXreal0th
python/bindings/MatrixXreal0th.py.cxx:39
↓ 1 callers
Function
exportMatrixXreal1st
python/bindings/MatrixXreal1st.py.cxx:39
↓ 1 callers
Function
exportMatrixXreal2nd
python/bindings/MatrixXreal2nd.py.cxx:39
↓ 1 callers
Function
exportMatrixXreal3rd
python/bindings/MatrixXreal3rd.py.cxx:39
↓ 1 callers
Function
exportMatrixXreal4th
python/bindings/MatrixXreal4th.py.cxx:39
↓ 1 callers
Function
exportVectorXdual0th
python/bindings/VectorXdual0th.py.cxx:39
↓ 1 callers
Function
exportVectorXdual1st
python/bindings/VectorXdual1st.py.cxx:39
↓ 1 callers
Function
exportVectorXdual2nd
python/bindings/VectorXdual2nd.py.cxx:39
↓ 1 callers
Function
exportVectorXdual3rd
python/bindings/VectorXdual3rd.py.cxx:39
↓ 1 callers
Function
exportVectorXdual4th
python/bindings/VectorXdual4th.py.cxx:39
↓ 1 callers
Function
exportVectorXreal0th
python/bindings/VectorXreal0th.py.cxx:39
↓ 1 callers
Function
exportVectorXreal1st
python/bindings/VectorXreal1st.py.cxx:39
↓ 1 callers
Function
exportVectorXreal2nd
python/bindings/VectorXreal2nd.py.cxx:39
↓ 1 callers
Function
exportVectorXreal3rd
python/bindings/VectorXreal3rd.py.cxx:39
↓ 1 callers
Function
exportVectorXreal4th
python/bindings/VectorXreal4th.py.cxx:39
↓ 1 callers
Function
export_dual1st
python/bindings/dual.py.cxx:185
↓ 1 callers
Function
export_dual2nd
python/bindings/dual.py.cxx:186
↓ 1 callers
Function
export_dual3rd
python/bindings/dual.py.cxx:187
↓ 1 callers
Function
export_dual4th
python/bindings/dual.py.cxx:188
↓ 1 callers
Function
export_real1st
python/bindings/real.py.cxx:232
↓ 1 callers
Function
export_real2nd
python/bindings/real.py.cxx:233
↓ 1 callers
Function
export_real3rd
python/bindings/real.py.cxx:234
↓ 1 callers
Function
export_real4th
python/bindings/real.py.cxx:235
↓ 1 callers
Function
expr_comparison
autodiff/reverse/var/var.hpp:1038
↓ 1 callers
Function
f
The function that depends on parameters for which derivatives are needed
examples/forward/example-forward-multi-variable-function-with-parameters.cpp:17
↓ 1 callers
Function
f
The multi-variable function for which derivatives are needed
examples/forward/example-forward-multi-variable-function.cpp:9
↓ 1 callers
Function
f
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 callers
Function
f
The single-variable function for which derivatives are needed
examples/forward/example-forward-single-variable-function.cpp:9
↓ 1 callers
Function
f
The single-variable function for which derivatives are needed
examples/forward/example-forward-single-variable-function-custom-scalar.cpp:21
↓ 1 callers
Function
f
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 callers
Function
f
The scalar function for which a 4th order directional Taylor series will be computed.
examples/forward/example-forward-directional-taylor-series.cpp:10
↓ 1 callers
Function
f
The scalar function for which the gradient is needed
examples/reverse/example-reverse-hessian-derivatives-using-eigen.cpp:11
↓ 1 callers
Function
f
The function that depends on parameters for which derivatives are needed
examples/reverse/example-reverse-multi-variable-function-with-parameters.cpp:18
↓ 1 callers
Function
f
The multi-variable function for which derivatives are needed
examples/reverse/example-reverse-multi-variable-function.cpp:10
↓ 1 callers
Function
f
The single-variable function for which derivatives are needed
examples/reverse/example-reverse-single-variable-function.cpp:10
↓ 1 callers
Function
f
The scalar function for which the gradient is needed
examples/reverse/example-reverse-gradient-derivatives-using-eigen.cpp:10
↓ 1 callers
Function
f
A two-variable piecewise function for which derivatives are needed
examples/reverse/example-reverse-conditional.cpp:10
↓ 1 callers
Function
inputcode
(filename, language, startline=0, endline=None)
docs/mkdocs-macros.py:10
↓ 1 callers
Function
is_autodiff_number_type
(o)
python/package/autodiff/extensions/__init__.py:29
↓ 1 callers
Function
log10
autodiff/forward/dual/dual.hpp:888
↓ 1 callers
Function
real
autodiff/reverse/var/var.hpp:1182
↓ 1 callers
Function
reprAux
autodiff/forward/dual/dual.hpp:1695
↓ 1 callers
Function
sin
autodiff/forward/real/real.hpp:563
↓ 1 callers
Function
sinh
autodiff/forward/real/real.hpp:748
↓ 1 callers
Function
tan
autodiff/forward/dual/dual.hpp:861
↓ 1 callers
Function
tanh
autodiff/forward/dual/dual.hpp:878
↓ 1 callers
Function
wrt_item_length
autodiff/forward/utils/gradient.hpp:43
Method
AbsExpr
autodiff/reverse/var/var.hpp:906
Method
ArcCosExpr
autodiff/reverse/var/var.hpp:621
Method
ArcSinExpr
autodiff/reverse/var/var.hpp:596
Method
ArcTan2Expr
autodiff/reverse/var/var.hpp:672
Method
ArcTanExpr
autodiff/reverse/var/var.hpp:646
Function
AuxFor
autodiff/common/meta.hpp:103
Function
AuxReverseFor
autodiff/common/meta.hpp:124
Method
BinaryExpr
autodiff/reverse/var/var.hpp:308
Method
BooleanExpr
autodiff/reverse/var/var.hpp:1028
Method
ConditionalExpr
autodiff/reverse/var/var.hpp:1066
Method
CosExpr
autodiff/reverse/var/var.hpp:467
Method
CoshExpr
autodiff/reverse/var/var.hpp:544
Method
DependentVariableExpr
Construct an DependentVariableExpr object with given value.
autodiff/reverse/var/var.hpp:233
Method
Dual
autodiff/forward/dual/dual.hpp:515
Method
ErfExpr
autodiff/reverse/var/var.hpp:937
Method
Expr
Construct an Expr object with given value.
autodiff/reverse/var/var.hpp:160
Function
For
autodiff/common/meta.hpp:112
Method
Hypot2Expr
autodiff/reverse/var/var.hpp:966
Method
Hypot3Expr
autodiff/reverse/var/var.hpp:997
Method
IndependentVariableExpr
Construct an IndependentVariableExpr object with given value.
autodiff/reverse/var/var.hpp:208
Method
Log10Expr
autodiff/reverse/var/var.hpp:753
Function
One
autodiff/forward/dual/dual.hpp:735
Function
PYBIND11_MODULE
python/bindings/autodiff.py.cxx:73
Method
PowConstantLeftExpr
autodiff/reverse/var/var.hpp:822
Method
PowConstantRightExpr
autodiff/reverse/var/var.hpp:855
Method
PowExpr
autodiff/reverse/var/var.hpp:782
Method
Real
Construct a default Real number of order *N* and type *T*.
autodiff/forward/real/real.hpp:62
Function
ReverseFor
autodiff/common/meta.hpp:134
Method
SinExpr
autodiff/reverse/var/var.hpp:442
← previous
next →
101–200 of 432, ranked by callers