arpack

E426675

arpack is a numerical software library for efficiently computing a few eigenvalues and eigenvectors of large sparse matrices, commonly used in scientific computing and machine learning.

All labels observed (1)

Label Occurrences
arpack canonical 1

How this entity was disambiguated

Statements (51)

Predicate Object
instanceOf eigenvalue solver library
numerical software library
algorithmType Arnoldi method NERFINISHED
implicitly restarted Arnoldi method
designedFor large-scale eigenvalue computations
distributionFormat source code
feature ability to use user-supplied matrix-vector products
iterative Krylov subspace methods
memory efficiency for large problems
fullName ARnoldi PACKage NERFINISHED
hasSuccessor ARPACK-NG NERFINISHED
implementationLanguage Fortran 77
influenced Julia Arpack.jl package
MATLAB eigs function NERFINISHED
Octave eigs function NERFINISHED
R RSpectra package
SciPy ARPACK wrappers
isOpenSource true
license BSD-style license
optimizedFor sparse matrices
primaryFunction computing a few eigenvalues of large sparse matrices
computing corresponding eigenvectors of large sparse matrices
providesInterface reverse communication interface
supportsOperation computing eigenvalues near a target shift
computing largest magnitude eigenvalues
computing smallest magnitude eigenvalues
shift-and-invert spectral transformation
supportsProblemType complex-valued problems
double precision problems
generalized eigenvalue problems
large sparse eigenvalue problems
nonsymmetric eigenvalue problems
real-valued problems
single precision problems
standard eigenvalue problems
symmetric eigenvalue problems
typicalUseCase PCA computations
computational chemistry
computational physics
data mining
graph analysis
machine learning
scientific computing
spectral clustering
structural engineering
usedBy GNU Octave NERFINISHED
Julia packages
MATLAB NERFINISHED
R packages
SciPy NERFINISHED
many finite element codes

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

PCA svd_solverOption arpack
subject surface form: PCA (scikit-learn)