fortran-lang / stdlib

Fortran Standard Library
https://stdlib.fortran-lang.org
MIT License
1.02k stars 161 forks source link

Update linalg.md and example_blas_gemv.f90 #797

Closed zoziha closed 2 months ago

zoziha commented 2 months ago

Description

  1. Linking relying on fpm.toml requires adding the link keyword within the [build] section.
  2. An error in the example_blas_gemv has been corrected. image