RectangularMatrix Constructor

Overload List

RectangularMatrix(Double) Initializes a rectangular matrix from the given 2D array.
RectangularMatrix(Int32, Int32) Initializes a rectangular matrix with the given dimensions.

See Also