Skip to content
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 Matrix type and matrix algebra support #68

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open

Conversation

chrissimpkins
Copy link
Owner

@chrissimpkins chrissimpkins commented Jan 7, 2022

Closes #46
Closes #69
Closes #70
Closes #76
Closes #79
Closes #83

returns zero matrices with dimensions defined by paramters
…_column_* methods

This keeps the index numbering system consistent with direct immutable and mutable Matrix index data access
binary subtraction operator overload
includes unit tests of Complex<i32> and Complex<f64>
@chrissimpkins
Copy link
Owner Author

chrissimpkins commented Jan 14, 2022

rebased on main @ commit 2a42552 to pull in clippy lint fail fix on the Vector struct (#82) that was released in v0.8.1

@chrissimpkins
Copy link
Owner Author

chrissimpkins commented Jan 14, 2022

rebased on main @ commit 2a42552 to pull in clippy lint fail fix on the Vector struct (#82) that was released in v0.8.1

and the clippy lint fail was addressed on the Matrix struct in c513c28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment