Skip to content
View gha3mi's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report gha3mi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gha3mi/README.md

My Fortran Projects

GitHub Fortran fpm

All projects listed here are designed to be used as fpm (Fortran package manager) packages. Each library provides specific functionality and can be easily integrated into your Fortran projects using fpm.

Below is a brief overview of each project:

ForCAD

GitHub Version Documentation License Build

ForCAD is A Fortran library for Geometric Modeling using NURBS (Non-Uniform Rational B-Splines).

fpm Dependency:

[dependencies]
forcad = { git = "https://github.com/gha3mi/forcad.git" }

ForCompile

GitHub Version Documentation License Build

ForCompile is a Fortran library to access the Compile Explorer API.

fpm Dependency:

[dependencies]
forcompile = { git = "https://github.com/gha3mi/forcompile.git" }

ForMatmul

GitHub Version Documentation License Build

ForMatmul is a Fortran library that overloads the matmul function to enable efficient matrix multiplication with coarray.

fpm Dependency:

[dependencies]
formatmul = { git = "https://github.com/gha3mi/formatmul.git" }

ForDot

GitHub Version Documentation License Build

ForDot is a Fortran library that overloads the dot_product function to enable efficient dot product with/without coarray.

fpm Dependency:

[dependencies]
fordot = { git = "https://github.com/gha3mi/fordot.git" }

ForOpenAI

GitHub Version Documentation License Build

ForOpenAI is a Fortran library for OpenAI API.

fpm Dependency:

[dependencies]
foropenai = { git = "https://github.com/gha3mi/foropenai.git" }

ForSVD

GitHub Version Documentation License Build

ForSVD is a Fortran library for singular value decomposition (SVD) calculation, low-rank approximation, and image compression.

fpm Dependency:

[dependencies]
forsvd = { git = "https://github.com/gha3mi/forsvd.git" }

ForPCA

GitHub Version Documentation License Build

ForPCA is a Fortran library for principal component analysis (PCA).

fpm Dependency:

[dependencies]
forpca = { git = "https://github.com/gha3mi/forpca.git" }

ForEig

GitHub Version Documentation License Build

ForEig is a Fortran library for eigenvalue and eigenvector calculations.

fpm Dependency:

[dependencies]
foreig = { git = "https://github.com/gha3mi/foreig.git" }

ForClust

GitHub Version Documentation License Build

ForClust allows you to manage and control a Linux system, such as adjusting the settings of the CPU and other components.

fpm Dependency:

[dependencies]
forclust = { git = "https://github.com/gha3mi/forclust.git" }

ForSolver

GitHub Version Documentation License Build

ForSolver provides linear and nonlinear solvers.

fpm Dependency:

[dependencies]
forsolver = { git = "https://github.com/gha3mi/forsolver.git" }

ForDiff

GitHub Version Documentation License Build

ForDiff is a Fortran library for numerical differentiation.

fpm Dependency:

[dependencies]
fordiff = { git = "https://github.com/gha3mi/fordiff.git" }

ForTime

GitHub Version Documentation License Build

ForTime is a Fortran library for measuring elapsed time, CPU time, OMP time, and MPI time.

fpm Dependency:

[dependencies]
fortime = { git = "https://github.com/gha3mi/fortime.git" }

ForLapack

GitHub Version Documentation License Build

ForLAPACK is a Fortran library for LAPACK-related operations.

fpm Dependency:

[dependencies]
forlapack = { git = "https://github.com/gha3mi/forlapack.git" }

ForBlas

GitHub Version Documentation License Build

ForBLAS is a Fortran library for BLAS-related operations.

fpm Dependency:

[dependencies]
forblas = { git = "https://github.com/gha3mi/forblas.git" }

ForImage

GitHub Version Documentation License Build

ForImage is a Fortran library for PNM file processing and image editing.

fpm Dependency:

[dependencies]
forimage = { git = "https://github.com/gha3mi/forimage.git" }

ForInv

GitHub Version Documentation License Build

ForInv is a Fortran library for calculating pseudoinverse using various methods.

fpm Dependency:

[dependencies]
forinv = { git = "https://github.com/gha3mi/forinv.git" }

ForDebug

GitHub Version Documentation License Build

ForDebug is a Fortran library designed for debugging Fortran code, especially within pure procedures.

fpm Dependency:

[dependencies]
fordebug = { git = "https://github.com/gha3mi/fordebug.git" }

ForBenchmark

GitHub Version Documentation License Build

ForBenchmark is a Fortran library for benchmarking (with support for coarrays).

fpm Dependency:

[dependencies]
forbenchmark = { git = "https://github.com/gha3mi/forbenchmark.git" }

ForUnitTest

GitHub Version Documentation License Build

ForUnitTest is a Fortran library for unit testing.

fpm Dependency:

[dependencies]
forunittest = { git = "https://github.com/gha3mi/forunittest.git" }

Pinned

  1. my_fortran_projects my_fortran_projects Public

    My Fortran Projects

    2

  2. forcad forcad Public

    ForCAD - A parallel Fortran library for geometric modeling using NURBS

    Fortran 31 4

  3. martinResearch/MatlabAutoDiff martinResearch/MatlabAutoDiff Public

    A matlab implementation of forward automatic differentiation with operator overloading and sparse jacobians

    MATLAB 39 11