The FreeBSD Ports Archive
FreeBSD math : arpack4>
Argand Library: large eigenvalue subroutines (serial version)
The package is designed to compute a few eigenvalues and corresponding
eigenvectors of a general n by n matrix A. It is most appropriate for large
sparse or structured matrices A where structured means that a matrix-vector
product w <- Av requires order n rather than the usual order n2 floating point
operations. This software is based upon an algorithmic variant of the Arnoldi
process called the Implicitly Restarted Arnoldi Method (IRAM). When the matrix
A is symmetric it reduces to a variant of the Lanczos process called the
Implicitly Restarted Lanczos Method (IRLM). These variants may be viewed as a
synthesis of the Arnoldi/Lanczos process with the Implicitly Shifted QR
technique that is suitable for large scale problems. For many standard
problems, a matrix factorization is not required. Only the action of the matrix
on a vector is needed.
ARPACK software is capable of solving large scale symmetric, nonsymmetric,
and generalized eigenproblems from significant application areas. 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. No auxiliary storage is required. A set
of Schur basis vectors for the desired k-dimensional eigen-space is computed
which is numerically orthogonal to working precision. Numerically accurate
eigenvectors are available on request.
http://www.caam.rice.edu/software/ARPACK/
|
arpack history
v. 1.15
date: 2007/07/12 06:57:48; author: maho; state: Exp; lines: +1 -4
Now we use USE_FORTRAN=yes to use FORTRAN.
v. 1.14
date: 2007/01/16 02:39:07; author: maho; state: Exp; lines: +0 -1
Remove CONFLICT line as elmer-mathlibs are deprecated by migration
to gfortran.
v. 1.13
date: 2007/01/12 05:56:44; author: maho; state: Exp; lines: +6 -4
* Use gfortran42 only and not gcc42.
* Bump portrevision.
v. 1.12
date: 2007/01/10 14:14:44; author: maho; state: Exp; lines: +1 -1
* gfortran42 has "INTRINSIC etime"
http://icl.cs.utk.edu/lapack-forum/archives/lapack/msg00193.html
* Bump port revision
v. 1.11
date: 2007/01/09 22:49:50; author: maho; state: Exp; lines: +3 -3
* Requires gfortran compiled ATLAS and BLAS.
* Bump portrevision.
v. 1.10
date: 2007/01/09 05:54:45; author: maho; state: Exp; lines: +38 -7
Migrated to gfortran42.
Bump portrevision.
v. 1.9
date: 2006/08/15 00:29:11; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.8
date: 2006/04/24 19:57:20; author: thierry; state: Exp; lines: +2 -1
Register conflicts with math/elmer-mathlibs and pet portlint.
v. 1.7
date: 2006/02/07 10:46:01; author: sem; state: Exp; lines: +3 -12
- Use a static header file instead of generated by f2c.
It decreases a dependencies and so fix build on 7.0.
PR: ports/92940
Submitted by: Pedro F. Giffuni
Reported by: krismail
v. 1.6
date: 2006/01/03 04:37:24; author: edwin; state: Exp; lines: +2 -2
Make math/arpack depend less on math/atlas
Atlas is great in the platforms where it's available, however
it is not being packaged (for good reasons) anymore. arpack
originally used blas for testing and since we are not really
linking any version of blas in the package it doesn't make
any difference what we use. It seems better idea to use
blas for testing since it's faster to build and because
this also means we can package arpack without building
ATLAS, The resulting package will work with BLAs or ATLAS
just the same and in any case the BLAS_LIBS variable can
now be overridden to test with atlas if it's so desired.
This change doesn't change the package so I think we should
leave the PORTVERSION untouched.
PR: ports/91251
Submitted by: Pedro F. Giffuni
v. 1.5
date: 2004/04/07 13:26:19; author: clement; state: Exp; lines: +1 -1
- tar -> ${TAR} (since we have now a bsdtar ;)
v. 1.4
date: 2003/07/14 01:54:07; author: nork; state: Exp; lines: +1 -1
Fix suffix of a patch file.
PR: ports54434
Submitted by: Kay Lehmann
v. 1.3
date: 2003/07/11 20:08:49; author: nork; state: Exp; lines: +19 -12
Don't build a subset of BLAS and ARPACK2 and Use external ones.
PR: ports/52789
Submitted by; Pedro F. Giffuni
v. 1.2
date: 2003/05/05 11:43:46; author: maho; state: Exp; lines: +2 -2
Forgot to pass portlint.
v. 1.1
date: 2003/05/05 11:39:23; author: maho; state: Exp;
Argand Library (serial version)
Submitted by: Pedro F. Giffuni
=============================================================================
v. 1.15
date: 2007/07/12 06:57:48; author: maho; state: Exp; lines: +1 -4
Now we use USE_FORTRAN=yes to use FORTRAN.
v. 1.14
date: 2007/01/16 02:39:07; author: maho; state: Exp; lines: +0 -1
Remove CONFLICT line as elmer-mathlibs are deprecated by migration
to gfortran.
v. 1.13
date: 2007/01/12 05:56:44; author: maho; state: Exp; lines: +6 -4
* Use gfortran42 only and not gcc42.
* Bump portrevision.
v. 1.12
date: 2007/01/10 14:14:44; author: maho; state: Exp; lines: +1 -1
* gfortran42 has "INTRINSIC etime"
http://icl.cs.utk.edu/lapack-forum/archives/lapack/msg00193.html
* Bump port revision
v. 1.11
date: 2007/01/09 22:49:50; author: maho; state: Exp; lines: +3 -3
* Requires gfortran compiled ATLAS and BLAS.
* Bump portrevision.
v. 1.10
date: 2007/01/09 05:54:45; author: maho; state: Exp; lines: +38 -7
Migrated to gfortran42.
Bump portrevision.
v. 1.9
date: 2006/08/15 00:29:11; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.8
date: 2006/04/24 19:57:20; author: thierry; state: Exp; lines: +2 -1
Register conflicts with math/elmer-mathlibs and pet portlint.
v. 1.7
date: 2006/02/07 10:46:01; author: sem; state: Exp; lines: +3 -12
- Use a static header file instead of generated by f2c.
It decreases a dependencies and so fix build on 7.0.
PR: ports/92940
Submitted by: Pedro F. Giffuni
Reported by: krismail
v. 1.6
date: 2006/01/03 04:37:24; author: edwin; state: Exp; lines: +2 -2
Make math/arpack depend less on math/atlas
Atlas is great in the platforms where it's available, however
it is not being packaged (for good reasons) anymore. arpack
originally used blas for testing and since we are not really
linking any version of blas in the package it doesn't make
any difference what we use. It seems better idea to use
blas for testing since it's faster to build and because
this also means we can package arpack without building
ATLAS, The resulting package will work with BLAs or ATLAS
just the same and in any case the BLAS_LIBS variable can
now be overridden to test with atlas if it's so desired.
This change doesn't change the package so I think we should
leave the PORTVERSION untouched.
PR: ports/91251
Submitted by: Pedro F. Giffuni
v. 1.5
date: 2004/04/07 13:26:19; author: clement; state: Exp; lines: +1 -1
- tar -> ${TAR} (since we have now a bsdtar ;)
v. 1.4
date: 2003/07/14 01:54:07; author: nork; state: Exp; lines: +1 -1
Fix suffix of a patch file.
PR: ports54434
Submitted by: Kay Lehmann
v. 1.3
date: 2003/07/11 20:08:49; author: nork; state: Exp; lines: +19 -12
Don't build a subset of BLAS and ARPACK2 and Use external ones.
PR: ports/52789
Submitted by; Pedro F. Giffuni
v. 1.2
date: 2003/05/05 11:43:46; author: maho; state: Exp; lines: +2 -2
Forgot to pass portlint.
v. 1.1
date: 2003/05/05 11:39:23; author: maho; state: Exp;
Argand Library (serial version)
Submitted by: Pedro F. Giffuni
=============================================================================
v. 1.15
date: 2007/07/12 06:57:48; author: maho; state: Exp; lines: +1 -4
Now we use USE_FORTRAN=yes to use FORTRAN.
v. 1.14
date: 2007/01/16 02:39:07; author: maho; state: Exp; lines: +0 -1
Remove CONFLICT line as elmer-mathlibs are deprecated by migration
to gfortran.
v. 1.13
date: 2007/01/12 05:56:44; author: maho; state: Exp; lines: +6 -4
* Use gfortran42 only and not gcc42.
* Bump portrevision.
v. 1.12
date: 2007/01/10 14:14:44; author: maho; state: Exp; lines: +1 -1
* gfortran42 has "INTRINSIC etime"
http://icl.cs.utk.edu/lapack-forum/archives/lapack/msg00193.html
* Bump port revision
v. 1.11
date: 2007/01/09 22:49:50; author: maho; state: Exp; lines: +3 -3
* Requires gfortran compiled ATLAS and BLAS.
* Bump portrevision.
v. 1.10
date: 2007/01/09 05:54:45; author: maho; state: Exp; lines: +38 -7
Migrated to gfortran42.
Bump portrevision.
v. 1.9
date: 2006/08/15 00:29:11; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.8
date: 2006/04/24 19:57:20; author: thierry; state: Exp; lines: +2 -1
Register conflicts with math/elmer-mathlibs and pet portlint.
v. 1.7
date: 2006/02/07 10:46:01; author: sem; state: Exp; lines: +3 -12
- Use a static header file instead of generated by f2c.
It decreases a dependencies and so fix build on 7.0.
PR: ports/92940
Submitted by: Pedro F. Giffuni
Reported by: krismail
v. 1.6
date: 2006/01/03 04:37:24; author: edwin; state: Exp; lines: +2 -2
Make math/arpack depend less on math/atlas
Atlas is great in the platforms where it's available, however
it is not being packaged (for good reasons) anymore. arpack
originally used blas for testing and since we are not really
linking any version of blas in the package it doesn't make
any difference what we use. It seems better idea to use
blas for testing since it's faster to build and because
this also means we can package arpack without building
ATLAS, The resulting package will work with BLAs or ATLAS
just the same and in any case the BLAS_LIBS variable can
now be overridden to test with atlas if it's so desired.
This change doesn't change the package so I think we should
leave the PORTVERSION untouched.
PR: ports/91251
Submitted by: Pedro F. Giffuni
v. 1.5
date: 2004/04/07 13:26:19; author: clement; state: Exp; lines: +1 -1
- tar -> ${TAR} (since we have now a bsdtar ;)
v. 1.4
date: 2003/07/14 01:54:07; author: nork; state: Exp; lines: +1 -1
Fix suffix of a patch file.
PR: ports54434
Submitted by: Kay Lehmann
v. 1.3
date: 2003/07/11 20:08:49; author: nork; state: Exp; lines: +19 -12
Don't build a subset of BLAS and ARPACK2 and Use external ones.
PR: ports/52789
Submitted by; Pedro F. Giffuni
v. 1.2
date: 2003/05/05 11:43:46; author: maho; state: Exp; lines: +2 -2
Forgot to pass portlint.
v. 1.1
date: 2003/05/05 11:39:23; author: maho; state: Exp;
Argand Library (serial version)
Submitted by: Pedro F. Giffuni
=============================================================================
|
| |

|