Accelerate Newton's method for LiebLin by moving allocations up

This commit is contained in:
J.-S. Caux
2018-09-07 17:35:20 +02:00
parent 565216ffdd
commit b5f3b0755c
2 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ namespace ABACUS {
void Set_Free_lambdaocs();
void Iterate_BAE(DP damping);
void Iterate_BAE_S(DP damping);
void Iterate_BAE_Newton(DP damping);
void Iterate_BAE_Newton (DP damping, Vect_DP& RHSBAE, Vect_DP& dlambdaoc, SQMat_DP& Gaudin, Vect_INT& indx);
void Compute_Energy ();
void Compute_Momentum ();
DP Kernel (int a, int b);