Function Matrix.this

Create matrix from array. This is a convenient way to deal with arrays of "classic" layout: the storage order in an array should be row-major

this(F) (
  F[] arr
);