Arjen Markus
Arjen Markus
Thanks - I will have a close look at this! Op di 27 apr. 2021 om 15:42 schreef Beliavsky ***@***.***>: > A paper A Class of Fast and Accurate Summation...
I wrote a small program to compare the results of four algorithms both in terms of accuracy and timings (algorithms: intrinsic sum, naïve do-loop, Kahan compensated summation and pairwise summation)....
I would say that it would not hurt for the not-entirely elementary functions. I know that for functions like sine and exponential the libraries used by the compiler writers are...
I was also thinking of the article by Anton Shterenlikht on the implementation of complex intrinsic function wrt branch cuts. The gamma function does not suffer from them IIRC, but...
Currently there is a thread on the Intel Fortran forum about coloured output. I suggested they have a look at the foul library , but there are other possibilities as...
One additional thing: as the source code does not use modules, we are "polluting" the namespace with the names of the BLAS routines. So an additional step might be to...
The fact that the code is on github as well, makes life a lot easier for fpm as well. Op vr 2 jul. 2021 om 16:17 schreef Sebastian Ehlert <...
Hi everyone, I volunteer to contribute the Windows side of things - while I usually avoid Windows-specific stuff, I do use that platform all the time, as well as the...
I have most of it working now, with some quirks and limitations (symbolic links on Windows are different than on Linux - in a similar way I guess that pointers...
The problem lies with the f_c_string function. Very odd. I have reduced the program to little more than a call to that function and I get a crash. Op vr...