- Nov 19, 2018
-
-
Lukas Cejka authored
Fixed mistake where integer division was used for certain format declarations. Added commented-out helpful prints to identify errors.
-
- Nov 18, 2018
-
-
Lukas Cejka authored
Fixed mistake with setSlice, ceil function used RealType and division, this would cause integer division at certain format declarations, now uses float only.
-
- Sep 29, 2018
-
-
Jakub Klinkovský authored
-
- Sep 05, 2018
-
-
Jakub Klinkovský authored
The x and b vectors might have different type.
-
- Jun 25, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Jun 24, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Jun 21, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Apr 12, 2017
-
-
Tomáš Oberhuber authored
-
- Nov 29, 2016
-
-
Tomáš Oberhuber authored
-
- Nov 18, 2016
-
-
Jakub Klinkovský authored
-
- Sep 27, 2016
-
-
Jakub Klinkovský authored
- base class with non-virtual destructor causes undefined behaviour - missing return statements at the end of non-void functions - missing const before char* function argument - reordered initialization of class members - misleading indentation after for statement - fixed use of uninitialized variables - fixed unsequenced modification and access to variables (the C++ standard does not define the evaluation order of operands, so expressions with side-effects such as j++ cause undefined behaviour)
-
- Aug 29, 2016
-
-
Tomáš Oberhuber authored
-
- Aug 28, 2016
-
-
Tomáš Oberhuber authored
-
- Aug 11, 2016
-
-
Tomáš Oberhuber authored
-
- Aug 10, 2016
-
-
Tomáš Oberhuber authored
-
- Aug 01, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 27, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 26, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 20, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 19, 2016
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Jul 17, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 16, 2016
-
-
Tomáš Oberhuber authored
-
- Mar 05, 2016
-
-
Tomas Sobotik authored
-
- Dec 25, 2015
-
-
Tomáš Oberhuber authored
-
- Nov 06, 2015
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Jun 28, 2015
-
-
Tomáš Oberhuber authored
RowLengths was renamed to CompressedRowsLengths. OpenMP support wads added to matrix-vector multiplication and to scalar products. CSR format can use Cusparse for SpMV.
-
- May 03, 2015
-
-
Tomáš Oberhuber authored
Min. interations feature was fixed in the GMRES method. Timers for explicit and semi-implicit timestepping were added.
-
- Apr 05, 2015
-
-
Tomáš Oberhuber authored
Adding --fast-build optin for the build script to speed-up compilation.
-
- Apr 01, 2015
-
-
Tomas Sobotik authored
-
- Jan 13, 2015
-
-
Tomáš Oberhuber authored
-
- Dec 21, 2014
-
-
Tomáš Oberhuber authored
-
- Oct 27, 2014
-
-
Tomáš Oberhuber authored
-
- Sep 18, 2014
-
-
Tomáš Oberhuber authored
-