From: Jean Privat Date: Tue, 15 Sep 2015 19:18:44 +0000 (-0400) Subject: Merge: lib: intro the matrix package X-Git-Tag: v0.7.8~19 X-Git-Url: http://nitlanguage.org Merge: lib: intro the matrix package This PR intro `Matrix` to represent a matrix of floats. The main module offers only general services and the `projection` module adds services useful for 3D manipulations. The package is oriented towards matrices of floats and was designed alongside Gamnit. As such, is a bit specialized and may not be appropriate for all usage of matrices (such as integer matrices). So if you prefer, I can move these back to Gamnit. But since this module does not have any dependencies and `Matrix` can be useful for a wide array of context, I chose to leave it in lib. Pull-Request: #1719 Reviewed-by: Jean Privat --- 2d02e7d84f9f3a5fa7265ef1591e11994c26ada1