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 M × N Matrix type and matrix arithmetic support #46

Open
chrissimpkins opened this issue Dec 23, 2021 · 2 comments · May be fixed by #68
Open

Add M × N Matrix type and matrix arithmetic support #46

chrissimpkins opened this issue Dec 23, 2021 · 2 comments · May be fixed by #68

Comments

@chrissimpkins
Copy link
Owner

chrissimpkins commented Dec 23, 2021

I am thinking about how to approach higher-level abstractions of finite vector spaces as collections of Vector.

Motivating case: a Bezier closed contour defined as an ordered list of 2-tuple of x, y coordinates in a Cartesian coordinate system.

This begins to head into more extensive linear algebra support terrain.

@chrissimpkins chrissimpkins changed the title Vector collections Vector space collection types Jan 3, 2022
@chrissimpkins chrissimpkins changed the title Vector space collection types Add Matrix type and matrix algebra support Jan 6, 2022
@chrissimpkins chrissimpkins changed the title Add Matrix type and matrix algebra support Add Matrix type and matrix arithmetic support Jan 6, 2022
@chrissimpkins
Copy link
Owner Author

chrissimpkins commented Jan 6, 2022

Will extend the library with a new Matrix type and provide support for M-by-N matrix arithmetic. I am coming up with an approach to how this will work with the existing array based, fixed-length Vector type.

@chrissimpkins
Copy link
Owner Author

#68

@chrissimpkins chrissimpkins linked a pull request Jan 7, 2022 that will close this issue
@chrissimpkins chrissimpkins changed the title Add Matrix type and matrix arithmetic support Add M × N Matrix type and matrix arithmetic support Jan 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant