gauss-newton

时间:2021-07-11 13:34:40
【文件属性】:
文件名称:gauss-newton
文件大小:99KB
文件格式:ZIP
更新时间:2021-07-11 13:34:40
Java 高斯-牛顿法 目录结构 /release: 可执行的 jar 文件 /src: 源文件 用法 java -jar gn_[qua | exp | log | rat] -f points_file -b a,b,c -i iterations [-h | -g] Gauss-Newton method for approximating functions. gn_qua: Approximates a quadratic function in the form f(x) = ax^2 + bx + c gn_exp: Approximates a exponential function in the form f(x) = ae^(bx)+ c gn_log: Approximates a logarithmic function in the f
【文件预览】:
gauss-newton-master
----manifest.mf(114B)
----src()
--------IllegalOperandException.java(408B)
--------CommandParser.java(5KB)
--------ProjectMain.java(3KB)
--------LinearAlgebra.java(4KB)
--------gn_log.java(649B)
--------gn_qua.java(645B)
--------Matrix.java(5KB)
--------Vector.java(4KB)
--------gn_rat.java(642B)
--------GaussNewton.java(5KB)
--------QRFact.java(4KB)
--------gn_exp.java(649B)
----testquad(52B)
----testexp(85B)
----release()
--------gn_qua.jar(19KB)
--------gn_log.jar(19KB)
--------gn_rat.jar(19KB)
--------gn_exp.jar(19KB)
----testrat(91B)
----testlog(66B)
----README.md(855B)
----build.xml(3KB)
----.gitignore(44B)
----nbproject()
--------genfiles.properties(467B)
--------project.properties(2KB)
--------build-impl.xml(75KB)
--------project.xml(438B)

网友评论