We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9f519 commit ac9a2b1Copy full SHA for ac9a2b1
source/module_base/opt_DCsrch.cpp
@@ -2,9 +2,9 @@
2
#include <string.h>
3
#include <math.h>
4
5
-// This file is translated from fortran codes MathDCsrch.f and MathDCstep.f of PROFESS3.0.
+// This file is translated from fortran codes dcstep.f of scipy.
6
// The structure and all annotation of the original file have been retained.
7
-// See original source at https://github.com/EACcodes/PROFESS/blob/master/Source.
+// See original source at https://github.com/scipy/scipy/blob/main/scipy/optimize/minpack2/dcstep.f.
8
// sunliang 2022-05-30
9
10
namespace ModuleBase
0 commit comments