mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/arpack++: Add NO_ARCH; Remove docs/examples from pkg-plist; Split out special targets for DOCS/EXAMPLES install; Fix WWW.
This commit is contained in:
parent
b7be7c6a9e
commit
a86faff664
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561771
3 changed files with 11 additions and 278 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= arpack++
|
||||
PORTVERSION= 2.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
@ -36,12 +37,17 @@ GH_PROJECT= arpackpp
|
|||
USES= fortran gmake localbase
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
REINPLACE_ARGS= -i ""
|
||||
|
||||
DOCS= README.md doc/README doc/arpackpp.pdf doc/structure.txt
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
PORTDOCS= *
|
||||
PORTEXAMPLES= *
|
||||
|
||||
pre-configure:
|
||||
${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \
|
||||
-e "s|%%BLAS%%|${BLAS}|" \
|
||||
|
@ -54,11 +60,15 @@ do-install:
|
|||
for inc in `${LS} ${WRKSRC}/include` ; do \
|
||||
${INSTALL_DATA} ${WRKSRC}/include/$$inc ${STAGEDIR}${PREFIX}/include/ARPACK++; \
|
||||
done
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for doc in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
|
||||
do-install-EXAMPLES-on:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/Makefile.inc ${STAGEDIR}${EXAMPLESDIR}
|
||||
${CP} -R ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
|
|
@ -3,4 +3,4 @@ to ARPACK. It preserves the full capability, performance, accuracy and low
|
|||
memory requirements of the FORTRAN package, but takes advantage of the C++
|
||||
object-oriented programming environment.
|
||||
|
||||
WWW: http://www.ime.unicamp.br/~chico/arpack++/
|
||||
WWW: https://www.ime.unicamp.br/~chico/arpack++/
|
||||
|
|
|
@ -85,280 +85,3 @@ include/ARPACK++/saupp.h
|
|||
include/ARPACK++/seupp.h
|
||||
include/ARPACK++/superluc.h
|
||||
include/ARPACK++/umfpackc.h
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/arpackpp.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/structure.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.inc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/areig.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/complex/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/complex/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/complex/acompgre.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/complex/acompgsh.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/complex/acompreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/complex/acompshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/complex/acompsol.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/nonsym/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/nonsym/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/nonsym/ansymgre.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/nonsym/ansymgsc.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/nonsym/ansymgsh.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/nonsym/ansymreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/nonsym/ansymshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/nonsym/ansymsol.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/nonsym/simple.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/sym/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/sym/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/sym/asymgbkl.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/sym/asymgcay.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/sym/asymgreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/sym/asymgshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/sym/asymreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/sym/asymshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/sym/asymsol.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/complex/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/complex/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/complex/bcompgre.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/complex/bcompgsh.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/complex/bcompreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/complex/bcompshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/nonsym/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/nonsym/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/nonsym/bnsymgre.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/nonsym/bnsymgsc.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/nonsym/bnsymgsh.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/nonsym/bnsymreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/nonsym/bnsymshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/nonsym/bsvd.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/sym/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/sym/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/sym/bsymgbkl.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/sym/bsymgcay.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/sym/bsymgreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/sym/bsymgshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/sym/bsymreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/sym/bsymshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cholmod/sym/A.mat
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cholmod/sym/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cholmod/sym/csymgreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cholmod/sym/csymgshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cholmod/sym/csymreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cholmod/sym/csymshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/complex/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/complex/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/complex/dcompgre.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/complex/dcompgsh.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/complex/dcompreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/complex/dcompshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/nonsym/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/nonsym/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/nonsym/dnsymgre.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/nonsym/dnsymgsc.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/nonsym/dnsymgsh.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/nonsym/dnsymreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/nonsym/dnsymshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/nonsym/dsvd.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/nonsym/dsvd2.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/nonsym/matrix.dat.gz
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/sym/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/sym/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/sym/dsymgbkl.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/sym/dsymgcay.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/sym/dsymgreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/sym/dsymgshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/sym/dsymreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/sym/dsymshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/complex/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/complex/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/complex/hcompgen.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/complex/hcompstd.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/complex/mhd1280a.cua.gz
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/complex/mhd1280b.cua.gz
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/nonsym/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/nonsym/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/nonsym/hnsymgen.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/nonsym/hnsymstd.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/nonsym/mhd416a.rua
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/nonsym/mhd416b.rua
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/sym/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/sym/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/sym/hsymgen.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/sym/hsymstd.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/sym/lund_a.rsa
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/sym/lund_b.rsa
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/complex/cgenprba.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/complex/cgenprbb.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/complex/cmatrixa.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/complex/cmatrixb.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/complex/cmatrixc.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/complex/cmatrixd.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/complex/cmatrixe.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/complex/cmatrixf.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/matprod.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/nonsym/ngenprba.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/nonsym/ngenprbb.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/nonsym/ngenprbc.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/nonsym/nmatrixa.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/nonsym/nmatrixb.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/nonsym/nmatrixc.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/nonsym/nmatrixd.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/nonsym/nmatrixe.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/nonsym/nmatrixf.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/nonsym/nmatrixv.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/sym/sgenprba.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/sym/sgenprbb.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/sym/smatrixa.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/sym/smatrixb.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/sym/smatrixc.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/sym/smatrixd.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/bcmatrxa.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/bcmatrxb.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/bcmatrxc.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/dcmatrxa.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/dcmatrxb.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/dcmatrxc.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/lcmatrxa.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/lcmatrxb.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/lcmatrxe.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/lcmatrxf.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/lcompsol.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/bnmatrxa.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/bnmatrxb.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/bnmatrxc.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/bnmatrxd.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/bnmatrxe.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/bnmatrxw.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/dnmatrxa.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/dnmatrxb.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/dnmatrxc.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/dnmatrxd.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/dnmatrxe.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/dnmatrxw.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/lnmatrxa.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/lnmatrxb.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/lnmatrxc.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/lnmatrxd.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/lnmatrxe.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/lnmatrxf.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/lnmatrxv.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/lnmatrxw.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/lnsymsol.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/lsvdsol.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/bsmatrxa.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/bsmatrxb.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/bsmatrxc.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/dsmatrxa.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/dsmatrxb.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/dsmatrxc.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/lsmatrxa.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/lsmatrxb.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/lsmatrxc.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/lsmatrxd.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/lsymsol.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/complex/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/complex/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/complex/compgreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/complex/compgshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/complex/compgsol.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/complex/compreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/complex/compshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/complex/compsol.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/nsymgreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/nsymgsci.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/nsymgscr.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/nsymgshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/nsymgsol.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/nsymreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/nsymshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/nsymsol.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/nsymvsol.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/svd.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/simple/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/simple/symsimp.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/sym/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/sym/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/sym/symgbklg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/sym/symgcayl.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/sym/symgreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/sym/symgshft.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/sym/symgsol.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/sym/symreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/sym/symshft.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/sym/symsol.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/complex/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/complex/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/complex/rcompgre.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/complex/rcompgsh.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/complex/rcompgsl.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/complex/rcompreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/complex/rcompshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/complex/rcompsol.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/rnsymgre.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/rnsymgsc.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/rnsymgsh.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/rnsymgsl.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/rnsymreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/rnsymshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/rnsymsol.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/rnsymvsl.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/rsvd.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/sym/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/sym/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/sym/rsymgbkl.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/sym/rsymgcay.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/sym/rsymgreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/sym/rsymgshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/sym/rsymgsol.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/sym/rsymreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/sym/rsymshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/sym/rsymsol.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/complex/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/complex/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/complex/lcompgre.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/complex/lcompgsh.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/complex/lcompreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/complex/lcompshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/nonsym/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/nonsym/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/nonsym/lnsymgre.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/nonsym/lnsymgsc.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/nonsym/lnsymgsh.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/nonsym/lnsymreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/nonsym/lnsymshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/nonsym/lsvd.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/nonsym/lsvd2.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/sym/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/sym/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/sym/lsymgbkl.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/sym/lsymgcay.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/sym/lsymgreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/sym/lsymgshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/sym/lsymreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/sym/lsymshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/complex/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/complex/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/complex/ucompgre.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/complex/ucompgsh.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/complex/ucompreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/complex/ucompshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/nonsym/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/nonsym/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/nonsym/unsymgre.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/nonsym/unsymgsc.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/nonsym/unsymgsh.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/nonsym/unsymreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/nonsym/unsymshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/nonsym/usvd.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/sym/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/sym/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/sym/usymgbkl.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/sym/usymgcay.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/sym/usymgreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/sym/usymgshf.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/sym/usymreg.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/sym/usymshf.cc
|
||||
|
|
Loading…
Add table
Reference in a new issue