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
Show file 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 static property

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

InvariantCulture public static property

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