Allocate a new matrix

Property definitions

gamnit :: programs $ NativeGLfloatArray :: matrix
	# Allocate a new matrix
	new matrix `{ return malloc(4*4*sizeof(GLfloat)); `}
lib/gamnit/programs.nit:565,2--566,53