C# Class Accord.Math.OctaveMatrixFormatProvider

Format provider for the matrix format used by Octave.
This class can be used to convert to and from C# matrices and their string representation. Please see the example for details. 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
OctaveMatrixFormatProvider ( IFormatProvider innerProvider ) : System

Initializes a new instance of the OctaveMatrixFormatProvider class.

Method Details

OctaveMatrixFormatProvider() public méthode

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