A collection of commonly used functions for linear algebra for Fortran using OpenBLAS.
Suggestions and code contributions are welcome.
use open_linalg_m, only: det, inv, matmul, operator(.i.), operator(.x.), solve
Build with fortran-lang/fpm
fpm run --example --list
[dependencies]
open_linalg = { git = "https://github.com/zoziha/open_linalg.git" }