Click or drag to resize
Accord.NET (logo)

MatrixFormatterParseMultidimensional Method

Converts a matrix represented in a System.String into a multi-dimensional array.

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

Parameters

str
Type: SystemString
provider
Type: Accord.MathIMatrixFormatProvider

Return Value

Type: Double
See Also