240
edits
(→Development status: Added TODOs) |
|||
Line 25: | Line 25: | ||
** Interval version of <code>interp1</code> | ** Interval version of <code>interp1</code> | ||
** The [http://capd.ii.uj.edu.pl/ CAPD package] contains an algorithm for QR factorization. Analyze. Migrate. | ** The [http://capd.ii.uj.edu.pl/ CAPD package] contains an algorithm for QR factorization. Analyze. Migrate. | ||
** Extend <code>subsasgn</code> to allow direct manipulation of inf and sup properties. | ** Extend <code>subsasgn</code> to allow direct manipulation of inf and sup (and dec) properties. | ||
>> A = infsup ("[2, 4]"); | >> A = infsup ("[2, 4]"); | ||
>> A.inf = infsup ("[1, 3]") | >> A.inf = infsup ("[1, 3]") |
edits