This function is used to access a type IntervalMatrix from the List.
i1 : l = {{interval(1,2), interval(2,3)},{interval(3,4),interval(1,3)}} o1 = {{[1, 2], [2, 3]}, {[3, 4], [1, 3]}} o1 : List |
i2 : m = intervalMatrix l o2 = {{[1, 2], [2, 3]}, {[3, 4], [1, 3]}} o2 : IntervalMatrix |
The object intervalMatrix is a method function.