SquareMatrix Constructor (Double) |
Namespace: Meta.Numerics.Matrices
Exception | Condition |
---|---|
ArgumentNullException | entries is . |
DimensionMismatchException | The two dimensions of entries are not equal. |
The entries are copied, so changes to entries after the matrix is initialized do not affect matrix entries.