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
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
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