KitchenSink v1.0.1 KitchenSink.Matrix

this module is for dealing with matrix (2d array) operations

Summary

Functions

This will take a 2D array and map all of it’s indicies [x,y] -> [y,x]

Functions

transpose(matrix)

This will take a 2D array and map all of it’s indicies [x,y] -> [y,x]