Skip to content

Fibonacci: restore matrix power form #1455

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

Merged
merged 2 commits into from
Apr 22, 2025
Merged

Fibonacci: restore matrix power form #1455

merged 2 commits into from
Apr 22, 2025

Conversation

jxu
Copy link
Contributor

@jxu jxu commented Apr 19, 2025

Maybe a dotted line would show the matrix [[F2, F1],[F1,F0]] can be viewed as two column vectors. Using only the matrix power saves one matrix-vector multiply. Related #1453

Maybe a dotted line would show the matrix [[F2, F1],[F1,F0]] can be viewed as two column vectors.
Using only the matrix power saves one matrix-vector multiply.
@mhayter
Copy link
Contributor

mhayter commented Apr 22, 2025

I'm confused on why this wasn't merged after the conversation was resolved. I'm assuming it was an oversight.

@mhayter mhayter merged commit 546ce11 into main Apr 22, 2025
3 checks passed
@mhayter mhayter deleted the fibmatrix branch April 22, 2025 03:58
github-actions bot added a commit that referenced this pull request Apr 22, 2025
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 this pull request may close these issues.

3 participants