Matrix |
Name | Description | |
---|---|---|
Copy(IROMatrixDouble, IMatrixDouble) | Copies matrix src to matrix dest. Both matrizes must have the same dimensions. | |
Copy(IROMatrixDouble, IMatrixDouble, Int32, Int32) | Copies the matrix src into the matrix dest. Matrix dest must have equal or greater dimension than src. You can provide a destination row/column into the destination matrix where the origin of the copy operation is located. |