Mercurial > repos > public > sbplib_julia
changeset 530:7f969ea03a01 feature/inflated_tensormapping_transpose
Remove todo
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 25 Nov 2020 21:00:31 +0100 |
parents | f9bc746f37da |
children | 36dfc57e8e0b |
files | src/LazyTensors/lazy_tensor_operations.jl |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/LazyTensors/lazy_tensor_operations.jl Wed Nov 25 17:54:50 2020 +0100 +++ b/src/LazyTensors/lazy_tensor_operations.jl Wed Nov 25 21:00:31 2020 +0100 @@ -240,8 +240,6 @@ # Resolve ambiguity between the two previous methods InflatedTensorMapping(I1::IdentityMapping{T}, I2::IdentityMapping{T}) where T = InflatedTensorMapping(I1,I2,IdentityMapping{T}()) -# TODO: Implement syntax and constructors for products of different combinations of InflatedTensorMapping and IdentityMapping - # TODO: Implement some pretty printing in terms of ⊗. E.g InflatedTensorMapping(I(3),B,I(2)) -> I(3)⊗B⊗I(2) function range_size(itm::InflatedTensorMapping)