You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our project, we currently utilize the Eigen library for matrix operations. We want to be light on dependencies and we are considering replacing Eigen with our own implementation of matrix multiplication.
So, make it happen and make some tests :)
The text was updated successfully, but these errors were encountered:
MrNeRF
changed the title
Replace Eigen Library with Custom Matrix Multiplication Implementation
Replace Eigen Library with Custom Matrix Multiplication Implementation in C++ Code
Aug 18, 2023
No. I would suggest with own matmul and I believe quaternion ops. Its not much. The goal is to reduce deps from other libs to make it as self contained as possible.
In our project, we currently utilize the Eigen library for matrix operations. We want to be light on dependencies and we are considering replacing Eigen with our own implementation of matrix multiplication.
So, make it happen and make some tests :)
The text was updated successfully, but these errors were encountered: