- Oct 09, 2023
-
-
Lisa Julia Nebel authored
-
- Jan 08, 2023
-
-
Oliver Sander authored
And fix all spelling errors that codespell currently finds.
-
- Jan 07, 2023
-
-
Ansgar Burchardt authored
-
- Sep 30, 2022
-
-
Ansgar Burchardt authored
See https://reuse.software/ for a description.
-
- Jun 22, 2022
-
-
Santiago Ospina De Los Ríos authored
Nested sparse matrices were not allowed to have empty rows/cols. By choosing the minimum offset of other blocks, we get an educated guess for these cases.
-
- Feb 22, 2022
-
-
Simon Praetorius authored
-
- Dec 06, 2021
-
-
Santiago Ospina De Los Ríos authored
-
- Dec 01, 2021
-
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
- Mar 16, 2021
-
-
Christoph Grüninger authored
-
- Apr 07, 2020
-
-
Timo Koch authored
-
- Jan 23, 2019
-
-
Oliver Sander authored
Simplify the code while we're there.
-
- Jan 22, 2019
-
-
Oliver Sander authored
Is not used.
-
- Dec 29, 2018
-
-
Oliver Sander authored
Simplify the implementation while we're there. The IsNumber trait allows much simpler recursion termination.
-
Oliver Sander authored
The code still involves recursion, therefore the separate 'Helper' method remains necessary.
-
- Dec 28, 2018
-
-
Oliver Sander authored
-
Oliver Sander authored
Previously, there was a list of special matrix types that ended the recursion (FieldMatrix, DiagonalMatrix, etc.). Simply ending the recursion at number types simplifies the code considerably, and allows to write matrices like BCRSMatrix<double> and such.
-
Oliver Sander authored
This allows to call writeMatrixToMatlabHelper for matrix types that do not actually implement true matrix rows, such as DiagonalMatrix and ScaledIdentityMatrix.
-
- Apr 20, 2017
-
-
Ansgar Burchardt authored
Using `unsigned long` instead of `size_t` only works on architectures where the two types are identical, but not on, for example, i386. On architectures where the types differ, the generic version would be used instead of the specialization for `std::array`. Bug-Debian: https://bugs.debian.org/860666
-
- Apr 05, 2017
-
-
Christian Engwer authored
with g++ 6.3 the specialization for std::array failed, as the integer type was unsigned int instead of std::size_t
-
- Oct 12, 2016
-
-
Christoph Grüninger authored
similar to Matlab matrix writer
-
- Nov 02, 2015
-
-
Andreas Nüßing authored
-
- Apr 13, 2015
-
-
Oliver Sander authored
-
- Feb 04, 2014
-
-
Markus Blatt authored
-
- Nov 13, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r1730]]
-
- Sep 26, 2012
-
-
Tobias Malkmus authored
[[Imported from SVN: r1713]]
-
- Jul 04, 2012
-
-
Oliver Sander authored
ScaledIdMatrix or a DiagonalMatrix. Patch by Uli Sack [[Imported from SVN: r1636]]
-
- May 26, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r1600]]
-
- Dec 16, 2011
-
-
Markus Blatt authored
(Aplied patch of Matthias Wohlmut with a small modification that resets the precision to the old value). Thanks go to Matthias. [[Imported from SVN: r1508]]
-
- Jul 12, 2011
-
-
Markus Blatt authored
file in the matrix market exchange format. [[Imported from SVN: r1488]]
-
- Nov 03, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r1341]]
-
- Sep 01, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r1284]]
-
Christian Engwer authored
[[Imported from SVN: r1282]]
-
- Aug 06, 2010
-
-
Markus Blatt authored
[[Imported from SVN: r1262]]
-
- May 06, 2010
-
-
Jorrit Fahlke authored
[[Imported from SVN: r1210]]
-
- Apr 29, 2010
-
-
Martin Nolte authored
[[Imported from SVN: r1207]]
-
Oliver Sander authored
[[Imported from SVN: r1206]]
-