Dense |
Name | Description | |
---|---|---|
CreateDiagonal(Int32, Int32, Double) | Create a new diagonal dense matrix and initialize each diagonal value to the same provided value. | |
CreateDiagonal(Int32, Int32, FuncInt32, Double) | Create a new diagonal dense matrix and initialize each diagonal value using the provided init function. |