mach3-software / MaCh3

The official repository for MaCh3
https://mach3-software.github.io/MaCh3/
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Cache Hitting inv cov matrix #4

Closed KSkwarczynski closed 1 year ago

KSkwarczynski commented 2 years ago

Replace TMatrix with double**, this way we are cache hitting. This reduce time needed for LLH penalty calcaution. We still use TMatrix for Invert(), we simply convert it to double.