Class Math.Matrix Inheritance graph Math.Matrix Math.FMatrix Math.IMatrix Math.LMatrix Math.SMatrix Description Matrix representation with double precision floating point values. Method create Math.Matrix Math.Matrix(array(array(int|float)) matrix_2d) Math.Matrix Math.Matrix(array(int|float) matrix_1d) Description Initializes the matrix as a 1D or 2D matrix, e.g. Math.Matrix( ({({1,2}),({3,4})}) ).