C# Class Accord.Math.DefaultArrayFormatProvider

Gets the default matrix representation, where each row is separated by a new line, and columns are separated by spaces.
This class can be used to convert to and from C# arrays and their string representation. Please see the example for details.
Inheritance: MatrixFormatProviderBase
ファイルを表示 Open project: accord-net/framework

Public Methods

Method Description
DefaultArrayFormatProvider ( IFormatProvider innerProvider ) : System

Initializes a new instance of the DefaultArrayFormatProvider class.

Method Details

DefaultArrayFormatProvider() public method

Initializes a new instance of the DefaultArrayFormatProvider class.
public DefaultArrayFormatProvider ( IFormatProvider innerProvider ) : System
innerProvider IFormatProvider
return System