mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-11-04 05:03:59 +01:00
5 lines
200 B
C++
5 lines
200 B
C++
// Sherman-Morrison-Woodbury kernel 1
|
|
// WB2, WB3, SM2 mixing scheme 1
|
|
void SMWB1(double *Slater_inv, unsigned int Dim, unsigned int N_updates,
|
|
double *Updates, unsigned int *Updates_index);
|