- 21 Dec, 2021 1 commit
-
-
David Frank authored
-
- 28 Jun, 2021 1 commit
-
-
David Frank authored
-
- 22 Jun, 2021 1 commit
-
-
David Frank authored
-
- 12 May, 2021 1 commit
-
-
Michael Loipführer authored
-
- 16 Apr, 2021 1 commit
-
-
David Frank authored
Clang-format can't really handle the doxygen tags with a blackshlash. Therefore, replace them with the @-prefix. Add CI job, to check for consistency, but allow it to fail, to prevent false positives. Let's observe it for a bit, and then we can change it later.
-
- 15 Jan, 2021 1 commit
-
-
- 12 Jan, 2020 1 commit
-
-
- add BlockLinearOperator to operators - add block descriptors (IdenticalBlockDescriptor, PartitionDescriptor, RandomBlocksDescriptor) and made BlockDescriptor abstract
-
- 06 Dec, 2019 1 commit
-
-
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)
-
- 31 Oct, 2019 2 commits
-
-
Jens Petit authored
-
Jens Petit authored
-
- 05 Jul, 2019 1 commit
-
-
Tobias Lasser authored
-