Name |
Description |
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. |