Constructs a DoubleComplexMatrix instance from two data row collections.
The real parts are specified with the first data row collection, and the
imaginary parts by the second data row collection.
Thrown if the two row collections
do not have the same dimensions.
Remarks
The resulting matrix has the same number of rows and columns as each of
the specified data row collections. All values must be able to be
converted to a double through a cast.