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

文件名称:cvode-2.8.2.tar

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

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

c++程序 解决常微分方程组,比较权威的求解器,cvode-c++ program to solve ordinary differential equations, more authoritative solver, cvode
(系统自动生成,下载前可以参看下载内容)

下载文件列表

cvode-2.8.2/README
cvode-2.8.2/LICENSE
cvode-2.8.2/INSTALL_GUIDE.pdf
cvode-2.8.2/CMakeLists.txt
cvode-2.8.2/config/SundialsAddTest.cmake
cvode-2.8.2/config/SundialsFortran.cmake
cvode-2.8.2/config/SundialsFortran90.cmake
cvode-2.8.2/config/SundialsCXX.cmake
cvode-2.8.2/config/SundialsLapack.cmake
cvode-2.8.2/config/SundialsKLU.cmake
cvode-2.8.2/config/SundialsSuperLUMT.cmake
cvode-2.8.2/config/SundialsMPIC.cmake
cvode-2.8.2/config/SundialsMPICXX.cmake
cvode-2.8.2/config/SundialsMPIF.cmake
cvode-2.8.2/config/SundialsMPIF90.cmake
cvode-2.8.2/config/FindMPI.cmake
cvode-2.8.2/config/FindKLU.cmake
cvode-2.8.2/config/FindSUPERLUMT.cmake
cvode-2.8.2/include/sundials/sundials_config.in
cvode-2.8.2/include/sundials/sundials_types.h
cvode-2.8.2/include/sundials/sundials_math.h
cvode-2.8.2/include/sundials/sundials_nvector.h
cvode-2.8.2/include/sundials/sundials_fnvector.h
cvode-2.8.2/include/sundials/sundials_dense.h
cvode-2.8.2/include/sundials/sundials_direct.h
cvode-2.8.2/include/sundials/sundials_sparse.h
cvode-2.8.2/include/sundials/sundials_band.h
cvode-2.8.2/include/sundials/sundials_lapack.h
cvode-2.8.2/include/sundials/sundials_spgmr.h
cvode-2.8.2/include/sundials/sundials_spfgmr.h
cvode-2.8.2/include/sundials/sundials_spbcgs.h
cvode-2.8.2/include/sundials/sundials_sptfqmr.h
cvode-2.8.2/include/sundials/sundials_pcg.h
cvode-2.8.2/include/sundials/sundials_iterative.h
cvode-2.8.2/include/sundials/sundials_klu_impl.h
cvode-2.8.2/include/sundials/sundials_superlumt_impl.h
cvode-2.8.2/include/nvector/nvector_serial.h
cvode-2.8.2/include/nvector/nvector_parallel.h
cvode-2.8.2/include/nvector/nvector_pthreads.h
cvode-2.8.2/include/nvector/nvector_openmp.h
cvode-2.8.2/src/sundials/README
cvode-2.8.2/src/sundials/LICENSE
cvode-2.8.2/src/sundials/CMakeLists.txt
cvode-2.8.2/src/sundials/sundials_math.c
cvode-2.8.2/src/sundials/sundials_nvector.c
cvode-2.8.2/src/sundials/sundials_dense.c
cvode-2.8.2/src/sundials/sundials_direct.c
cvode-2.8.2/src/sundials/sundials_sparse.c
cvode-2.8.2/src/sundials/sundials_band.c
cvode-2.8.2/src/sundials/sundials_spgmr.c
cvode-2.8.2/src/sundials/sundials_spfgmr.c
cvode-2.8.2/src/sundials/sundials_spbcgs.c
cvode-2.8.2/src/sundials/sundials_sptfqmr.c
cvode-2.8.2/src/sundials/sundials_pcg.c
cvode-2.8.2/src/sundials/sundials_iterative.c
cvode-2.8.2/src/nvec_ser/README
cvode-2.8.2/src/nvec_ser/CMakeLists.txt
cvode-2.8.2/src/nvec_ser/fnvector_serial.h
cvode-2.8.2/src/nvec_ser/nvector_serial.c
cvode-2.8.2/src/nvec_ser/fnvector_serial.c
cvode-2.8.2/src/nvec_par/README
cvode-2.8.2/src/nvec_par/CMakeLists.txt
cvode-2.8.2/src/nvec_par/fnvector_parallel.h
cvode-2.8.2/src/nvec_par/nvector_parallel.c
cvode-2.8.2/src/nvec_par/fnvector_parallel.c
cvode-2.8.2/src/nvec_openmp/README
cvode-2.8.2/src/nvec_openmp/CMakeLists.txt
cvode-2.8.2/src/nvec_openmp/nvector_openmp.c
cvode-2.8.2/src/nvec_openmp/fnvector_openmp.c
cvode-2.8.2/src/nvec_openmp/fnvector_openmp.h
cvode-2.8.2/src/nvec_pthreads/README
cvode-2.8.2/src/nvec_pthreads/CMakeLists.txt
cvode-2.8.2/src/nvec_pthreads/nvector_pthreads.c
cvode-2.8.2/src/nvec_pthreads/fnvector_pthreads.c
cvode-2.8.2/src/nvec_pthreads/fnvector_pthreads.h
cvode-2.8.2/examples/nvector/serial/test_nvector_serial.c
cvode-2.8.2/examples/nvector/serial/CMakeLists.txt
cvode-2.8.2/examples/nvector/parallel/test_nvector_mpi.c
cvode-2.8.2/examples/nvector/parallel/CMakeLists.txt
cvode-2.8.2/examples/nvector/openmp/test_nvector_openmp.c
cvode-2.8.2/examples/nvector/openmp/CMakeLists.txt
cvode-2.8.2/examples/nvector/pthreads/test_nvector_pthreads.c
cvode-2.8.2/examples/nvector/pthreads/CMakeLists.txt
cvode-2.8.2/examples/nvector/test_nvector.c
cvode-2.8.2/examples/nvector/test_nvector.h
cvode-2.8.2/examples/templates/cmakelists_parallel_C_ex.in
cvode-2.8.2/examples/templates/cmakelists_parallel_F77_ex.in
cvode-2.8.2/examples/templates/cmakelists_parallel_CXX_ex.in
cvode-2.8.2/examples/templates/cmakelists_serial_C_ex.in
cvode-2.8.2/examples/templates/cmakelists_serial_F77_ex.in
cvode-2.8.2/examples/templates/cmakelists_serial_CXX_ex.in
cvode-2.8.2/examples/templates/cmakelists_openmp_C_ex.in
cvode-2.8.2/examples/templates/cmakelists_openmp_F77_ex.in
cvode-2.8.2/examples/templates/cmakelists_pthreads_C_ex.in
cvode-2.8.2/examples/templates/cmakelists_pthreads_F77_ex.in
cvode-2.8.2/examples/templates/cmakelists_serial_F90_ex.in
cvode-2.8.2/examples/templates/cmakelists_parallel_F90_ex.in
cvode-2.8.2/examples/templates/makefile_parallel_C_ex.in
cvode-2.8.2/examples/templates/makefile_parallel_F77_ex.in
cvode-2.8.2/examples/templates/makefile_parallel_CXX_ex.in
cvode-2.8.2/examples/templates/makefile_serial_C_ex.in
cvode-2.8.2/examples/templates/makefile_serial_F77_ex.in
cvode-2.8.2/examples/templates/makefile_serial_CXX_ex.in
cvode-2.8.2/examples/templates/makefile_openmp_C_ex.in
cvode-2.8.2/examples/templates/makefile_openmp_F77_ex.in
cvode-2.8.2/examples/templates/makefile_pthreads_C_ex.in
cvode-2.8.2/examples/templates/makefile_pthreads_F77_ex.in
cvode-2.8.2/examples/templates/makefile_serial_F90_ex.in
cvode-2.8.2/examples/templates/makefile_parallel_F90_ex.in
cvode-2.8.2/doc/cvode/cv_guide.pdf
cvode-2.

相关说明

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

相关评论

暂无评论内容.

发表评论

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