Version 1.1.0 of the JMat library has been released which expands on the functionality of the jmat.core package.
The JMat library now allows for:
- Checking if two matrices are equivalent - i.e., checking if they contain the same values regardless of whether the values are in the same order
- Sorting of CMatrix or DMatrix objects either by column or by row
- Utilisation of additional sorting routines for sorting CMatrix objects if desired
- Exporting and importing of matrices as XML files
- General efficiency improvements
Released version 1.1.0 can be accessed here: https://github.com/JoshMcDonagh/JMat/releases/tag/v1.1.0
The manual for this version can be accessed here: https://github.com/JoshMcDonagh/JMat/releases/download/v1.1.0/jmat-manual-1.1.0.pdf