mech-matrix 0.2.44

Matrix library for the Mech language
Documentation
matrix
===============================================================================

1. Description
-------------------------------------------------------------------------------

Provides standard matrix functions.

2. Provided Functions
-------------------------------------------------------------------------------

- `matrix/multiply`
- `matrix/transpose`

3. Info
-------------------------------------------------------------------------------

matrix/machine = {
  name: "matrix" 
  version: "v0.2.44"
  authors: ["Corey Montella"] 
  machine-url: "https://gitlab.com/mech-lang/machines/matrix"
  license: "Apache-2.0"}