DiagonalMatrix Constructor | 
| Name | Description | |
|---|---|---|
| DiagonalMatrix(Double) | 
            Initializes a new instance which has the dimension of the length of the given array,
            and whose diagonal elements take on the values of the contents of the array.
              | |
| DiagonalMatrix(Int32) | 
            Initializes a new instance with the given dimension.
            All elements of the matrix will be zero.
              | |
| DiagonalMatrix(DiagonalMatrix, CopyContext) | Initializes a new instance as a copy of an existing instance.  | |
| DiagonalMatrix(Int32, Double) | 
            Initializes a new instance with the given dimension.
            All diagonal elements are set to the given value.
              |