setMatrix

public boolean setMatrix(Array<Array<double>> setMatrix)

This sets the 2D Array of this Matrix to a copy of a specified 2D Array.

Return

returns if the operation was successful

Parameters

setMatrix

the 2D Array to copy from


public boolean setMatrix(Matrix setMatrix)

This sets the 2D Array of this Matrix to a copy of the 2D Array of another Matrix.

Return

returns if the operation was successful

Parameters

setMatrix

the Matrix to copy from