Interval package: Difference between revisions

→‎Development status: added more todos from SWIM2015
(→‎Distribution: Added 3rd-party urls)
(→‎Development status: added more todos from SWIM2015)
Line 37: Line 37:
  >> A.inf = 5
  >> A.inf = 5
  A = [Empty]
  A = [Empty]
** While at it, also allow multiple subscripts in <code>subsasgn</code>
:* While at it, also allow multiple subscripts in <code>subsasgn</code>
  >> A(:)(2:4)(2) = 42; # equivalent to A(3) = 42
  >> A(:)(2:4)(2) = 42; # equivalent to A(3) = 42
  >> A.inf(3) = 42; # also  A(3).inf = 42
  >> A.inf(3) = 42; # also  A(3).inf = 42
  >> A.inf.inf = 42 # should produce error?
  >> A.inf.inf = 42 # should produce error?
  >> A.inf.sup = 42 # should produce error?
  >> A.inf.sup = 42 # should produce error?
:* Tight Enclosure of Matrix Multiplication with Level 3 BLAS [http://kam.mff.cuni.cz/conferences/swim2015/abstracts/ozaki.pdf] [http://kam.mff.cuni.cz/conferences/swim2015/slides/ozaki.pdf]
:* Verified Convex Hull for Inexact Data [http://kam.mff.cuni.cz/conferences/swim2015/abstracts/ohta.pdf] [http://kam.mff.cuni.cz/conferences/swim2015/slides/ohta.pdf]


== Compatibility ==
== Compatibility ==
240

edits