Module
Matrix
- Package
- purescript-matrices
- Repository
- kritzcreek/purescript-matrices
#prettyPrintMatrix Source
prettyPrintMatrix :: forall a. (a -> String) -> Matrix a -> String
Pretty prints a matrix using the given formatting function on every element
#toIndexedArray Source
toIndexedArray :: forall a. Matrix a -> Array { value :: a, x :: Int, y :: Int }
Convert a Matrix
to an indexed Array
- Modules
- Matrix