Click or drag to resize

CreateMatrixSparseDiagonal Method

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