C# Класс 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.
Наследование: MatrixFormatProviderBase
Показать файл Открыть проект

Открытые методы

Метод Описание
OctaveMatrixFormatProvider ( IFormatProvider innerProvider ) : System

Initializes a new instance of the OctaveMatrixFormatProvider class.

Описание методов

OctaveMatrixFormatProvider() публичный Метод

Initializes a new instance of the OctaveMatrixFormatProvider class.
public OctaveMatrixFormatProvider ( IFormatProvider innerProvider ) : System
innerProvider IFormatProvider
Результат System