Click or drag to resize
Accord.NET (logo)

MatrixFormatterParseJagged Method

Converts a matrix represented in a System.String into a jagged array.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static double[][] ParseJagged(
	string str,
	IMatrixFormatProvider provider
)
Request Example View Source

Parameters

str
Type: SystemString
provider
Type: Accord.MathIMatrixFormatProvider

Return Value

Type: Double
See Also