1 Star 0 Fork 1

Fortran开源库镜像/minpack

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
fpm.toml 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
Sebastian Ehlert 提交于 2022-02-23 23:04 . Use fpm 0.3.0 for testing (#41)
name = "minpack"
description = "Minpack includes software for solving nonlinear equations and nonlinear least squares problems"
homepage = "https://github.com/fortran-lang/minpack"
version = "2.0.0"
license = "MIT"
author = "minpack contributors"
maintainer = "@fortran-lang"
copyright = "Copyright (c) 2022 minpack contributors; Minpack Copyright Notice (1999) University of Chicago. All rights reserved"
categories = ["numerical"]
keywords = ["least squares", "linear equations", "nonlinear equations"]
[install]
library = true
[build]
auto-executables = false
auto-tests = false
auto-examples = false
[[test]]
name = "test_chkder"
source-dir = "test"
main = "test_chkder.f90"
[[test]]
name = "test_hybrd"
source-dir = "test"
main = "test_hybrd.f90"
[[test]]
name = "test_hybrj"
source-dir = "test"
main = "test_hybrj.f90"
[[test]]
name = "test_lmder"
source-dir = "test"
main = "test_lmder.f90"
[[test]]
name = "test_lmdif"
source-dir = "test"
main = "test_lmdif.f90"
[[test]]
name = "test_lmstr"
source-dir = "test"
main = "test_lmstr.f90"
[[example]]
name = "example_hybrd"
source-dir = "examples"
main = "example_hybrd.f90"
[[example]]
name = "example_hybrd1"
source-dir = "examples"
main = "example_hybrd1.f90"
[[example]]
name = "example_lmder1"
source-dir = "examples"
main = "example_lmder1.f90"
[[example]]
name = "example_lmdif1"
source-dir = "examples"
main = "example_lmdif1.f90"
[[example]]
name = "example_primes"
source-dir = "examples"
main = "example_primes.f90"
# [[test]]
# name = "c-test"
# source-dir = "test/api"
# main = "tester.c"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
FORTRAN
1
https://gitee.com/fortran-base/minpack.git
git@gitee.com:fortran-base/minpack.git
fortran-base
minpack
minpack
main

搜索帮助