Ivan Pribec

Results 430 comments of Ivan Pribec

Okay, I've removed `enorm` entirely. We can keep this PR waiting until we have more tests. I've been working on an executable for the heart model (#35) and I've also...

I'll see to locate some for time this in the following day or two.

I've pulled and merged the new main branch, but I have several failed test cases. In the main branch however, all tests appear to pass. I'll have to investigate a...

> TLDR: Some of the modified test drivers are broken. (Potentially, the old ones were broken too.) ~~After manually replacing enorm with norm2 however, I'm again facing errors.~~ Edit: I...

Here's another one that failed, Problem 14 in `test_lmstr`. The current output (I've increased the precision of printing the L2-norm): ``` PROBLEM 14 DIMENSIONS 4 20 INITIAL L2 NORM OF...

Does Sphinx support multi-programming-language documentation? I recall browsing some API docs, where the user could select the programming language via a drop-down menu. PLplot also has something like this for...

In case anyone is interested - Apple has a DCT method for the default float type in their Accelerate framework: https://developer.apple.com/documentation/accelerate/discrete_cosine_transforms?language=objc The interface in Fortran would look something like this:...

Here's a (hopefully) faithful reproduction of the callback from the report: ```fortran SUBROUTINE FCN(N, X, FVEC, IFLAG) C C This is an example of a subroutine to evaluate the "heart...

37 years later, the results match exactly with the values reported in the original document :rocket:. ```text $ ./heart_test Experiment file: exp791129.txt sigmax = 4.850000000E-01 sigmay = -1.900000000E-03 sigmaa =...

Here's a small batch of commits I looked at: * https://github.com/certik/minpack/commit/a8021e3a2d8dca96395081d52713af30f95dde16, Use epsilon() intrinsic; solved by module parameter in line https://github.com/fortran-lang/minpack/blob/026c4e6229a2a3c65f1b628a66a8ccc0075125f2/src/minpack.f90#L16 * https://github.com/certik/minpack/commit/8261e8afdcc7d80ade1e1b523891f0a0d9fa3d01, Make dpmpar portable using epsilon, tiny and...