From 5db5f633595b1f9ad4b4d975717472e0270c84eb Mon Sep 17 00:00:00 2001 From: Tim Siebert Date: Wed, 17 Jan 2024 12:24:40 +0100 Subject: [PATCH] update --- src/TODO | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/TODO diff --git a/src/TODO b/src/TODO new file mode 100644 index 0000000..187ceb1 --- /dev/null +++ b/src/TODO @@ -0,0 +1,28 @@ +in higher_order: + - Replace CxxTensor with julia vector + - Replace CxxTensor with julia vector in build_tensor +in tensor_address: + - move "+1" to c++ + +in gradient: + - rename + +in all new driver: + - write wrappers for c++ type + +in AdoubleModule: + - write wrapper type for adouble-c++-type + +in AdolcWrap: + - write abstract class for Tladouble & Tbadouble + +in check_input_taylor_coeff: + - work on CXXMatrix + - add more checks + +in taylor_coeff: + - test other modes + - test mixed deriections + +allow nested gradients + \ No newline at end of file