Namespace xFunc.Maths.Expressions.Matrices
Classes
- CrossProduct
Represents a cross product of vectors.
- Determinant
Represents a determinant.
- DotProduct
Represents a dot product of vectors.
- InvalidMatrixException
Thrown in matrix building.
- Inverse
Represents the Inverse function.
- Matrix
Represents a matrix expression.
- Transpose
Represents the Transpose function.
- Vector
Represents a vector expression.
Structs
- MatrixValue
Represent the Matrix value.
- VectorValue
Represent the Vector value.