Constructs two matrices (X and Y) from x and y data arrays.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in), | dimension(:) | :: | x |
An M-element array of x data points. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | y |
An N-element array of y data points. |
An N-by-M-by-2 array containing the x data matrix on the first page of the array, and the y data matrix on the second page.