Namespace ISynergy.Framework.Mathematics.Formats
Classes
CSharpArrayFormatProvider
Gets the matrix representation used in C# multi-dimensional arrays.
CSharpJaggedMatrixFormatProvider
Gets the matrix representation used in C# jagged arrays.
CSharpMatrixFormatProvider
Gets the matrix representation used in C# multi-dimensional arrays.
DefaultArrayFormatProvider
Gets the default matrix representation, where each row is separated by a new line, and columns are separated by spaces.
DefaultMatrixFormatProvider
Gets the default matrix representation, where each row is separated by a new line, and columns are separated by spaces.
OctaveArrayFormatProvider
Format provider for the matrix format used by Octave.
OctaveMatrixFormatProvider
Format provider for the matrix format used by Octave.