mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-11-04 05:03:59 +01:00
4 lines
145 B
C++
4 lines
145 B
C++
|
void SM(double *Slater_inv, unsigned int Dim,
|
||
|
unsigned int N_updates, double *Updates,
|
||
|
unsigned int *Updates_index);
|