{"id":22820860,"url":"https://github.com/gha3mi/foreig","last_synced_at":"2026-03-19T23:45:42.136Z","repository":{"id":180470938,"uuid":"665194219","full_name":"gha3mi/foreig","owner":"gha3mi","description":"ForEig - A Fortran library for eigenvalue and eigenvector calculations.","archived":false,"fork":false,"pushed_at":"2023-12-28T12:52:05.000Z","size":656,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T05:49:46.739Z","etag":null,"topics":["eig","eigenvalues","eigenvalues-and-eigenvectors","eigenvectors","fortran","fortran-package-manager","lapack","mkl"],"latest_commit_sha":null,"homepage":"https://gha3mi.github.io/foreig/","language":"Fortran","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gha3mi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-11T16:39:39.000Z","updated_at":"2024-10-29T16:59:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"40479b13-c417-4f32-8e0e-b7eda248f23d","html_url":"https://github.com/gha3mi/foreig","commit_stats":null,"previous_names":["gha3mi/foreig"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/gha3mi/foreig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gha3mi%2Fforeig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gha3mi%2Fforeig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gha3mi%2Fforeig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gha3mi%2Fforeig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gha3mi","download_url":"https://codeload.github.com/gha3mi/foreig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gha3mi%2Fforeig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29590684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T18:54:29.675Z","status":"ssl_error","status_checked_at":"2026-02-18T18:50:50.517Z","response_time":162,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eig","eigenvalues","eigenvalues-and-eigenvectors","eigenvectors","fortran","fortran-package-manager","lapack","mkl"],"created_at":"2024-12-12T15:42:39.165Z","updated_at":"2026-02-18T19:02:13.452Z","avatar_url":"https://github.com/gha3mi.png","language":"Fortran","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub](https://img.shields.io/badge/GitHub-ForEig-blue.svg?style=social\u0026logo=github)](https://github.com/gha3mi/foreig)\n[![Version](https://img.shields.io/github/release/gha3mi/foreig.svg)](https://github.com/gha3mi/foreig/releases/latest)\n[![Documentation](https://img.shields.io/badge/ford-Documentation%20-blueviolet.svg)](https://gha3mi.github.io/foreig/)\n[![License](https://img.shields.io/github/license/gha3mi/foreig?color=green)](https://github.com/gha3mi/foreig/blob/main/LICENSE)\n[![Build](https://github.com/gha3mi/foreig/actions/workflows/ci.yml/badge.svg)](https://github.com/gha3mi/foreig/actions/workflows/ci.yml)\n\n\u003cimg alt=\"ForEig\" src=\"https://github.com/gha3mi/foreig/raw/main/media/logo.png\" width=\"750\"\u003e\n\n**ForEig**: A Fortran library for eigenvalue and eigenvector calculations.\n\n## Usage\n\n```Fortran\nuse foreig, only: eig\n\ncall eig(A, eig_vec, eig_val ,method='ggev') ! method='syev' .or. 'geev' .or. 'ggev'\n```\n\n## fpm dependency\n\nIf you want to use `ForEig` as a dependency in your own fpm project,\nyou can easily include it by adding the following line to your `fpm.toml` file:\n\n```toml\n[dependencies]\nforieig = {git=\"https://github.com/gha3mi/forieig.git\"}\n```\n\n## How to run tests\n\n**Reuirements:**\n\nFortran Compiler, LAPACK or MKL Libraries\n\n**Clone the repository:**\n\nYou can clone the `ForEig` repository from GitHub using the following command:\n\n```shell\ngit clone https://github.com/gha3mi/forieig.git\n```\n\n```shell\ncd forieig\n```\n\n**Intel Fortran Compiler (ifort)**\n\n```shell\nfpm @ifort-test\n```\n**Intel Fortran Compiler (ifx)**\n\n```shell\nfpm @ifx-test\n```\n\n**GNU Fortran Compiler (gfortran)**\n\n```shell\nfpm @gfortran-test\n```\n\n**NVIDIA Compiler (nvfortran)**\n\n```shell\nfpm @nvfortran-test\n```\n\n## API documentation\n\nThe most up-to-date API documentation for the master branch is available\n[here](https://gha3mi.github.io/forieig/).\nTo generate the API documentation for `ForEig` using\n[ford](https://github.com/Fortran-FOSS-Programmers/ford) run the following\ncommand:\n\n```shell\nford ford.yml\n```\n\n## Contributing\n\nContributions to `ForEig` are welcome!\nIf you find any issues or would like to suggest improvements, please open an issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgha3mi%2Fforeig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgha3mi%2Fforeig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgha3mi%2Fforeig/lists"}