Class MatrixDictMakeMap

All Implemented Interfaces:
PostfixMathCommandI, Serializable

public class MatrixDictMakeMap extends MakeMap
Implementation of MakeMap compatible with the matrix package. Allows
mat = [['x',2], ['y',3], ['z',4]];
map = treeMap(mat);
Since:
4.1 extensions 2.2
See Also: