Set this matrix based on cells, may change size of the matrix. Note that these
values are deep copied into the matrix.

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

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