Skip to content

JMat Version 1.0.0

Compare
Choose a tag to compare
@JoshMcDonagh JoshMcDonagh released this 02 Sep 17:55
· 33 commits to main since this release

New features

  • Generating and creating matrix objects
  • Manipulating matrix objects (such as extracting matrix values, rows, and columns; inserting or deleting rows and columns; and transposition)
  • Generating identity matrices
  • Sorting matrices
  • Merging matrices
  • Performing matrix mathematics (including calculating the determinant of a matrix, the trace of a matrix, the minors of a matrix, the cofactors of a matrix, the adjoint matrix of a matrix, the inverse of a matrix, as well as performing addition, subtraction, multiplication, and division using matrices)
  • Discretising matrices with continuous values (either by frequency or by width)
  • Importing and exporting matrices as text files or CSV files

Notes

  • First JMat release implementing fundamental functionalities for jmat.core.