mat2

Pre-defined matrix types, the first number represents the number of rows and the second the number of columns, if there's just one it's a nxn matrix. All of these matrices are floating-point matrices.

alias mat2 = Matrix!(float, 2, 2)

Meta