log src/LazyTensors/lazy_tensor_operations.jl @ 562:8f7919a9b398 feature/boundary_ops

age author description
Mon, 30 Nov 2020 18:30:24 +0100 Vidar Stiernström Merge with default feature/boundary_ops
Sat, 28 Nov 2020 17:03:01 +0100 Vidar Stiernström Remove unnecessary type parameters refactor/tensor_index_coupling
Thu, 26 Nov 2020 21:35:34 +0100 Jonatan Werpers Make the coupling between all the LazyTensors code and the Index type much weaker to make the module more flexible refactor/tensor_index_coupling
Thu, 26 Nov 2020 17:51:17 +0100 Jonatan Werpers Change variable names in apply and apply_transpose feature/inflated_tensormapping_transpose
Thu, 26 Nov 2020 17:43:05 +0100 Jonatan Werpers Docs touch up feature/inflated_tensormapping_transpose
Thu, 26 Nov 2020 17:18:32 +0100 Jonatan Werpers Try to improve the naming in split_index() feature/inflated_tensormapping_transpose
Thu, 26 Nov 2020 16:13:58 +0100 Jonatan Werpers Add a split_tuple function to make split_index more readable feature/inflated_tensormapping_transpose
Wed, 25 Nov 2020 22:03:26 +0100 Jonatan Werpers Write out some more documentation for split_index feature/inflated_tensormapping_transpose
Wed, 25 Nov 2020 21:00:31 +0100 Jonatan Werpers Remove todo feature/inflated_tensormapping_transpose
Wed, 25 Nov 2020 17:54:50 +0100 Jonatan Werpers Remove stray assignment feature/inflated_tensormapping_transpose
Wed, 25 Nov 2020 15:59:04 +0100 Jonatan Werpers Implement apply_transpose with tests feature/inflated_tensormapping_transpose
Wed, 25 Nov 2020 15:24:55 +0100 Jonatan Werpers Fix bug in apply feature/inflated_tensormapping_transpose
Mon, 23 Nov 2020 21:30:11 +0100 Jonatan Werpers Start refactoring split index and apply to accomodate future addition of apply_transpose feature/inflated_tensormapping_transpose
Tue, 24 Nov 2020 18:47:42 +0100 Vidar Stiernström Add getindex specialized for TensorMappings with zero range dim. Remove some unused type parameters. feature/boundary_ops
Thu, 05 Nov 2020 22:06:10 +0100 Vidar Stiernström Fix typo in documentation feature/outer_product
Thu, 05 Nov 2020 15:27:33 +0100 Jonatan Werpers Remove resolved TBD feature/outer_product
Thu, 05 Nov 2020 15:27:04 +0100 Jonatan Werpers Merge in default feature/outer_product
Thu, 05 Nov 2020 13:18:24 +0100 Jonatan Werpers Implement constructors to avoid creating nested InflatedTensorMappings feature/avoid_nested_inflated_tensormappings
Thu, 05 Nov 2020 12:48:30 +0100 Jonatan Werpers Add special methods for Identity mappings feature/outer_product
Thu, 05 Nov 2020 11:30:53 +0100 Vidar Stiernström Move exception handling to end of file and update error message. feature/compose_identity_mappings
Thu, 05 Nov 2020 10:49:27 +0100 Jonatan Werpers Switch from DimensionMismatch to SizeMismatch for boundschecks on compositions feature/compose_identity_mappings
Thu, 05 Nov 2020 10:47:31 +0100 Jonatan Werpers Export SizeMismatch feature/compose_identity_mappings
Thu, 05 Nov 2020 10:35:07 +0100 Jonatan Werpers Actually extend the showerror function feature/compose_identity_mappings
Thu, 05 Nov 2020 10:28:07 +0100 Jonatan Werpers Fix some errors in SizeMismatch exception feature/compose_identity_mappings
Thu, 05 Nov 2020 10:25:30 +0100 Jonatan Werpers Proposal for SizeMismatch exception feature/compose_identity_mappings
Wed, 04 Nov 2020 20:06:10 +0100 Vidar Stiernström Fix typo in docs feature/compose_identity_mappings
Wed, 04 Nov 2020 20:03:37 +0100 Vidar Stiernström Specialize composition operator for composing a tensormapping with an identitymapping. feature/compose_identity_mappings
Mon, 26 Oct 2020 23:04:30 +0100 Jonatan Werpers Update todo feature/outer_product
Mon, 26 Oct 2020 23:01:47 +0100 Jonatan Werpers Simplify implementation of \otimes feature/outer_product
Sun, 25 Oct 2020 14:01:27 +0100 Jonatan Werpers Add some tests and fix some bugs feature/outer_product
Sat, 24 Oct 2020 20:40:28 +0200 Jonatan Werpers Merge in feature/infated_tensormapping feature/outer_product
Thu, 22 Oct 2020 10:18:57 +0200 Jonatan Werpers Start implementing function for outer products feature/outer_product
Thu, 22 Oct 2020 10:46:23 +0200 Jonatan Werpers Change documention in an attempt to follow the guidelines feature/inflated_tensormapping
Thu, 22 Oct 2020 10:27:29 +0200 Vidar Stiernström Align documentation feature/inflated_tensormapping
Thu, 22 Oct 2020 10:02:36 +0200 Vidar Stiernström Merge documentation of InflatedTensorMapping feature/inflated_tensormapping
Wed, 21 Oct 2020 22:06:26 +0200 Vidar Stiernström Implement InflatedTensorMapping where one of before and after are missing. feature/inflated_tensormapping
Wed, 21 Oct 2020 22:02:07 +0200 Jonatan Werpers Better documentation feature/inflated_tensormapping
Wed, 21 Oct 2020 21:44:35 +0200 Jonatan Werpers Move part of the documentation to the constructor feature/inflated_tensormapping
Wed, 21 Oct 2020 21:30:18 +0200 Jonatan Werpers Add some documentation feature/inflated_tensormapping
Wed, 21 Oct 2020 20:57:38 +0200 Jonatan Werpers Moar tests and moar type stableness feature/inflated_tensormapping
Wed, 21 Oct 2020 20:10:27 +0200 Jonatan Werpers Add tests and docs for flatten_tuple feature/inflated_tensormapping
Wed, 21 Oct 2020 19:53:36 +0200 Jonatan Werpers Add docs and tests for slice_tuple feature/inflated_tensormapping
Wed, 21 Oct 2020 16:29:59 +0200 Jonatan Werpers Make split_index type stable feature/inflated_tensormapping
Mon, 19 Oct 2020 22:34:58 +0200 Jonatan Werpers Add tullio as a test dependency and add a test for apply feature/inflated_tensormapping
Mon, 19 Oct 2020 22:03:59 +0200 Jonatan Werpers Add tests for constructors and size calculations feature/inflated_tensormapping
Mon, 19 Oct 2020 21:42:57 +0200 Jonatan Werpers Merge in feature/lazy_identity feature/inflated_tensormapping
Mon, 19 Oct 2020 21:14:46 +0200 Jonatan Werpers Change to concrete fields in the type feature/inflated_tensormapping
Mon, 19 Oct 2020 21:04:51 +0200 Jonatan Werpers Use new name of IdentityMapping feature/inflated_tensormapping
Mon, 19 Oct 2020 20:59:08 +0200 Jonatan Werpers Merge in feature/lazy_identity feature/inflated_tensormapping
Mon, 19 Oct 2020 08:37:35 +0200 Jonatan Werpers Start implementing InflatedTensorMapping feature/inflated_tensormapping
Mon, 19 Oct 2020 21:41:34 +0200 Jonatan Werpers Add another convenience constructor feature/lazy_identity
Mon, 19 Oct 2020 21:23:12 +0200 Jonatan Werpers Add convenience constructor feature/lazy_identity
Mon, 19 Oct 2020 21:11:01 +0200 Jonatan Werpers Merge in default to get fix for LazyTranspose feature/lazy_identity
Mon, 19 Oct 2020 21:09:11 +0200 Jonatan Werpers Change LazyTensorTranspose to have concrete fields
Mon, 19 Oct 2020 20:54:23 +0200 Jonatan Werpers Close branch before merge bugfix/tensor_application_multiplication
Mon, 19 Oct 2020 09:51:56 +0200 Jonatan Werpers Change name from LazyIdentity to IdentityMapping feature/lazy_identity
Mon, 19 Oct 2020 09:50:16 +0200 Jonatan Werpers Merge in default feature/lazy_identity
Mon, 19 Oct 2020 09:18:38 +0200 Jonatan Werpers Improve indexing for apply methods feature/lazy_identity
Sun, 18 Oct 2020 22:30:17 +0200 Jonatan Werpers Start implementing LazyIdentity feature/lazy_identity
Sun, 18 Oct 2020 22:09:17 +0200 Jonatan Werpers Change defs of * for TensorApplication to fix bug bugfix/tensor_application_multiplication