loenard97 / scialg

A collection of scientific algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scialg

A collection of scientific algorithms

Contents

This crate is a collection of common algorithms used in data science written in pure Rust. It includes modules for

  • Evaluation of constants
  • Filter functions
  • Fourier analysis
  • Special function evaluations
  • Integration
  • Inter- (and extra)polation
  • Linear algebra
  • Dataset modelling (aka fitting)
  • Differential equations
  • Optimization
  • Root finding
  • Sorting
  • Statistics
  • Vector math

About

A collection of scientific algorithms

License:MIT License


Languages

Language:Rust 100.0%