log src/LazyTensors/lazy_tensor_operations.jl @ 1897:ed50eec18365 refactor/lazy_tensors/elementwise_ops

age author description
Fri, 31 Jan 2025 11:03:09 +0100 Jonatan Werpers Change implementation of apply to use sum() refactor/lazy_tensors/elementwise_ops
Mon, 27 Jan 2025 17:11:31 +0100 Jonatan Werpers Add implementation of apply_transpose to TensorSum refactor/lazy_tensors/elementwise_ops
Mon, 27 Jan 2025 17:11:14 +0100 Jonatan Werpers Add some more docs refactor/lazy_tensors/elementwise_ops
Mon, 27 Jan 2025 17:10:59 +0100 Jonatan Werpers Add missing newline refactor/lazy_tensors/elementwise_ops
Mon, 27 Jan 2025 16:56:04 +0100 Jonatan Werpers Merge default refactor/lazy_tensors/elementwise_ops
Fri, 10 Jan 2025 19:45:11 +0100 Jonatan Werpers Add some docstring refactor/lazy_tensors/elementwise_ops
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, 25 Sep 2024 10:31:09 +0200 Jonatan Werpers Add TBD refactor/lazy_tensors/elementwise_ops
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 15:46:28 +0200 Jonatan Werpers Remove ambiguities in LazyOuterProduct and InflatedTensor feature/jet_aqua
Sun, 09 Jun 2024 23:03:04 +0200 Jonatan Werpers Remove extra `where T` feature/boundary_conditions
Sat, 08 Jun 2024 23:43:49 +0200 Jonatan Werpers REVIEW: Suggestions for minor fixes feature/boundary_conditions
Sat, 25 May 2024 16:07:10 -0700 Vidar Stiernström Merge with default feature/boundary_conditions
Thu, 21 Mar 2024 15:36:52 +0100 Jonatan Werpers Fix spelling mistakes
Wed, 26 Jul 2023 21:35:50 +0200 Vidar Stiernström Merge with default. Comment out broken tests for boundary_conditions at sat feature/boundary_conditions
Sun, 21 May 2023 21:55:14 +0200 Vidar Stiernström Merge with default feature/variable_derivatives
Thu, 09 Feb 2023 08:43:07 +0100 Jonatan Werpers Readd deleted line to avoid diff against default feature/variable_derivatives
Wed, 08 Feb 2023 21:32:48 +0100 Jonatan Werpers Remove code designed to help inference because it seems to have been solved elsewhere feature/variable_derivatives
Wed, 08 Feb 2023 21:21:28 +0100 Jonatan Werpers Merge default feature/variable_derivatives
Tue, 04 Apr 2023 21:39:53 +0200 Vidar Stiernström Fix parameter order in subtyping bugfix/lazytensors
Wed, 05 Oct 2022 13:15:32 +0200 Vidar Stiernström Add callsite inline for better type inference performance/lazy_tensors
Sun, 19 Feb 2023 11:43:29 +0100 Jonatan Werpers Simplify split_index refactor/LazyTensors/tuple_manipulation
Sat, 18 Feb 2023 12:24:44 +0100 Jonatan Werpers Replace flatten_tuple with concatenate_tuple refactor/LazyTensors/tuple_manipulation
Fri, 03 Feb 2023 22:50:42 +0100 Jonatan Werpers Add note about removing apply_with_region feature/variable_derivatives
Fri, 03 Feb 2023 22:14:47 +0100 Jonatan Werpers Merge default performance/get_region_type_inference
Mon, 13 Jun 2022 13:46:24 +0200 Vidar Stiernström Start implementing functions for boundary conditions associated with Laplace feature/boundary_conditions
Thu, 12 May 2022 21:52:47 +0200 Jonatan Werpers Merge default feature/lazy_tensors/pretty_printing
Tue, 10 May 2022 21:15:55 +0200 Jonatan Werpers Merge refactor/sbpoperators/inflation feature/dissipation_operators
Tue, 10 May 2022 21:14:38 +0200 Jonatan Werpers Merge default feature/dissipation_operators
Tue, 10 May 2022 20:24:20 +0200 Jonatan Werpers Merge default refactor/sbpoperators/inflation
Tue, 10 May 2022 20:21:15 +0200 Jonatan Werpers Improve docs refactor/sbpoperators/inflation
Sun, 08 May 2022 12:15:32 +0200 Vidar Stiernström REVIEW: Address documentation feature/dissipation_operators
Thu, 14 Apr 2022 18:12:59 +0200 Vidar Stiernström Add support for multiplying a LazyTensor with a scalar feature/scalar_times_tensor
Thu, 24 Mar 2022 12:35:14 +0100 Jonatan Werpers Merge feature/variable_derivatives feature/variable_derivatives
Wed, 23 Mar 2022 12:54:45 +0100 Jonatan Werpers Merge default feature/variable_derivatives
Tue, 22 Mar 2022 22:05:34 +0100 Jonatan Werpers Merge default refactor/sbpoperators/inflation
Tue, 22 Mar 2022 14:10:53 +0100 Jonatan Werpers Drop more prefixes refactor/lazy_tensors
Mon, 21 Mar 2022 09:51:07 +0100 Jonatan Werpers Merge refactor/lazy_tensors refactor/sbpoperators/inflation
Fri, 18 Mar 2022 16:57:00 +0100 Jonatan Werpers Introduce an inflate function in lazy tensors and use it in volume_operator and boundary_operator refactor/sbpoperators/inflation
Mon, 21 Mar 2022 15:22:22 +0100 Jonatan Werpers Remove the Lazy prefix on some types refactor/lazy_tensors
Mon, 21 Mar 2022 13:19:53 +0100 Jonatan Werpers Fix typo refactor/lazy_tensors
Mon, 21 Mar 2022 13:11:37 +0100 Jonatan Werpers Fix some @boundscheck @inboudns combos refactor/lazy_tensors
Mon, 21 Mar 2022 09:32:26 +0100 Jonatan Werpers Remove todo feature/lazy_tensors/pretty_printing
Mon, 21 Mar 2022 09:07:28 +0100 Jonatan Werpers Add pretty printing for inflated tensor feature/lazy_tensors/pretty_printing
Sun, 20 Mar 2022 22:41:28 +0100 Jonatan Werpers Add checking of sizes to LazyTensorBinaryOperation refactor/lazy_tensors
Sun, 20 Mar 2022 22:22:32 +0100 Jonatan Werpers Add check methods for range size refactor/lazy_tensors
Sun, 20 Mar 2022 22:15:29 +0100 Jonatan Werpers Add bounds checking for lazy tensor application and clea up tests a bit refactor/lazy_tensors
Fri, 18 Mar 2022 22:18:04 +0100 Jonatan Werpers Split out a file for tensor types refactor/lazy_tensors
Fri, 18 Mar 2022 22:01:25 +0100 Jonatan Werpers Simplify some type parameter usage refactor/lazy_tensors
Fri, 18 Mar 2022 21:54:01 +0100 Jonatan Werpers Rename another struct refactor/lazy_tensors
Fri, 18 Mar 2022 21:43:38 +0100 Jonatan Werpers More operator definitions to top file refactor/lazy_tensors
Fri, 18 Mar 2022 21:36:17 +0100 Jonatan Werpers Move simplifying implementations from \circ to LazyTensorComposition refactor/lazy_tensors
Fri, 18 Mar 2022 21:26:02 +0100 Jonatan Werpers Move tuple functions to their own file refactor/lazy_tensors
Fri, 18 Mar 2022 21:14:47 +0100 Jonatan Werpers Rename types refactor/lazy_tensors
Fri, 18 Mar 2022 20:44:17 +0100 Jonatan Werpers Fix typo in doc refactor/lazy_tensors
Fri, 18 Mar 2022 17:28:07 +0100 Jonatan Werpers Add a bunch of todos and add a ScalingTensor refactor/lazy_tensors
Tue, 15 Mar 2022 21:40:31 +0100 Jonatan Werpers Merge feature/tensormapping_application_promotion feature/variable_derivatives
Tue, 15 Mar 2022 21:03:17 +0100 Jonatan Werpers Fix type calculation of LazyTensorMappingApplication element type feature/tensormapping_application_promotion