Click or drag to resize

BaseMatrixCopyToJaggedArray 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 double[][] CopyToJaggedArray()
Request Example View Source

Return Value

Double
A jagged array.

Implements

IMatrixTCopyToJaggedArray
See Also