Cody Balos
Cody Balos
https://github.com/ginkgo-project/ginkgo/blob/6873586fb68816eb63c18645f660aecb65a5ee13/include/ginkgo/core/stop/residual_norm.hpp#L424 should be `norm(residual) < threshold`
https://github.com/LLNL/sundials/blob/e2f29c34f324829302037a1492db480be8828084/src/sunmatrix/slunrloc/sunmatrix_slunrloc.c#L79
... when 22.08 is released. When we do this, we can also re-enable superlu-dist with 64-bit indices in the "quarterly" CI build.
I have not confirmed, but I believe this is because internal functions are not marked for export. ``` [100%] Linking C executable ark_test_arkstepsetforcing.exe cd /d C:\Users\cjbal\Documents\Workspace\sundials\sundials\buildir-mingw\test\unit_tests\arkode\C_serial && "C:\Program Files\CMake\bin\cmake.exe" -E...
Closes #534. I made the change on the `Column` class rather than in the `lt-column-resizer` component. I wrote a unit test for the work, but I am unsatisfied with it...
Currently the `Column` class requires `minResizeWidth` to be a number (in px) while `width` is provided as a string like so `width: '100px'`. I think it would be good to...
I would like, for example, the runtime-report to print out a string containing a git version string for our library.
There are systems that currently have two GnuPG versions at the same time, with binaries named gpg and gpg2. In some specific cases, like using x25519 keys, the script fails...