Skip to content

issues Search Results · repo:fortran-lang/stdlib language:Fortran

Filter by

494 results
 (143 ms)

494 results

infortran-lang/stdlib (press backspace or delete to remove)

Hej everyone, Given how far we ve gone with the linear algebra module, I think it is time to think a bit about what could be the next big addition to stdlib. Following some old discussions (see #1, #20, ...
  • loiseaujc
  • 1
  • Opened 
    15 days ago
  • #1023

Motivation The current testing for the intrinsics sum and dot_product are overly loose. It would be better to have a more stringent testing approach. A reference work that can be used to better test ...
idea
  • jalvesz
  • Opened 
    16 days ago
  • #1022

Description - in shell change to stdlib repository - cmake -B build -G Ninja - cmake --build build error: Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: ...
bug
  • sto3014
  • Opened 
    18 days ago
  • #1020

Description The implementations of the improved dot_product kernels work like a charm for real vectors but return erroneous results for complex ones. It seems like the complex versions are missing a complex-conjugate ...
bug
  • loiseaujc
  • 7
  • Opened 
    22 days ago
  • #1016

  • kant116
  • Opened 
    on Jun 29
  • #1009

Motivation It would be a very useful feature to add Nearest Neighbors search such as KDtree, BallTree and/or Octree Prior Art Some Fortran references: - https://github.com/ivan-pi/kdtree2 - https://www.sciencedirect.com/science/article/pii/S0309170824002057 ...
idea
topic: algorithms
topic: container
  • jalvesz
  • Opened 
    on Jun 17
  • #1005

Motivation CRC32 is used as a hashing function to check the data integrity in zip files. To support zip file IO in stdlib natively, we should include a CRC32 hashing function. Prior Art ! SPDX-License: ...
idea
topic: IO
  • awvwgk
  • 4
  • Opened 
    on Jun 13
  • #1004

Motivation I tried reading zip files in pure Fortran and found that the implementation is actually quite straight-foward to get a minimal working example, which can parse standard zip files. Maybe it ...
idea
topic: IO
  • awvwgk
  • 1
  • Opened 
    on Jun 13
  • #1003

How complicated would it be to export as artifacts the log files when running the CI ? The reason I m asking is because I have the following problem: all the tests pass with flying colors on my machine ...
  • loiseaujc
  • Opened 
    on Jun 13
  • #1002

While working on the implementation of the matrix exponential expm, I ended up having to rewrite some of the handling functions for the lapack errors already written somewhere but not exposed. Following ...
  • loiseaujc
  • 2
  • Opened 
    on Jun 13
  • #1001
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub