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/20220426190556/https://github.com/topics/numerics
Here are
102 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)
statistical testing, linear algebra, machine learning, fitting and signal processing in F#
Animations of random double pendulums
Updated
Jun 27, 2018
Python
General purpose C# code library.
Efficient numerics for the jvm
Updated
Oct 21, 2020
Clojure
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.
Numeric facilities for Swift
Updated
Apr 1, 2018
Swift
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.
JS ND-Arrays inspired by NumPy.
Updated
Mar 25, 2022
JavaScript
The main project for the MATLAB / GNU Octave code of FESTUNG
Updated
Jul 2, 2021
MATLAB
A pure Python library for benchmarked, scalable numerics using numba.
Updated
Jul 28, 2021
Python
A library to build up lazily evaluated expressions of linear transforms for efficient scientific computing.
Updated
Feb 4, 2022
Python
numeric facilities for C++ 14; dual numbers, dual quaternions, constrained numbers, intervals
Linear algebra done rigorously
Updated
Mar 24, 2022
Julia
A dependency free, lightweight, fast math library for 2D and 3D vectors, quaternions and matrices in Swift with (optional) SIMD support.
Updated
Sep 22, 2021
Swift
Benchmark of the main linear algebra libraries in Haskell
Updated
Mar 9, 2020
Haskell
A number format that inspects your code by logging the arithmetic results.
Updated
Aug 20, 2021
Julia
A Haskell library for Approximating Exact Real Numbers (AERN) based on interval computation. (aern2 is a rewrite of aern.)
Updated
Aug 3, 2021
Haskell
Arbitrary precision floating point decimal class.
An ultimate numerical package for Dart.
Updated
Dec 19, 2021
Dart
Numerary is open source Scientific Library that contains many numerical methods.
Functions for working with PureScripts 'Number' type
Updated
Mar 25, 2022
PureScript
N dimensional array package for numeric computing in swift.
Updated
Apr 9, 2022
Swift
CASCADE is the C-library for Approximative Solutions to Complex Arbitrary Precision Differential Equations
2d and 3d panelmethod to compute potential flow
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.