log src/LazyTensors/LazyTensors.jl @ 2015:5c2448d6a201 feature/grids/geometry_functions tip

age author description
Thu, 09 Jan 2025 22:12:26 +0100 Jonatan Werpers Separate the logic of how TensorSum works from the semantics of + and - refactor/lazy_tensors/elementwise_ops
Thu, 09 Jan 2025 21:46:01 +0100 Jonatan Werpers Refactor ElementwiseTensorOperation into TensorSum and use TensorNegation for handling subtraction refactor/lazy_tensors/elementwise_ops
Thu, 09 Jan 2025 15:32:47 +0100 Jonatan Werpers Add TensorNegation refactor/lazy_tensors/elementwise_ops
Wed, 02 Oct 2024 08:53:01 +0200 Jonatan Werpers Merge feature/grids/manifolds feature/sbp_operators/laplace_curvilinear
Wed, 25 Sep 2024 10:25:30 +0200 Jonatan Werpers Refactor ElementWiseOperation to give a flatter structure of tensor compositions improving type inference refactor/lazy_tensors/elementwise_ops
Fri, 13 Sep 2024 22:23:45 +0200 Jonatan Werpers Move exports to package top files refactor/move_exports
Wed, 26 Apr 2023 21:56:45 +0200 Vidar Stiernström Fix type inference of nested tensorcompositions by making the compositions right associative bugfix/lazy_tensors/tensorcomposition