16 unstable releases (4 breaking)

0.10.5 Jun 14, 2024
0.10.3 May 30, 2024
0.9.0 Nov 29, 2023
0.8.1 Jul 7, 2023
0.6.3 Oct 30, 2020

#185 in Math

Download history 113/week @ 2024-05-25 21/week @ 2024-06-01 184/week @ 2024-06-08 122/week @ 2024-06-15 17/week @ 2024-06-22 3/week @ 2024-06-29 25/week @ 2024-07-06

827 downloads per month
Used in eki

MIT license

165KB
4K SLoC

OHSL

ohsl (ostensibly handy scientific library) is a collection of numerical routines written in Rust. The library includes routines in the following areas:

  • Complex numbers
  • Quaternions
  • Hyperreal numbers
  • Special functions
  • Numerical differentiation
  • Numerical integration
  • Vectors
  • Matrices
  • Linear algebra
  • Polynomials
  • Root finding
  • Eigensystems
  • Sparse linear algebra
    • Tridiagonal matrices
    • Banded matrices
    • Sparse matrices
  • Sparse eigensystems
  • Differential equations
  • Chebyshev approximation
  • Ordinary differential equations
    • Initial value problems
    • Boundary value problems

Command line

cargo test to run tests

cargo run --example [name of example] to run a specified example

cargo doc to generate documentation


lib.rs:

Ostensibly Handy Scientific Library

ohsl is a collection of numerical routines and mathematical types for use in scientific computing.

Dependencies

~310KB