C# Class Accord.Math.DefaultMatrixFormatProvider

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# matrices and their string representation. Please see the example for details.
Inheritance: MatrixFormatProviderBase
Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Méthode Description
DefaultMatrixFormatProvider ( IFormatProvider innerProvider ) : System

Initializes a new instance of the DefaultMatrixFormatProvider class.

Method Details

DefaultMatrixFormatProvider() public méthode

Initializes a new instance of the DefaultMatrixFormatProvider class.
public DefaultMatrixFormatProvider ( IFormatProvider innerProvider ) : System
innerProvider IFormatProvider
Résultat System