Commit Graph
17 Commits
Author SHA1 Message Date
Quinn Henthorne 002f3ac314 Added a function for SVD in python 2024-12-16 10:23:21 -05:00
Quinn Henthorne 6c47a491ea Added an example QR decomposition function in python 2024-12-16 09:18:43 -05:00
Quinn Henthorne 941758e8ea Refactors the underlying data type to optimize performance 2024-12-13 17:04:46 -05:00
Quinn Henthorne 53f3766658 Added a template pack initializer 2024-12-13 16:37:40 -05:00
Quinn Henthorne fb16c6f61b Added timing tests for matrix math 2024-12-13 15:50:53 -05:00
Quinn Henthorne 92c48e78f8 Moved the matrix implimentation out of the hpp file 2024-12-13 11:36:22 -05:00
Quinn Henthorne 2d097701bd Added some TODOs for additional matrix functions 2024-12-13 11:12:14 -05:00
Quinn Henthorne 6f5214b448 Finished adding unit tests and need to write timing tests 2024-12-13 11:04:16 -05:00
Quinn Henthorne 5bbdefa4cf Fixed matrix inversion 2024-12-13 10:04:06 -05:00
Quinn Henthorne 8fa9d8c77c Added overloaded operators for the rest of the major operators 2024-12-13 09:10:34 -05:00
Quinn Henthorne 7d7d89c676 Working on polishing functions 2024-12-11 17:30:47 -05:00
Quinn Henthorne 9cbaeb2c27 Got matrix multiplication working 2024-12-11 09:09:08 -05:00
Quinn Henthorne 3233263ffc Started adding the first real unit test 2024-12-10 17:06:07 -05:00
Quinn Henthorne 1ef741ea93 Got the matrix library compiling in the tests 2024-12-10 16:56:57 -05:00
Quinn Henthorne ebdf279a5e Added an example test case 2024-12-10 16:49:31 -05:00
Quinn Henthorne 175c0354f8 Added the hpps as static libraries 2024-12-10 16:42:02 -05:00
Quinn Henthorne 38e03085ad Renamed the headers to hpp 2024-12-10 11:32:12 -05:00