From 58a695b0a9756b9a442859ae72bba6864471f29a Mon Sep 17 00:00:00 2001 From: Azusa Yamaguchi Date: Sun, 14 Jun 2015 01:00:46 +0100 Subject: [PATCH] More TODO as ever --- TODO | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 9a428f98..5c7cf35d 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,15 @@ ================================================================ *** Hacks and bug fixes to clean up and Audits ================================================================ -* Base class to share common code between vRealF, VComplexF etc... done - - Performance check on Guido's reimplementation strategy - (GUIDO) tested and no difference was found, merged + +* Extract/merge/set cleanup ; too many variants; rationalise and call simpler ones +* Used #define repetitive sequences to minimise code. +* Rewrite core tensor arithmetic support to be more systematic +* Ensure we ET as much as possible; move unop functions into ET framework. + - tests with expression args to all functions + * FIXME audit - * const audit Insert/Extract