-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Enhance Matrix class with row/column getters and permutation ma…
…trix checks (#134) This pull request introduces several enhancements to the `Matrix` class, including new methods for row and column retrieval, as well as functionality for checking permutation matrices. - afbd3c7 - feat: Add permutation matrix checks to `Matrix` class - a16e034 - feat: Add method to check for canonical basis array - 2e6111e - feat: Add row and column getters with negative indices support Signed-off-by: Ryuu Mitsuki <dhefam31@gmail.com>
- Loading branch information
Showing
1 changed file
with
251 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters