Here are
43 public repositories
matching this topic...
C library for arbitrary-precision ball arithmetic
Methods to compute sets of states reachable by dynamical systems
Updated
Oct 9, 2021
Julia
Find all roots of a function in a guaranteed way with Julia
Updated
Aug 11, 2021
Julia
An implementation of an algebraically closed interval system of the extended real number set
Updated
May 12, 2021
TypeScript
Genome Interval Arithmetic in R
Rigorous global optimisation in pure Julia
Updated
Aug 11, 2021
Julia
C++ framework for rigorous computation on cyber-physical systems
An interval library for OCaml
Updated
Jan 18, 2021
OCaml
Linear algebra done rigorously
Updated
Oct 10, 2021
Julia
Rigorous moment propagation with partial information about moments and dependencies in Julia
Updated
Oct 11, 2021
Julia
Rigorous Global Branch-and-Bound Optimizer
Updated
Feb 6, 2021
Python
A faithful graphing calculator
Updated
Oct 11, 2021
Rust
Matrices with interval coefficients in Julia
Updated
Oct 10, 2021
Julia
an Interval arithmetic class for matlab
Updated
Jan 16, 2019
MATLAB
A Rust implementation of interval arithmetic
Updated
Oct 10, 2021
Rust
Another continuous range implementation!
Updated
Oct 10, 2021
Python
A comprehensive, correctly rounding interval arithmetic library for Rust
Updated
Jun 20, 2020
Rust
Experiments from Efficient Training of Interval Neural Networks for Imprecise Training Data
Updated
Jul 25, 2019
Python
A python port of the OpenCossan Interval Predictor Model toolbox
Updated
Sep 29, 2020
Python
A rigorous interval arithmetic library for .NET
A Python Interval Arithmetic Module
Updated
Jan 22, 2019
Python
Terminal App that mimics an HP RPN calculator using Interval Arithmetic for Windows/OSX/Linux. Output is an interval that contains exact solution. Uses Boost Interval library.
Computing the noncentral-F distribution and the power of the F-test with guaranteed accuracy
A header only C++ interval and interval set
Julia wrapper of the MPFI multi-precision interval library
Updated
Feb 8, 2020
Julia
Python librarY for UNcertainty analysis in liGhtwEight desiGn with IntervalS and fuzzy numberS
Updated
Jun 28, 2021
Python
MCPy is a python library for McCormick relaxations with sub-gradients. This is quite useful for prototyping and testing new convex relaxation and global optimization algorithms.
Updated
Nov 15, 2018
Jupyter Notebook
Symbolic principal component analysis of interval-valued data
Improve this page
Add a description, image, and links to the
interval-arithmetic
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
interval-arithmetic
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.
Describe the solution you'd like
A top-level boolean method
piso.isdisjointwhich takes one or more interval array arguments.Implementation will be similar to
piso.intersectionbut should stop short of converting step function back into an interval array.Additional context
[add any other context, code examples, or references to existing implementations about the feature