Click or drag to resize

SparseMatrixCreateDiagonal Method

Overload List
 NameDescription
Public methodStatic memberCreateDiagonal(Int32, Int32, FuncInt32, Complex) Create a new diagonal sparse matrix and initialize each diagonal value using the provided init function.
Public methodStatic memberCreateDiagonal(Int32, Int32, Complex) Create a new diagonal sparse matrix and initialize each diagonal value to the same provided value.
Top
See Also