Sherman-Morrison/include
Francois Coppens 22590b7684 * Woodburry 3x3 kernel fixed
* Written Unified Sherman-Morrison-Woodbury kernel that partitions
  the updates in blocks of 3 and tries them with Woodbury 3x3.
  The remainder of 2 or one are attempted with Woodbury 2x2 and SM2.

For now the unified kernel gives fails where pure SM2 does not.
I suspect there is something going wrong in how the updates are partitioned.
2021-06-15 11:53:04 +02:00
..
Helpers.hpp * Woodburry 3x3 kernel fixed 2021-06-15 11:53:04 +02:00
SM_Maponi.hpp - Various fixes 2021-05-07 17:11:04 +02:00
SM_Standard.hpp First implementation of SM4 2021-05-06 10:51:42 +02:00
SMWB.hpp Created Woodbery kernel infrastructure and started wrinting Woodbery 2x2 kernel. 2021-06-04 16:50:49 +02:00
vfc_hashmap.h Code restyled. Added restyling script. Code for determinant is not working because it gets stuck in an infinite recursion loop. 2021-05-19 15:23:19 +02:00
vfc_probe.h Code restyled. Added restyling script. Code for determinant is not working because it gets stuck in an infinite recursion loop. 2021-05-19 15:23:19 +02:00
Woodbury.hpp First implementation of Woodbury 2x2 and 3x3 kernels. 2021-06-10 08:46:40 +02:00