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 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add matrix #1

wants to merge 1 commit into from

Conversation

snsinfu
Copy link
Owner

@snsinfu snsinfu commented Oct 20, 2020

This PR adds a class cxx::matrix to the library. The class represents a 3-by-3 matrix. Supports linear operations, matrix product and vector transformation.

This enhancement may break the "no linear algebra" principle, but occasionally I want to use a matrix for vector transformation and some hessian calculation.

@snsinfu snsinfu added the enhancement New feature or request label Oct 20, 2020
@snsinfu
Copy link
Owner Author

snsinfu commented Oct 20, 2020

Put on hold. This enhancement can start a feature creep: linear algebra, rotation matrix, symmetric matrix, tensors and more...

Maybe I just use GLM or Eigen if matrix is needed.

@snsinfu snsinfu added the hold label Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hold
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant