mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
e9cbeb5fad
with other lapack libraries [1]; respect LDFLAGS when linking; wrap long lines; trim pkg-descr PR: 159129 [1] Submitted by: stephen (original version) [1]
10 lines
554 B
Plaintext
10 lines
554 B
Plaintext
ARPACK software is capable of solving large symmetric, nonsymmetric, and
|
|
generalized eigenproblems. The software is designed to compute a few (k)
|
|
eigenvalues with user-specified features, such as those of largest real part
|
|
or largest magnitude. Storage requirements are on the order of n*k locations,
|
|
and no auxiliary storage is required. A set of numerically orthogonal Schur
|
|
basis vectors for the desired k-dimensional eigen-space is computed.
|
|
Numerically accurate eigenvectors are available on request.
|
|
|
|
WWW: http://www.caam.rice.edu/software/ARPACK/
|