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 (6)

Label Occurrences
ARPACK 1
ARPACK-NG 1
ARnoldi PACKage 1

How this entity was disambiguated

Statements (51)

Predicate Object
instanceOf eigenvalue solver library
numerical software library
algorithmType Arnoldi method
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
linked to: arpack
hasSuccessor ARPACK-NG
linked to: arpack
implementationLanguage Fortran 77
influenced Julia Arpack.jl package
MATLAB eigs function
linked to: arpack

Octave eigs function
linked to: arpack

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
Julia packages
MATLAB
R packages
SciPy
many finite element codes

How these facts were elicited

Referenced by (6)

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

PCA (scikit-learn) svd_solverOption arpack
subject linked to: PCA
ARPACK fullName ARnoldi PACKage
subject linked to: arpack
linked to: arpack
ARPACK hasSuccessor ARPACK-NG
subject linked to: arpack
linked to: arpack
ARPACK influenced MATLAB eigs function
subject linked to: arpack
linked to: arpack
ARPACK influenced Octave eigs function
subject linked to: arpack
linked to: arpack
Lanczos algorithm implementedIn ARPACK
linked to: arpack