Sherman-Morrison/include/Woodbury.hpp
2021-07-12 16:36:42 +02:00

8 lines
277 B
C++

// Woodbury 2x2 kernel
bool WB2(double *Slater_inv, const unsigned int Dim, double *Updates,
const unsigned int *Updates_index);
// Woodbury 3x3 kernel
bool WB3(double *Slater_inv, const unsigned int Dim, double *Updates,
const unsigned int *Updates_index);