perazz/fortran-lapack
Modern Fortran Linear Algebra library
This is a specialized library for developers who write high-performance scientific and engineering applications in Modern Fortran. It provides core linear algebra operations, like calculating Cholesky factorizations or eigenvalues and eigenvectors, similar to what you might find in tools like NumPy. You input numeric matrices and get back the results of these mathematical operations, directly within your Fortran code.
No commits in the last 6 months.
Use this if you are a Fortran developer building scientific computing applications and need direct, high-performance linear algebra routines based on LAPACK.
Not ideal if you are looking for a general-purpose numerical library or if you primarily work in other programming languages like Python.
Stars
40
Forks
3
Language
Fortran
License
BSD-3-Clause
Category
Last pushed
Aug 09, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/perazz/fortran-lapack"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mlverse/torch
R Interface to Torch
modern-fortran/neural-fortran
A parallel framework for deep learning
Beliavsky/Fortran-code-on-GitHub
Directory of Fortran codes on GitHub, arranged by topic
Cambridge-ICCS/FTorch
A library for directly calling PyTorch ML models from Fortran.
NVIDIA/TorchFort
An Online Deep Learning Interface for HPC programs on NVIDIA GPUs