I was in need of two functions, one to transpose a matrix (trun it's columns into rows) and another function to invert the matrix. I needed these functions for OpenGL - after writing up these two functions, I decided to open the issue and place the code below, incase you (@ferreiradaselva) wish to add it to the library.
Transpose Matrix (pmatrix_transpose() and matrix_transpose())
I was in need of two functions, one to transpose a matrix (trun it's columns into rows) and another function to invert the matrix. I needed these functions for OpenGL - after writing up these two functions, I decided to open the issue and place the code below, incase you (@ferreiradaselva) wish to add it to the library.
Transpose Matrix
(pmatrix_transpose() and matrix_transpose())
Inverse Matrix
(pmatrix_inverse() and matrix_inverse())