- Mar 27, 2017
-
-
Tomáš Oberhuber authored
-
- Mar 23, 2017
-
-
Tomáš Oberhuber authored
-
- Mar 22, 2017
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Mar 21, 2017
-
-
Tomáš Oberhuber authored
-
- Mar 20, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Jakub Klinkovský authored
-
- Mar 17, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Feb 25, 2017
-
-
Jakub Klinkovský authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Feb 24, 2017
-
-
Tomáš Oberhuber authored
-
- Feb 18, 2017
-
-
Jakub Klinkovský authored
Apparently there is an abs function defined in <cstdlib>, which works only on integers. We want the std::abs overloads defined in <cmath>, which are used by TNL::abs. clang rocks! http://stackoverflow.com/questions/29136607/c-what-is-wrong-with-abs#29136774
-
- Feb 16, 2017
-
-
Jakub Klinkovský authored
-
- Feb 15, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
The methods did not work with zero array size, so extra checks were added.
-
- Feb 04, 2017
-
-
Tomáš Oberhuber authored
-
- Feb 01, 2017
-
-
Jakub Klinkovský authored
Curiously clang complained about it, but nvcc didn't.
-
- Jan 27, 2017
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Jan 26, 2017
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Jan 25, 2017
-
-
Jakub Klinkovský authored
-
- Jan 06, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
The original algorithm used space as one of the separators between types in template parameter lists, so as a result "A< short int >" was parsed into a list of ("A", "short", "int").
-
Jakub Klinkovský authored
-
- Jan 05, 2017
-
-
Tomáš Oberhuber authored
-
- Dec 24, 2016
-
-
Jakub Klinkovský authored
-
- Dec 23, 2016
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Dec 19, 2016
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
This prevented scaling of GMRES on small grids (up to 240x240)!
-
Jakub Klinkovský authored
-
- Dec 05, 2016
-
-
Tomáš Oberhuber authored
-