{"id":15107037,"url":"https://github.com/jmoney/go-lapack","last_synced_at":"2026-01-29T13:47:29.788Z","repository":{"id":246317541,"uuid":"820733802","full_name":"jmoney/go-lapack","owner":"jmoney","description":"Linear algebra package with native BLIS and BLAS bindings","archived":false,"fork":false,"pushed_at":"2024-06-28T03:11:10.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-13T09:53:49.492Z","etag":null,"topics":["github-site","mkdocs"],"latest_commit_sha":null,"homepage":"https://www.jmoney.dev/go-lapack","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmoney.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"jmoney"}},"created_at":"2024-06-27T04:38:17.000Z","updated_at":"2024-06-28T03:11:13.000Z","dependencies_parsed_at":"2024-06-28T04:26:13.777Z","dependency_job_id":null,"html_url":"https://github.com/jmoney/go-lapack","commit_stats":null,"previous_names":["jmoney/go-blis","jmoney/go-lapack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jmoney/go-lapack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmoney%2Fgo-lapack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmoney%2Fgo-lapack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmoney%2Fgo-lapack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmoney%2Fgo-lapack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmoney","download_url":"https://codeload.github.com/jmoney/go-lapack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmoney%2Fgo-lapack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28878686,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["github-site","mkdocs"],"created_at":"2024-09-25T21:04:03.052Z","updated_at":"2026-01-29T13:47:29.766Z","avatar_url":"https://github.com/jmoney.png","language":"Go","funding_links":["https://github.com/sponsors/jmoney"],"categories":[],"sub_categories":[],"readme":"# Go-Lapack\n\nLinear algebra package in golang using native bindings to various architecture specific linear algebra libraries.\n\nThe difference between this repository [gonum](https://github.com/gonum/gonum) is gonum is a golang native implementation while this repo uses native bindings to the blas or blis.\n\n## go-blis\n\nGo-Blis is a Go wrapper for the [BLIS](https://github.com/flame/blis) library. BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations.\n\n## Local Testing\n\ngo-blis uses cgo to interface with the BLIS library. The BLIS library must be installed on the system and the library must be in the system's library path. Local development has been done on a Mac M1 processor. To install on a mac homebrew can be used.\n\n```bash\nbrew bundle --file=./Brewfile\n```\n\nThis installs blis and any other dependencies.\n\nThen to run the tests:\n\n```bash\nmake test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmoney%2Fgo-lapack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmoney%2Fgo-lapack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmoney%2Fgo-lapack/lists"}