Click or drag to resize

IMatrixTCopyToJaggedArray Method

Copy the elements of this matrix to a jagged array.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
T[][] CopyToJaggedArray()
Request Example View Source

Return Value

T
A jagged array
See Also