- 12 Feb, 2020 1 commit
-
-
Jens Petit authored
-
- 11 Feb, 2020 2 commits
-
-
Tobias Lasser authored
-
Tobias Lasser authored
-
- 05 Feb, 2020 3 commits
-
-
David Frank authored
-
Tobias Lasser authored
Revert "Removed aliases of Eigen::VectorX, also in tests (as it will not work with older Eigen versions)." This reverts commit 81572177
-
David Frank authored
-
- 04 Feb, 2020 1 commit
-
-
David Frank authored
-
- 29 Jan, 2020 1 commit
-
-
Jens Petit authored
-
- 24 Jan, 2020 2 commits
-
-
Jens Petit authored
-
Jens Petit authored
-
- 21 Jan, 2020 1 commit
-
-
Tobias Lasser authored
-
- 15 Jan, 2020 1 commit
-
-
Tobias Lasser authored
-
- 12 Jan, 2020 1 commit
-
-
Nikola Dinev authored
- add BlockLinearOperator to operators - add block descriptors (IdenticalBlockDescriptor, PartitionDescriptor, RandomBlocksDescriptor) and made BlockDescriptor abstract
-
- 10 Jan, 2020 1 commit
-
-
Jens Petit authored
-
- 09 Jan, 2020 2 commits
-
-
David Tellenbach authored
Timing should always be done using `std::steady_clock` because it's the only clocked that guarantees steady advancement of `std::time_point`.
-
Jens Petit authored
-
- 18 Dec, 2019 3 commits
-
-
Tobias Lasser authored
-
Tobias Lasser authored
-
Jens Petit authored
* using underlying Eigen expression templates * scalar operations with expression templates * save DataContainer meta info in expressions * add unary operators * adding enum for DataHandlerMapCPU type * added expression templates readme * removed operators between DataContainers, scalars and DataHandlers * in-place operations using expressions * test cases * benchmark script
-
- 16 Dec, 2019 2 commits
-
-
David Tellenbach authored
-
Tobias Lasser authored
-
- 13 Dec, 2019 1 commit
-
-
Jens Petit authored
-
- 12 Dec, 2019 1 commit
-
-
Jens Petit authored
-
- 10 Dec, 2019 1 commit
-
-
Jens Petit authored
-
- 06 Dec, 2019 3 commits
-
-
Jens Petit authored
-
Nikola Dinev authored
Protect copy constructors in non-leaf and leaf classes, to avoid the implicitly generated ones by the compiler that could cause slicing. In Cloneable, the assignment operator was deleted to disable issues with implicitly generated assingment operators in derived classes to prevent slicing. (resolves #31)
-
David Frank authored
-
- 03 Dec, 2019 2 commits
-
-
Tobias Lasser authored
-
David Frank authored
add elsa:all convenience target and matching elsa.h convenience header for linking/including all of elsa. In addition: tests are no longer part of the default target, but have their own tests target. (#25)
-
- 28 Nov, 2019 1 commit
-
-
Tobias Lasser authored
Add DataHandlerMapCPU, move copy-on-write functionality to DataHandler, add block functionality to DataContainer
-
- 04 Nov, 2019 1 commit
-
-
Tobias Lasser authored
-
- 02 Nov, 2019 1 commit
-
-
Jens Petit authored
-
- 31 Oct, 2019 6 commits
-
-
Jens Petit authored
-
Jens Petit authored
-
Jens Petit authored
-
Jens Petit authored
-
Jens Petit authored
-
Jens Petit authored
* clang-format file * CI integration of clang-format
-
- 30 Oct, 2019 2 commits
-
-
David Frank authored
-
Jens Petit authored
-