翻訳と辞書
Words near each other
・ Slicing Grandpa
・ Slicing Petri nets
・ Slick
・ Slick & Rose
・ Slick (album)
・ Slick (magazine format)
・ Slick (nickname)
・ Slick (surname)
・ Slick (tool)
・ Slick (wrestling)
・ Slick Aguilar
・ Slick Aircraft Slick 360
・ Slick Airways
・ Slentho
・ SLEP
SLEPc
・ Slepcev Storch
・ Slependen
・ Slependen Station
・ Slepi potnik
・ Slepian
・ Slepian's lemma
・ Slepian–Wolf coding
・ Slepotice
・ Slepčany
・ Slepče
・ Slepčević
・ Slepšek
・ Slerp
・ SLES


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

SLEPc : ウィキペディア英語版
SLEPc

SLEPc is a software library for the parallel computation of eigenvalues and eigenvectors of large, sparse matrices. It can be seen as a module of PETSc that provides solvers for different types of eigenproblems, including linear (standard and generalized) and nonlinear (quadratic, polynomial and general), as well as the SVD. It uses the MPI standard for parallelization. Both real and complex arithmetic are supported, with single and double precision.
When using SLEPc, the application programmer can use any of the PETSc's data structures and solvers. Other PETSc features are incorporated into SLEPc as well, such as command-line option setting, automatic profiling, error checking, portability to virtually all computing platforms, etc.
== Components ==
EPS provides iterative algorithms for linear eigenvalue problems.
* Krylov methods such as Krylov-Schur, Arnoldi and Lanczos.
* Davidson methods such as Generalized Davidson and Jacobi-Davidson.
* Interface to some external eigensolvers, such as ARPACK and BLOPEX.
* Customization options include: number of wanted eigenvalues, tolerance, size of the employed subspaces, part of the spectrum of interest.
ST encapsulates spectral transformations and other preconditioners for eigenvalue problems.
* Shift-and-invert and Cayley spectral transformations.
* Support for preconditioned eigensolvers (such as Jacobi-Davidson) by using the preconditioners provided by PETSc.
SVD contains solvers for the singular value decomposition.
* Solvers based on the cross-product matrix or the cyclic matrix, that rely on EPS solvers.
* Specific solvers based on bidiagonalization such as Golub-Kahan-Lanczos and a thick-restarted variant.
PEP is intended for polynomial eigenproblems, including the quadratic eigenvalue problem.
* Solvers based on explicit linearization, that rely on EPS solvers.
* Solvers that perform the linearization implicitly in a memory-efficient way, such Q-Arnoldi.
NEP provides functionality for the solution of the nonlinear eigenproblem.
* Basic solvers such as residual inverse iteration and successive linear problems.
* A solver based on polynomial interpolation that relies on PEP solvers.
MFN can be used to compute the action of a matrix function on a vector.
* Basic Krylov solver.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「SLEPc」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.