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

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

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

Initializes a new instance of the DefaultMatrixFormatProvider class.

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

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

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