CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算

文件名称:cvodes-2.5.0.tar

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    2.22mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

可求解微分方程,并进行系统敏感度分析,高性能开源数值计算-numerical algorithm for ODE
(系统自动生成,下载前可以参看下载内容)

下载文件列表

cvodes-2.5.0/README
cvodes-2.5.0/INSTALL_NOTES
cvodes-2.5.0/LICENSE
cvodes-2.5.0/Makefile.in
cvodes-2.5.0/configure.ac
cvodes-2.5.0/acinclude.m4
cvodes-2.5.0/config.hin
cvodes-2.5.0/configure
cvodes-2.5.0/config/sundials-config.in
cvodes-2.5.0/config/config.guess
cvodes-2.5.0/config/config.sub
cvodes-2.5.0/config/install-sh
cvodes-2.5.0/config/mkinstalldirs
cvodes-2.5.0/config/ltmain.sh
cvodes-2.5.0/config/fortran_update.in
cvodes-2.5.0/config/mod_c.m4
cvodes-2.5.0/config/mod_fortran.m4
cvodes-2.5.0/config/cust_general.m4
cvodes-2.5.0/include/sundials/sundials_types.h
cvodes-2.5.0/include/sundials/sundials_math.h
cvodes-2.5.0/include/sundials/sundials_nvector.h
cvodes-2.5.0/include/sundials/sundials_fnvector.h
cvodes-2.5.0/include/sundials/sundials_dense.h
cvodes-2.5.0/include/sundials/sundials_smalldense.h
cvodes-2.5.0/include/sundials/sundials_band.h
cvodes-2.5.0/include/sundials/sundials_spgmr.h
cvodes-2.5.0/include/sundials/sundials_spbcgs.h
cvodes-2.5.0/include/sundials/sundials_sptfqmr.h
cvodes-2.5.0/include/sundials/sundials_iterative.h
cvodes-2.5.0/include/nvector/nvector_serial.h
cvodes-2.5.0/include/nvector/nvector_parallel.h
cvodes-2.5.0/src/sundials/README
cvodes-2.5.0/src/sundials/Makefile.in
cvodes-2.5.0/src/sundials/sundials_config.in
cvodes-2.5.0/src/sundials/sundials_math.c
cvodes-2.5.0/src/sundials/sundials_nvector.c
cvodes-2.5.0/src/sundials/sundials_dense.c
cvodes-2.5.0/src/sundials/sundials_smalldense.c
cvodes-2.5.0/src/sundials/sundials_band.c
cvodes-2.5.0/src/sundials/sundials_spgmr.c
cvodes-2.5.0/src/sundials/sundials_spbcgs.c
cvodes-2.5.0/src/sundials/sundials_sptfqmr.c
cvodes-2.5.0/src/sundials/sundials_iterative.c
cvodes-2.5.0/src/nvec_ser/README
cvodes-2.5.0/src/nvec_ser/fnvector_serial.h
cvodes-2.5.0/src/nvec_ser/Makefile.in
cvodes-2.5.0/src/nvec_ser/nvector_serial.c
cvodes-2.5.0/src/nvec_ser/fnvector_serial.c
cvodes-2.5.0/src/nvec_par/README
cvodes-2.5.0/src/nvec_par/fnvector_parallel.h
cvodes-2.5.0/src/nvec_par/Makefile.in
cvodes-2.5.0/src/nvec_par/nvector_parallel.c
cvodes-2.5.0/src/nvec_par/fnvector_parallel.c
cvodes-2.5.0/src/cvodes/LICENSE
cvodes-2.5.0/src/cvodes/README
cvodes-2.5.0/doc/cvodes/cvs_guide.pdf
cvodes-2.5.0/doc/cvodes/cvs_examples.pdf
cvodes-2.5.0/include/cvodes/cvodes.h
cvodes-2.5.0/include/cvodes/cvodes_dense.h
cvodes-2.5.0/include/cvodes/cvodes_band.h
cvodes-2.5.0/include/cvodes/cvodes_diag.h
cvodes-2.5.0/include/cvodes/cvodes_spgmr.h
cvodes-2.5.0/include/cvodes/cvodes_spbcgs.h
cvodes-2.5.0/include/cvodes/cvodes_sptfqmr.h
cvodes-2.5.0/include/cvodes/cvodes_spils.h
cvodes-2.5.0/include/cvodes/cvodes_bandpre.h
cvodes-2.5.0/include/cvodes/cvodes_bbdpre.h
cvodes-2.5.0/src/cvodes/Makefile.in
cvodes-2.5.0/src/cvodes/cvodes.c
cvodes-2.5.0/src/cvodes/cvodea.c
cvodes-2.5.0/src/cvodes/cvodes_io.c
cvodes-2.5.0/src/cvodes/cvodea_io.c
cvodes-2.5.0/src/cvodes/cvodes_dense.c
cvodes-2.5.0/src/cvodes/cvodes_band.c
cvodes-2.5.0/src/cvodes/cvodes_diag.c
cvodes-2.5.0/src/cvodes/cvodes_spils.c
cvodes-2.5.0/src/cvodes/cvodes_spgmr.c
cvodes-2.5.0/src/cvodes/cvodes_spbcgs.c
cvodes-2.5.0/src/cvodes/cvodes_sptfqmr.c
cvodes-2.5.0/src/cvodes/cvodes_bandpre.c
cvodes-2.5.0/src/cvodes/cvodes_bbdpre.c
cvodes-2.5.0/src/cvodes/cvodes_impl.h
cvodes-2.5.0/src/cvodes/cvodes_dense_impl.h
cvodes-2.5.0/src/cvodes/cvodes_band_impl.h
cvodes-2.5.0/src/cvodes/cvodes_diag_impl.h
cvodes-2.5.0/src/cvodes/cvodes_spils_impl.h
cvodes-2.5.0/src/cvodes/cvodes_bandpre_impl.h
cvodes-2.5.0/src/cvodes/cvodes_bbdpre_impl.h
cvodes-2.5.0/examples/cvodes/serial/README
cvodes-2.5.0/examples/cvodes/serial/Makefile.in
cvodes-2.5.0/examples/cvodes/serial/cvsadjbanx.c
cvodes-2.5.0/examples/cvodes/serial/cvsadjbanx.out
cvodes-2.5.0/examples/cvodes/serial/cvsadjdenx.c
cvodes-2.5.0/examples/cvodes/serial/cvsadjdenx.out
cvodes-2.5.0/examples/cvodes/serial/cvsadjkryx_int.c
cvodes-2.5.0/examples/cvodes/serial/cvsadjkryx_int.out
cvodes-2.5.0/examples/cvodes/serial/cvsadjkryx_pnt.c
cvodes-2.5.0/examples/cvodes/serial/cvsadjkryx_pnt.out
cvodes-2.5.0/examples/cvodes/serial/cvsbanx.c
cvodes-2.5.0/examples/cvodes/serial/cvsbanx.out
cvodes-2.5.0/examples/cvodes/serial/cvsdenx.c
cvodes-2.5.0/examples/cvodes/serial/cvsdenx.out
cvodes-2.5.0/examples/cvodes/serial/cvsdenx_uw.c
cvodes-2.5.0/examples/cvodes/serial/cvsdenx_uw.out
cvodes-2.5.0/examples/cvodes/serial/cvsdirectdem.c
cvodes-2.5.0/examples/cvodes/serial/cvsdirectdem.out
cvodes-2.5.0/examples/cvodes/serial/cvsfwddenx.c
cvodes-2.5.0/examples/cvodes/serial/cvsfwddenx.out1
cvodes-2.5.0/examples/cvodes/serial/cvsfwddenx.out2
cvodes-2.5.0/examples/cvodes/serial/cvsfwdkryx.c
cvodes-2.5.0/examples/cvodes/serial/cvsfwdkryx.out1
cvodes-2.5.0/examples/cvodes/serial/cvsfwdkryx.out2
cvodes-2.5.0/examples/cvodes/serial/cvsfwdnonx.c
cvodes-2.5.0/examples/cvodes/serial/cvsfwdnonx.out1
cvodes-2.5.0/examples/cvodes/serial/cvsfwdnonx.out2
cvodes-2.5.0/examples/cvodes/serial/cvskrydem_lin.c
cvodes-2.5.0/examples/cvodes/serial/cvskrydem_lin.out
cvodes-2.5.0/examples/cvodes/serial/cvskrydem_pre.c
cvodes-2.5.0/examples/cvodes/serial/cvskrydem_pre.out
cvodes-2.5.0/examples/cvodes/serial/cvskryx_bp.c
cvodes-2.5.0/example

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com