Click or drag to resize

DiagonalMatrixOfIndexedDiagonal Method

Overload List
 NameDescription
Public methodStatic memberOfIndexedDiagonal(Int32, Int32, IEnumerableTupleInt32, Complex32) Create a new diagonal matrix and initialize each diagonal value from the provided indexed enumerable. Keys must be provided at most once, zero is assumed if a key is omitted. This new matrix will be independent from the enumerable. A new memory block will be allocated for storing the matrix.
Public methodStatic memberOfIndexedDiagonal(Int32, Int32, IEnumerableValueTupleInt32, Complex32) Create a new diagonal matrix and initialize each diagonal value from the provided indexed enumerable. Keys must be provided at most once, zero is assumed if a key is omitted. This new matrix will be independent from the enumerable. A new memory block will be allocated for storing the matrix.
Top
See Also