C# Class Accord.Math.Formats.DefaultMatrixFormatProvider

Gets the default matrix representation, where each row is separated by a new line, and columns are separated by spaces.
Inheritance: MatrixFormatProviderBase
Datei anzeigen Open project: atosorigin/Kinect

Public Properties

Property Type Description
CurrentCulture DefaultMatrixFormatProvider
InvariantCulture DefaultMatrixFormatProvider

Public Methods

Method Description
DefaultMatrixFormatProvider ( CultureInfo culture ) : System

Initializes a new instance of the DefaultMatrixFormatProvider class.

Method Details

DefaultMatrixFormatProvider() public method

Initializes a new instance of the DefaultMatrixFormatProvider class.
public DefaultMatrixFormatProvider ( CultureInfo culture ) : System
culture System.Globalization.CultureInfo
return System

Property Details

CurrentCulture public_oe static_oe property

Gets the IMatrixFormatProvider which uses the CultureInfo used by the current thread.
public static DefaultMatrixFormatProvider,Accord.Math.Formats CurrentCulture
return DefaultMatrixFormatProvider

InvariantCulture public_oe static_oe property

Gets the IMatrixFormatProvider which uses the invariant system culture.
public static DefaultMatrixFormatProvider,Accord.Math.Formats InvariantCulture
return DefaultMatrixFormatProvider