COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210804025621/https://github.com/topics/numerics
Here are
90 public repositories
matching this topic...
Blitz++ Multi-Dimensional Array Library for C++
csvreader library / gem - read tabular data in the comma-separated values (csv) format the right way (uses best practices out-of-the-box with zero-configuration)
Updated
Jul 27, 2019
Ruby
statistical testing, linear algebra, machine learning, fitting and signal processing in F#
Animations of random double pendulums
Updated
Jun 27, 2018
Python
Efficient numerics for the jvm
Updated
Oct 21, 2020
Clojure
Numeric facilities for Swift
Updated
Apr 1, 2018
Swift
Meta.Numerics is library for advanced numerical computing on the .NET platform. It offers an object-oriented API for statistical analysis, advanced functions, Fourier transforms, numerical integration and optimization, and matrix algebra.
General purpose C# code library.
SG⁺⁺ – the numerical library for Sparse Grids in all their variants.
A complete, proof-of-concept, C# implementation of the General Number Field Sieve algorithm for factoring very large semi-prime numbers. The focus was on readability and understandability of the code, not performance.
A .NET library for simple and efficient 3D math.
The main project for the MATLAB / GNU Octave code of FESTUNG
Updated
Jul 2, 2021
MATLAB
JS ND-Arrays inspired by NumPy.
Updated
May 25, 2021
JavaScript
A library to build up lazily evaluated expressions of linear transforms for efficient scientific computing.
Updated
Mar 4, 2021
Python
A pure Python library for benchmarked, scalable numerics using numba.
Updated
Jul 28, 2021
Python
numeric facilities for C++ 14; dual numbers, dual quaternions, constrained numbers, intervals
Benchmark of the main linear algebra libraries in Haskell
Updated
Mar 9, 2020
Haskell
Numerary is open source Scientific Library that contains many numerical methods.
Arbitrary precision decimal class
A Haskell library for Approximating Exact Real Numbers (AERN) based on interval computation. (aern2 is a rewrite of aern.)
Updated
Aug 3, 2021
Haskell
Functions for working with PureScripts 'Number' type
Updated
Feb 26, 2021
PureScript
An ultimate numerical package for Dart.
A number format that inspects your code by logging the arithmetic results.
Updated
Jul 20, 2021
Julia
A dependency free, lightweight, fast math library for 2D and 3D vectors, quaternions and matrices in Swift with (optional) SIMD support.
Updated
May 3, 2021
Swift
2d and 3d panelmethod to compute potential flow
N dimensional array package for numeric computing in swift.
Updated
Jan 20, 2021
Swift
Arbitrary precision rational number class
A library for time duration represented as a floating-point value.
Updated
May 22, 2019
Rust
Improve this page
Add a description, image, and links to the
numerics
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
numerics
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Add
#[track_caller]
to some panicking methods. Slicing methods seem the most prudent (Index/Mut does not apply, sorry).Needs benchmarks to investigate impact, preferably holistic benchmarks.