Matrix Constructor |
| Name | Description | |
|---|---|---|
| Matrix(Double) | Initializes a new instance of the Matrix class using a array. | |
| Matrix(Int32) | Initializes a new instance of the Matrix class of the given size. | |
| Matrix(Int32, Int32) | Initializes a new instance of the Matrix class of the given size. |