Namespace ISynergy.Framework.Mathematics
Classes
ComplexMatrix
Static class ComplexExtensions. Defines a set of extension methods
that operates mainly on multidimensional arrays and vectors of
AForge.NET's
Distance
Static class Distance. Defines a set of extension methods defining distance measures.
Elementwise
Elementwise matrix and vector operations.
Jagged
Jagged matrices.
JaggedReducedRowEchelonForm
Reduced row Echelon form
Matrix
Static class Matrix. Defines a set of extension methods that operates mainly on multidimensional arrays and vectors.
Norm
Static class Norm. Defines a set of extension methods defining norms measures.
ReducedRowEchelonForm
Reduced row Echelon form
Vector
Static class Vector. Defines a set of extension methods that operates mainly on single-dimensional arrays.
Structs
Matrix3x3
A structure representing 3x3 matrix.
Matrix4x4
A structure representing 4x4 matrix.
Vector3
3D Vector structure with X, Y and Z coordinates.
Vector4
4D Vector structure with X, Y, Z and W coordinates.
Enums
MatrixOrder
Matrix major order. The default is to use C-style Row-Major order.
MatrixType
Special matrix types.