Matrix
This creates a new Matrix of width and height 0.
This creates a new Matrix with a specified width and height.
Parameters
rows
the number of rows, or height
columns
the number of columns, or width
This creates a new Matrix from a 2D matrix of doubles. Please only enter rectangular 2D Arrays of doubles or else things mess up.
Parameters
set Matrix
the 2D Array of doubles
This creates a new Matrix from another Matrix.
Parameters
set Matrix
the Matrix input.