Ross ROSS = Recommend OSS · open-source software intelligence for agents

Reference-LAPACK/lapack

LAPACK development repository observed · 2026-08-28

github.com/Reference-LAPACK/lapack · Fortran · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

67/100

  • Activity 99
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3778
  • days_rel: 602
  • days_push: 8
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1889 stars · 512 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

LAPACK is a reference library of Fortran subroutines for solving common numerical linear algebra problems such as linear equations, eigenvalue problems, and singular value decomposition. It includes C interfaces (CBLAS, LAPACKE) and is the standard foundation underlying most scientific computing stacks.

Use cases

  • solve systems of linear equations
  • compute eigenvalues and eigenvectors of matrices
  • perform singular value decomposition (SVD)
  • factorize matrices (LU, QR, Cholesky)
  • build scientific computing libraries on a standard BLAS/LAPACK backend
  • do numerical linear algebra in C via LAPACKE

When to choose

  • you need a battle-tested, standard implementation of dense linear algebra routines
  • you are building math/scientific software that other packages depend on
  • you need C bindings to Fortran linear algebra routines

When to avoid

  • you need GPU-accelerated linear algebra (consider cuSOLVER or MAGMA)
  • you want a high-level ergonomic API in Python or Julia (use NumPy/SciPy instead)
  • you only need simple matrix operations already covered by BLAS

Facets

library · maturity stable

math sdk mathematics developer-tools cross-platform windows cpp python linear-algebra blas lapacke eigenvalues svd matrix-factorization fortran numerical-computing algorithms linux macos

1 source

Member repositories

RepositoryRoleHealth v2
Reference-LAPACK/lapackmain67

For agents

markdown · JSON · MCP: product_card(name="Reference-LAPACK/lapack")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem