Skip to content

Version 0.3

Compare
Choose a tag to compare
@stigrs stigrs released this 06 Jul 18:25
· 187 commits to main since this release
e6765ee

Scilib

Scilib provides a C++ library for linear algebra and scientific computing.
BLAS and LAPACK are used for fast numerical performance. Currently, OpenBLAS
and Intel MKL are supported.

Features

  • N-dimensional dense arrays using mdspan
    for views (row-major storage order)
  • Linear algebra methods
  • Integration methods
  • ODE solver (Dormand-Prince)
  • Statistical methods
  • Mathematical constants, metric prefixes, physical constants, and
    conversion factors

Licensing

Scilib is released under the MIT license.

Changes

  • Several improvements