Changeset 17240 for branches/2994-AutoDiffForIntervals/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interpreter
- Timestamp:
- 09/10/19 11:58:49 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2994-AutoDiffForIntervals/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interpreter/Interpreter.cs
r17216 r17240 781 781 } 782 782 783 // this is our own implementation of interval arithmetic 784 // for a well worked out definition of interval operations for IEEE reals see: 785 // Stahl: Interval Methods for Bounding the Range of Polynomials and Solving Systems of Nonlinear Equations, Dissertation, JKU, 1995 783 786 [DebuggerDisplay("[{low.Value}..{high.Value}]")] 784 787 public class AlgebraicInterval : IAlgebraicType<AlgebraicInterval> {
Note: See TracChangeset
for help on using the changeset viewer.