changeset 499:7b550c714f3f feature/outer_product

Remove resolved TBD
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 05 Nov 2020 15:27:33 +0100
parents 5a600ec40ccc
children 1c50b5f1b356
files src/LazyTensors/lazy_tensor_operations.jl
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/LazyTensors/lazy_tensor_operations.jl	Thu Nov 05 15:27:04 2020 +0100
+++ b/src/LazyTensors/lazy_tensor_operations.jl	Thu Nov 05 15:27:33 2020 +0100
@@ -362,7 +362,6 @@
 ⊗(a::TensorMapping, b::TensorMapping) = LazyOuterProduct(a,b)
 export ⊗
 
-# TBD: Should we implement simplifications for outer products of LazyIdentities other LazyIdentities or Inflated tensormappings?
 
 function check_domain_size(tm::TensorMapping, sz)
     if domain_size(tm) != sz