软件包:libtrilinos-shylu-14.4(14.4.0-1~exp1)
libtrilinos-shylu-14.4 的相关链接
Debian 的资源:
下载源码包 trilinos:
维护小组:
外部的资源:
- 主页 [trilinos.github.io]
相似软件包:
试制(Experimental)软件包
警告:这个软件包来自于 experimental 发行版。这表示它很有可能表现出不稳定或者出现 bug ,甚至是导致资料损失。请务必在使用之前查阅 changelog 以及其他潜在的文档。
solving sparse linear systems - runtime files
ShyLU is a package for solving sparse linear systems. It can be used either as a preconditioner, or as a solver. Currently, it is recommended as an Ifpack preconditioner. ShyLU uses a hybrid direct/iterative approach based on Schur complements. The goal is to provide robustness similar to sparse direct solvers, but memory usage more similar to preconditioned iterative solvers. ShyLU was designed as a node-level solver. It can use both MPI and threads in several ways. ShyLU was designed (a) to solve difficult but medium-size problems, and (b) to be used as a subdomain solver or smoother for very large problems within an iterative scheme. It is a purely algebraic method so can be used as a black-box solver. ShyLU has been particularly successful in electrical circuit simulation (Xyce).
This package contains the dynamic libraries.
其他与 libtrilinos-shylu-14.4 有关的软件包
|
|
|
|
-
- dep: libblas3
- Basic Linear Algebra Reference implementations, shared library
- 或者 libblas.so.3
- 软件包暂时不可用
-
- dep: libc6 (>= 2.35)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支持库
-
- dep: liblapack3
- Library of linear algebra routines 3 - shared version
- 或者 liblapack.so.3
- 软件包暂时不可用
-
- dep: libstdc++6 (>= 13.1)
- GNU 标准 C++ 库,第3版
-
- dep: libtrilinos-kokkos-14.4 (>= 14.4.0)
- Trilinos Kokkos programming model - runtime files