Click or drag to resize

CreateMatrixDiagonalOfDiagonalVector Method

Overload List
 NameDescription
Public methodStatic memberDiagonalOfDiagonalVectorT(VectorT) Create a new diagonal matrix with the diagonal as a copy of the given vector. This new matrix will be independent from the vector. A new memory block will be allocated for storing the matrix.
Public methodStatic memberDiagonalOfDiagonalVectorT(Int32, Int32, VectorT) Create a new diagonal matrix with the diagonal as a copy of the given vector. This new matrix will be independent from the vector. A new memory block will be allocated for storing the matrix.
Top
See Also