Currently, VectorFormat.Row or VectorFormat.Column needs to be specified to create a vector of one or the other format. This could be taken over by a subclass, which would make using the library si...
An RowMajorAffineMatrix3D`1, which could be a value type, could implement IAffineMatrix`1 to give better performance during intensive graphics routines, since it could avoid heap allocs, as well as...
Shear is not implemented in AffineMatrix`1 and ClrMatrixOperations.
DirectX has all the math needed for affine transforms. It could be used and perhaps speed up operations on larger datasets.
No implementation yet exists, but the interface does.
The MatrixOperations includes a member for the SVD, but there is no implementation.
The MatrixOperations interface allows a Cholesky decomposition of a linear system, but no implementation exists.
The MatrixOperations engine has a QR Factorization algorithm interface, but NPack has no implementation.