Mercurial > repos > public > sbplib_julia
comparison src/LazyTensors/lazy_tensor.jl @ 1003:7ef605b8f132 refactor/lazy_tensors
Remove a bunch of todos
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sun, 20 Mar 2022 21:19:00 +0100 |
parents | aa72f067e771 |
children | dfb43fdac9fc |
comparison
equal
deleted
inserted
replaced
1002:271aa6ae1055 | 1003:7ef605b8f132 |
---|---|
75 | 75 |
76 The type of elements the LazyTensor acts on. | 76 The type of elements the LazyTensor acts on. |
77 """ | 77 """ |
78 Base.eltype(::LazyTensor{T}) where T = T | 78 Base.eltype(::LazyTensor{T}) where T = T |
79 | 79 |
80 # TODO: Think about boundschecking! |