Federico Perini
Federico Perini
One possible explanation is that the `loadtxt` formats always require one space (`1x`) to be present after each entry: https://github.com/fortran-lang/stdlib/blob/c663dc1c03b55c81aab6927bf13abab8fdb13f91/src/stdlib_io.fypp#L150 this may trigger end-of-record or end-of-file exceptions i.e. if there...
I think that for now, it makes sense to only have these functions as part of the activation functions submodule (it's natural that they are approximated versions in this context)....
Thank you for this PR @zoziha. I have tested it on my laptop and it works well! I believe that in the future, we may want to extend findBLAS and...
@jalvesz couple thoughts: - Testing all possible in the CI is hard (experience from `fpm` metapackages), but I do acknowledge that testing at least one external BLAS per platform is...
Absolutely! 💯
> but fails on `linalg_svd` Thanks @jvdp1, your fix looks great - the singular vectors can be flipped, which corresponds to opposite sign eigenvalues.
@jvdp1 @chuckyvt the use of `class(*), allocatable` is to enable hashing of any derived types beyond the standard intrinsics, so, I believe that removal of `other_type` would introduce a backward...
@chuckyvt I see that the mingW i686 setup uses gfortran-13.2.0. It's hard to guess without having the same setup in place, however I have non-trivial issues with gfortran>=13 with nested...
Good idea @loiseaujc, please note there is an open discussion at #670, should we merge this issue with that one?
Let's get this merged @henilp105, is there any more tasks you plan of adding?