v1.0.0-beta.7
Warning ⚠️
This release is not a stable release. Bugs or any problems could be happen.
Report the issue here.
What's New 👀
🚀 New Features
-
Added
INCLUDE-SRC
option toMakefile
(#38) - @mitsuki31 -
Huge update for
Matrix
🌮 (#35) - @mitsuki31Update Details
- Improve
mult
operation (6140c25) - Added
isSquare
method to checks whether the matrix is a square type (03b81c6) - Added
get
method to get the specified entry at the specified row and column (03b81c6) - Added new methods and variables (59f5ea6)
identity(int n)
: Creates a new identity matrix with sizenxn
.isDiagonal()
: Checks whether the matrix either 2D array represents a diagonal matrix.hasSelect
: A private boolean variable that detects whether theselect(int)
method has been called.
- Deprecated the
add
method due to its high inefficiency in creating a matrix array (59f5ea6) - Deprecated the
copy()
method (1322c06) - Added
MatrixUtils.java
(c254a54) - Fixed shallow copy issue (3da0382)
- Added
isNullEntries
method toMatrixUtils
interface (4d2f826) - Added
include-src
profile topom.xml
(7d45676)
- Improve
🐛 Bug Fixes
- Fixes some issue on
MinGW
(Windows) 🪛 (#39) - @mitsuki31
📑 Documentations
- Update the
JMatrix
help message (#37) - @mitsuki31 - Update the
README
documentation 🗒️ (#36) - @mitsuki31
For more details, see full changelogs
🛡️ VirusTotal Scan Detection: