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

Compute Gaussian elimination on the stack #1

Open
den-taku opened this issue Apr 22, 2022 · 1 comment
Open

Compute Gaussian elimination on the stack #1

den-taku opened this issue Apr 22, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@den-taku
Copy link
Owner

Use stack instead of heap to speed up calcutaion.

Now, we use heap in forward_erase for easy swapping.
But we can use stack by managing indeces separetely.

@den-taku den-taku added the enhancement New feature or request label Apr 22, 2022
@den-taku den-taku self-assigned this Apr 22, 2022
@den-taku
Copy link
Owner Author

Moreover, passing an array which manages the indeces from forward_erase to backward_substitute can keep the order of solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant