Construct a matrix based on the specified cells

Declaration Syntax
public ComplexMatrix(
Complex[,] Cells
)
Public Sub New ( _
Cells As Complex(,) _
)
public:
ComplexMatrix(
array<Complex^,2>^ Cells
)

Parameters
- Cells (array<
Complex
,2>[,](,)[,])
- The cells of the matrix
Assembly:
Cove.ClassicalUtilities (Module: Cove.ClassicalUtilities) Version: 1.0.0.0 (1.0.0.0)