C# (CSharp) Accord.Math.Formats 네임스페이스

클래스들

이름 설명
CSharpJaggedMatrixFormatProvider Gets the matrix representation used in C# jagged arrays.
CSharpMatrixFormatProvider Gets the matrix representation used in C# multi-dimensional arrays.
DefaultMatrixFormatProvider Gets the default matrix representation, where each row is separated by a new line, and columns are separated by spaces.
MatrixFormatProviderBase Base class for IMatrixFormatProvider implementors.
MatrixFormatter Defines how matrices are formatted and displayed, depending on the chosen format representation.
OctaveMatrixFormatProvider Format provider for the matrix format used by Octave.