Click or drag to resize

DiagonalMatrix Constructor

Overload List
  NameDescription
Public methodDiagonalMatrix(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.
Public methodDiagonalMatrix(Int32)
Initializes a new instance with the given dimension. All elements of the matrix will be zero.
Protected methodDiagonalMatrix(DiagonalMatrix, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodDiagonalMatrix(Int32, Double)
Initializes a new instance with the given dimension. All diagonal elements are set to the given value.
Top
See Also