Arjen Markus
Arjen Markus
Apparently the Cygwin platform is not supported as compiling ctx.c results in: CC libdill_la-stack.lo CC libdill_la-ctx.lo ctx.c:102:2: error: #error "Cannot determine which thread is the main thread." #error "Cannot determine...
I am working on a Fortran version of the quadrature method via the tanh-sinh transform as described by Bailey et al. [Experimental Mathematics in Action ](https://www.maa.org/press/maa-reviews/experimental-mathematics-in-action). Its properties are: -...
I have the source for a set of comparison functions and other functions such as floor and ceil that take into account that real numbers are not as well-behaved as,...
I read the page on the style guide and found this curious text: Indentation Use a consistent indentation to make your code readable. The amount of indentation is a matter...
I am trying to use FORD on one of our programs. The source code consists of some 20 files, nothing really large and I thought it was a good test...
I have used this library to interact with numPy from a simple Tcl program, to see whether this would work and what would be required for a convenient API. I...
I have tried to follow the instructions (they are a trifle terse, so it required me to fill in some details ;)). I got as far as "pipenv run flask...
*Note: thinking out loud here!* One of the things that may be tricky if you allow people to type in fragments of Fortran programs is that such programs need a...
The abstract interface func has two arguments, "me" of type "class(root_solver)" and the proper argument of the function. The first serves no purpose for the evaluation of the function and...