RectangularMatrix Constructor (Double) |
Initializes a rectangular matrix from the given 2D array.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public RectangularMatrix(
double[,] source
)
Public Sub New (
source As Double(,)
)
public:
RectangularMatrix(
array<double,2>^ source
)
new :
source : float[,] -> RectangularMatrix
Parameters
- source
- Type: SystemDouble
The source 2D array.
Exceptions See Also