Diagonal |
Name | Description | |
---|---|---|
OfIndexedDiagonal(Int32, Int32, IEnumerableTupleInt32, Double) | 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. | |
OfIndexedDiagonal(Int32, Int32, IEnumerableValueTupleInt32, Double) | 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. |