Commit 07e4856
- documentation/Changelog.md+1
- include/codi.hpp+3-1
- include/codi/config.h+13-4
- include/codi/expressions/activeTypeBase.hpp+6-6
- include/codi/expressions/activeTypeStatelessTape.hpp+153
- include/codi/expressions/binaryExpression.hpp+2-2
- include/codi/expressions/lhsExpressionInterface.hpp+3-2
- include/codi/expressions/real/binaryOperators.hpp+139-2
- include/codi/expressions/real/unaryOperators.hpp+232
- include/codi/expressions/referenceActiveType.hpp+1-1
- include/codi/expressions/unaryExpression.hpp+1-1
- include/codi/misc/eventSystem.hpp+59-3
- include/codi/misc/exceptions.hpp+12-5
- include/codi/misc/macros.hpp+1-1
- include/codi/misc/toConst.hpp+56
- include/codi/tapes/data/chunk.hpp+37-36
- include/codi/tapes/forwardEvaluation.hpp+17-17
- include/codi/tools/cuda/codiCUDA.hpp+54
- include/codi/tools/cuda/cudaFunctionAttributes.hpp+53
- include/codi/tools/data/hessian.hpp+1-1
- include/codi/tools/data/jacobian.hpp+1-1
- include/codi/tools/mpi/codiForwardMeDiPackTool.hpp+18-18
- include/codi/tools/mpi/codiReverseMeDiPackTool.hpp+22-22
- include/codi/tools/parallel/openmp/openMPAtomic.hpp+9-9
- include/codi/tools/parallel/openmp/openMPThreadInformation.hpp+1-1
- include/codi/traits/numericLimits.hpp+12-6
- tests/general/Makefile.drivers+1
- tests/general/include/tests/expressions/testTwoArgumentExpr1.hpp+4-7
- tests/general/include/tests/expressions/testTwoArgumentExpr2.hpp+4-1
- tests/general/results/deriv0th/TwoArgumentExpr1.out+36-111
- tests/general/results/deriv0th/TwoArgumentExpr2.out+54
- tests/general/results/deriv1st/TwoArgumentExpr1.out+50-125
- tests/general/results/deriv1st/TwoArgumentExpr2.out+54
- tests/general/results/deriv2nd/TwoArgumentExpr1.out-299
- tests/general/results/deriv2nd/TwoArgumentExpr2.out+216
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments