MatrixAssign Method |
| Name | Description | |
|---|---|---|
| Assign(Double) |
Sets all elements of the matrix to the given value. This is the same as SetValues() call.
| |
| Assign(Double) |
Copies the elements of the matrix from 2D array. This is the same as SetValues() call.
|