Class MatrixDictValues

All Implemented Interfaces:
PostfixMathCommandI, Serializable

public class MatrixDictValues extends Values
Implementation of Values compatible with the matrix package. Allows
mat = [['x',2], ['y',3], ['z',4]];
values(mat);
For all dictionary implementations the methods returns an VectorI.
Since:
4.1 extensions 2.2
See Also: