Quinn Cynopolis
  • Joined on 2025-05-07
Cynopolis pushed to eigenvector-and-values at Cynopolis/Vector3D 2025-06-02 10:49:22 -04:00
37556c7c81 Made unit tests a little better and fixed matrix multiplication errors for non-square amtrices
Cynopolis commented on pull request Cynopolis/Vector3D#2 2025-05-30 15:31:13 -04:00
Working on adding efficient eigenvector and value calculations

I need a lot more iterations to make the QR eigen values accurate. Have a look at this article: https://www.andreinc.net/2021/01/25/computing-eigenvalues-and-eigenvectors-using-qr-decomposition

Cynopolis pushed to eigenvector-and-values at Cynopolis/Vector3D 2025-05-30 15:26:23 -04:00
6fdab5be30 Added unit tests for eigen
Cynopolis pushed to eigenvector-and-values at Cynopolis/Vector3D 2025-05-30 14:47:45 -04:00
d07ac43f7b Added function comments
Cynopolis created pull request Cynopolis/Vector3D#2 2025-05-30 09:10:12 -04:00
Working on adding efficient eigenvector and value calculations
Cynopolis pushed to eigenvector-and-values at Cynopolis/Vector3D 2025-05-30 09:07:37 -04:00
74afbfeab8 Added QR decomposition functions
Cynopolis created branch eigenvector-and-values in Cynopolis/Vector3D 2025-05-30 09:07:37 -04:00
Cynopolis pushed to main at Cynopolis/Vector3D 2025-05-29 16:36:32 -04:00
1715d2b46c Merge pull request 'Add a merge checker script' (#1) from Testing-merge-checker into main
296f233b28 Updated README
32c2a5cef2 Added a check to see if the timing results have signifigantly changed
54d9699df8 Added a merge checker script that has to run before you can merge to main
Compare 4 commits »
Cynopolis merged pull request Cynopolis/Vector3D#1 2025-05-29 16:36:30 -04:00
Add a merge checker script
Cynopolis pushed to Testing-merge-checker at Cynopolis/Vector3D 2025-05-29 16:35:55 -04:00
296f233b28 Updated README
Cynopolis pushed to Testing-merge-checker at Cynopolis/Vector3D 2025-05-29 16:34:38 -04:00
32c2a5cef2 Added a check to see if the timing results have signifigantly changed
54d9699df8 Added a merge checker script that has to run before you can merge to main
Compare 2 commits »
Cynopolis pushed to Testing-merge-checker at Cynopolis/Vector3D 2025-05-29 16:31:45 -04:00
a165056cf7 Removed the seperate benchmark action
Cynopolis pushed to Testing-merge-checker at Cynopolis/Vector3D 2025-05-29 16:26:12 -04:00
dd785e83a3 Fixing timing test runner
Cynopolis pushed to Testing-merge-checker at Cynopolis/Vector3D 2025-05-29 16:21:47 -04:00
483738817a Benchmark no longer auto commits and just leaves a comment on the PR
Cynopolis pushed to Testing-merge-checker at Cynopolis/Vector3D 2025-05-29 16:13:07 -04:00
ff427c4844 Fixing timing test runner
Cynopolis pushed to Testing-merge-checker at Cynopolis/Vector3D 2025-05-29 16:10:40 -04:00
bbbbd25b58 Fixing timing test runner
Cynopolis pushed to Testing-merge-checker at Cynopolis/Vector3D 2025-05-29 16:02:06 -04:00
bfadc04ca7 Fixing timing test runner
Cynopolis pushed to Testing-merge-checker at Cynopolis/Vector3D 2025-05-29 11:59:15 -04:00
35a8c39302 Fixing timing test runner
Cynopolis pushed to Testing-merge-checker at Cynopolis/Vector3D 2025-05-29 11:54:48 -04:00
507f376809 Fixing timing test runner
Cynopolis pushed to Testing-merge-checker at Cynopolis/Vector3D 2025-05-29 11:51:04 -04:00
738693974a Fixing timing test runner