RODouble |
public RODoubleMatrixInArray1DRowMajorRepresentation( double[] array, int rows, int columns )
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when rows or columns are less than zero. |
| ArgumentNullException | Thrown when array is null. |
| ArgumentException | Thrown when the length of the array is not a multiple of the number of rows. |