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
ファイルを表示 Open project: accord-net/framework

Public Methods

Method Description
OctaveMatrixFormatProvider ( IFormatProvider innerProvider ) : System

Initializes a new instance of the OctaveMatrixFormatProvider class.

Method Details

OctaveMatrixFormatProvider() public method

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