-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add adjugate_matrix #1270
Add adjugate_matrix #1270
Conversation
Here is the Japanese statement.
|
I implemented it as well, and I was able to confirm an AC! How about adding a test case for |
I also suggest adding a test case for |
Thanks for the review! I have updated the PR. |
Co-authored-by: maspypy <45988013+maspypy@users.noreply.github.com>
Thank you! I will merge. |
Resolves #1269.
I used matrix_inverse as a template, but also added the following generators:
almost_perm_max_random.cpp
: Same asperm_max_random.cpp
, but changes a random item into0
.almost_identity.cpp
: An identity matrix, but random item is changed into0
.highrank_max_random.cpp
: A random matrix, but with 50% chance a random row is changed into a linear combination of two other rows, and with an independent 50% chance same happens to columns.I think I need some help with Japanese strings for
task.md
.