MatrixForPharo

Description

an implementation of matrix operation for pharo.

Details

Source
GitHub
Dialect
pharo (25% confidence)
Created
March 21, 2022
Updated
March 21, 2022

Categories

Math

README excerpt

# Matrix for Pharo

under construction.

## Install
```
Metacello new
	baseline: 'GFMatrix';
	repository: 'github://garlic-flavor/MatrixForPharo:master/repository';
	load
```
← Back to results