issues Search Results · repo:fortran-lang/stdlib language:Fortran
Filter by
465 results
(56 ms)465 results
infortran-lang/stdlib (press backspace or delete to remove)I think there are a number of flaws in corr_mask_2_rsp_rsp from
https://github.com/fortran-lang/stdlib/blob/stdlib-fpm/src/stdlib_stats_corr.f90. It is listed below.
module function corr_mask_2_rsp_rsp(x, ...
Beliavsky
- 2
- Opened 3 days ago
- #955
Per https://cmake.org/cmake/help/latest/command/make_directory.html, the command
make_directory
is deprecated since cmake 3.0 and file(MAKE_DIRECTORY directories ...) should be used instead (see
https://cmake.org/cmake/help/latest/command/file.html#make-directory). ...
jfdev001
- 1
- Opened 3 days ago
- #954
In https://github.com/fortran-lang/stdlib/blob/stdlib-fpm/src/stdlib_stats_corr.f90
I see many lines using merge such as
mask_ = merge(.true., .false., mask(:, i) .and. mask(:, j))
I think this can ...
Beliavsky
- 2
- Opened 3 days ago
- #953
Some of the Fortran sources have no comments, for example
https://github.com/fortran-lang/stdlib/blob/stdlib-fpm/src/stdlib_stats_corr.f90. I think this was auto-generated with
fypp. Does that preclude ...
Beliavsky
- 2
- Opened 3 days ago
- #952
Motivation
Numpy s loadtxt supports reading CSV files with pure floating-point values, through data = np.loadtxt( example.csv ,
delimiter= , ). In Fortran s default data reading rules, data separated ...
idea
zoziha
- Opened 13 days ago
- #948
Description
Most of the modules and submodules do not appear to be properly documented and their FORD summary appears to be empty:
https://stdlib.fortran-lang.org/lists/files.html
I believe it is sometimes ...
enhancement
idea
perazz
- 4
- Opened 15 days ago
- #944
Description
On Windows, using GNU Fortran (GCC) 15.0.0 20241215 from equation.com,
python config/fypp_deployment.py --build
gave
...
[ 61%] libstdlib.a
[ 61%] ...
bug
Beliavsky
- 2
- Opened 24 days ago
- #941
Motivation
Recently, I ve run into the problem of extracting unique values in a vector (of any integer, real or complex type or
possibly even character). Consider for instance the following vector x = ...
idea
loiseaujc
- 4
- Opened 25 days ago
- #940
Motivation
I think it would be advisable for stdlib to count with a strong validation process beyond the current testing framework.
Typically
- Codecoverage: Codecov: https://about.codecov.io/blog/the-best-code-coverage-tools-by-programming-language/ ...
idea
jalvesz
- 3
- Opened on Feb 14
- #937
Motivation
Using optimized BLAS/LAPACK libaries through stdlib for dense linear algebra is now very easy. Sparse matrices do not
count with such a level of API standardization. stdlib counts now with ...
idea
jalvesz
- 2
- Opened on Feb 8
- #934

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.