an implementation of matrix operation for pharo.
# Matrix for Pharo under construction. ## Install ``` Metacello new baseline: 'GFMatrix'; repository: 'github://garlic-flavor/MatrixForPharo:master/repository'; load ```