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

cpmech/gosl

Linear algebra, eigenvalues, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, differential equations. observed · 2026-08-28

github.com/cpmech/gosl · Go · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

49/100

  • Activity 59
  • Release rhythm 8
  • Longevity 100
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: 4223
  • days_rel: n/a
  • days_push: 247
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1877 stars · 148 forks observed · 2026-08-28

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

Gosl is a Go scientific library providing linear algebra, eigenvalue solvers, FFTs, random numbers, probability distributions, optimization, and numerical methods for differential equations. It wraps high-performance C/Fortran libraries such as OpenBLAS, LAPACK, UMFPACK, MUMPS, QUADPACK, and FFTW3 via cgo.

Use cases

  • solve sparse linear systems in Go
  • compute eigenvalues and eigenvectors
  • run fast Fourier transforms
  • generate random numbers from probability distributions
  • solve differential equations numerically
  • perform numerical quadrature and interpolation
  • do linear programming and optimization
  • work with NURBS and computational geometry

When to choose

  • you need high-performance numerical computing in Go
  • you want battle-tested BLAS/LAPACK-backed linear algebra
  • you are building scientific simulations or PDE solvers

When to avoid

  • you need a pure-Go dependency-free library
  • your environment cannot build C/Fortran dependencies
  • you only need simple math without native library overhead

Facets

library · maturity active

math machine-learning simulation mathematics go windows linear-algebra fft eigenvalues numerical-methods sparse-solvers random-numbers optimization differential-equations computational-geometry cgo scientific-computing algorithms linux macos docker

1 source

Member repositories

RepositoryRoleHealth v2
cpmech/goslmain49

For agents

markdown · JSON · MCP: product_card(name="cpmech/gosl")

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