Transformations.matrix
You're seeing just the function
matrix
, go back to Transformations module for more information.
Create a new matrix.
Examples
iex(1)> point = Transformations.matrix([[1],[1],[1],[1]])
#Matrex[4×1]
┌ ┐
│ 1.0 │
│ 1.0 │
│ 1.0 │
│ 1.0 │
└ ┘