Click or drag to resize

ComplexMatrixCopyToJaggedArray Method

Copy all 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
public Complex[][] CopyToJaggedArray()
Request Example View Source

Return Value

Complex
A jagged array.

Implements

IMatrixTCopyToJaggedArray
See Also