Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…130) This change addresses an issue in the `Matrix` class where the `System.arraycopy` method was used incorrectly in the `dropRow` method. Specifically, the source and destination parameters in `System.arraycopy` were swapped, which led to improper handling of row removal from the matrix. Signed-off-by: Ryuu Mitsuki <[email protected]>
- Loading branch information