hello, i am looking for a sample code implementation on how to invert a 4x4 matrix. i know there is gaussian eleminiation, LU decomposition, etc. but instead of looking at them in detail i am really just looking for the code to do this.
language ideally C++, data is available in array of 16 floats in cloumn-major order.
thank you!