adeeconometrics / LazyMat

Experimenting with Generic Lazy Matrix implementation in Cpp
https://adeeconometrics.github.io/LazyMat/
MIT License
0 stars 0 forks source link

Test for arm64 & x86 runtime performance #11

Closed adeeconometrics closed 4 months ago

adeeconometrics commented 5 months ago

Should see if the refactored Matric::operator= improve performance for larger matrices

adeeconometrics commented 4 months ago

dev-lazymatrix implements a simpler std::vector internal, some of the benefits found in this branch are:

Screenshot 2024-05-18 at 1 07 18 AM


Note: Function that was evaluated $$A \times B + A \cdot B \cdot (\sin(A) \times \cos(A) + B)$$

adeeconometrics commented 4 months ago

Avenues to explore: