Florian Sammüller

Results 4 issues of Florian Sammüller

Support conversion from and to std::valarray.

Fix undefined behavior in RSL_LITE TYPE: bug fix KEYWORDS: RSL_LITE SOURCE: Florian Sammüller (Universität Bayreuth) DESCRIPTION OF CHANGES: Problem: RSL_LITE has undefined behavior due to implicitly declared functions. This may...

I have built WRF v4.4.1 with gfortran/gcc 12 in sm mode (option 33) with basic nesting (option 1). Before compiling, I edited `configure.wrf` to enable link time optimization by adding...

When calculating sufficiently large Jacobians with ForwardDiff, the `forward` mapping $x \rightarrow y(x)$ is called over and over again for each chunk that `ForwardDiff.jacobian` computes. Here is a minimal example:...