Skip to content

🧮`open_linalg`: A collection of commonly used functions for linear algebra using [OpenBLAS](https://github.com/xianyi/OpenBLAS).

License

Notifications You must be signed in to change notification settings

zoziha/open_linalg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenBLAS Linear Algebra

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" }

Reference

About

🧮`open_linalg`: A collection of commonly used functions for linear algebra using [OpenBLAS](https://github.com/xianyi/OpenBLAS).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published