mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-11-04 05:03:59 +01:00
4bd61dd76c
- It can serve as a baseline reference - It can serve as a starting point for including the pivot and splitting techniques from Maponi and Slaggel without the full complexity of the MaponiA3 algorithm
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);
|