changeset 475:2c0e76d5832d feature/outer_product

Update todo
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 26 Oct 2020 23:04:30 +0100
parents 3ad327378b2d
children 1b9af062ba2c
files src/LazyTensors/lazy_tensor_operations.jl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/LazyTensors/lazy_tensor_operations.jl	Mon Oct 26 23:01:47 2020 +0100
+++ b/src/LazyTensors/lazy_tensor_operations.jl	Mon Oct 26 23:04:30 2020 +0100
@@ -329,4 +329,4 @@
 ⊗(a::TensorMapping, b::TensorMapping) = LazyOuterProduct(a,b)
 export ⊗
 
-# TODO: Can we implement compositions and kroneckers of LazyIdentities to just return new LazyIdentities?
+# TBD: Should we implement simplifications for outer products of LazyIdentities other LazyIdentities or Inflated tensormappings?