[arpack++] 01/09: Merge tag 'upstream/2.3'
Anton Gladky
gladk at moszumanska.debian.org
Wed Sep 10 19:11:08 UTC 2014
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository arpack++.
commit 6a24de596d2da34c47c9411d1eecf147101f88bf
Merge: 4ff9d76 8058919
Author: Anton Gladky <gladk at debian.org>
Date: Wed Sep 10 18:40:14 2014 +0200
Merge tag 'upstream/2.3'
Upstream version 2.3
AUTHORS | 0
COPYING | 0
ChangeLog | 0
INSTALL | 0
Makefile.am | 3 +
Makefile.in | 636 +
NEWS | 5 +
README | 159 +
aclocal.m4 | 7532 +++++++++++
config.guess | 1497 +++
config.h.in | 79 +
config.sub | 1608 +++
configure | 22082 ++++++++++++++++++++++++++++++++
configure.ac | 76 +
depcomp | 479 +
examples/Makefile.am | 23 +
examples/Makefile.in | 504 +
examples/README | 77 +
examples/band/Makefile.am | 25 +
examples/band/Makefile.in | 506 +
examples/band/complex/Makefile.am | 35 +
examples/band/complex/Makefile.in | 563 +
examples/band/complex/README | 34 +
examples/band/complex/bcompgre.cc | 96 +
examples/band/complex/bcompgsh.cc | 98 +
examples/band/complex/bcompreg.cc | 84 +
examples/band/complex/bcompshf.cc | 91 +
examples/band/nonsym/Makefile.am | 37 +
examples/band/nonsym/Makefile.in | 582 +
examples/band/nonsym/README | 39 +
examples/band/nonsym/bnsymgre.cc | 96 +
examples/band/nonsym/bnsymgsc.cc | 100 +
examples/band/nonsym/bnsymgsh.cc | 96 +
examples/band/nonsym/bnsymreg.cc | 83 +
examples/band/nonsym/bnsymshf.cc | 89 +
examples/band/nonsym/bsvd.cc | 101 +
examples/band/sym/Makefile.am | 37 +
examples/band/sym/Makefile.in | 582 +
examples/band/sym/README | 42 +
examples/band/sym/bsymgbkl.cc | 92 +
examples/band/sym/bsymgcay.cc | 92 +
examples/band/sym/bsymgreg.cc | 92 +
examples/band/sym/bsymgshf.cc | 92 +
examples/band/sym/bsymreg.cc | 79 +
examples/band/sym/bsymshf.cc | 84 +
examples/dense/Makefile.am | 25 +
examples/dense/Makefile.in | 506 +
examples/dense/complex/Makefile.am | 35 +
examples/dense/complex/Makefile.in | 563 +
examples/dense/complex/README | 34 +
examples/dense/complex/dcompgre.cc | 93 +
examples/dense/complex/dcompgsh.cc | 94 +
examples/dense/complex/dcompreg.cc | 82 +
examples/dense/complex/dcompshf.cc | 88 +
examples/dense/nonsym/Makefile.am | 37 +
examples/dense/nonsym/Makefile.in | 582 +
examples/dense/nonsym/README | 44 +
examples/dense/nonsym/dnsymgre.cc | 92 +
examples/dense/nonsym/dnsymgsc.cc | 96 +
examples/dense/nonsym/dnsymgsh.cc | 92 +
examples/dense/nonsym/dnsymreg.cc | 80 +
examples/dense/nonsym/dnsymshf.cc | 86 +
examples/dense/nonsym/dsvd.cc | 96 +
examples/dense/sym/Makefile.am | 37 +
examples/dense/sym/Makefile.in | 582 +
examples/dense/sym/README | 42 +
examples/dense/sym/dsymgbkl.cc | 90 +
examples/dense/sym/dsymgcay.cc | 90 +
examples/dense/sym/dsymgreg.cc | 90 +
examples/dense/sym/dsymgshf.cc | 90 +
examples/dense/sym/dsymreg.cc | 78 +
examples/dense/sym/dsymshf.cc | 83 +
examples/matprod/Makefile.am | 27 +
examples/matprod/Makefile.in | 510 +
examples/matprod/complex/Makefile.am | 25 +
examples/matprod/complex/Makefile.in | 396 +
examples/matprod/complex/cgenprba.h | 52 +
examples/matprod/complex/cgenprbb.h | 163 +
examples/matprod/complex/cmatrixa.h | 139 +
examples/matprod/complex/cmatrixb.h | 223 +
examples/matprod/complex/cmatrixc.h | 68 +
examples/matprod/complex/cmatrixd.h | 167 +
examples/matprod/complex/cmatrixe.h | 78 +
examples/matprod/complex/cmatrixf.h | 63 +
examples/matprod/matprod.h | 49 +
examples/matprod/nonsym/Makefile.am | 26 +
examples/matprod/nonsym/Makefile.in | 398 +
examples/matprod/nonsym/ngenprba.h | 50 +
examples/matprod/nonsym/ngenprbb.h | 165 +
examples/matprod/nonsym/ngenprbc.h | 185 +
examples/matprod/nonsym/nmatrixa.h | 127 +
examples/matprod/nonsym/nmatrixb.h | 218 +
examples/matprod/nonsym/nmatrixc.h | 69 +
examples/matprod/nonsym/nmatrixd.h | 154 +
examples/matprod/nonsym/nmatrixe.h | 57 +
examples/matprod/nonsym/nmatrixf.h | 58 +
examples/matprod/nonsym/nmatrixv.h | 147 +
examples/matprod/sym/Makefile.am | 25 +
examples/matprod/sym/Makefile.in | 396 +
examples/matprod/sym/sgenprba.h | 50 +
examples/matprod/sym/sgenprbb.h | 161 +
examples/matprod/sym/smatrixa.h | 117 +
examples/matprod/sym/smatrixb.h | 200 +
examples/matprod/sym/smatrixc.h | 69 +
examples/matprod/sym/smatrixd.h | 174 +
examples/matrices/Makefile.am | 25 +
examples/matrices/Makefile.in | 506 +
examples/matrices/complex/Makefile.am | 26 +
examples/matrices/complex/Makefile.in | 398 +
examples/matrices/complex/bcmatrxa.h | 87 +
examples/matrices/complex/bcmatrxb.h | 62 +
examples/matrices/complex/bcmatrxc.h | 52 +
examples/matrices/complex/dcmatrxa.h | 78 +
examples/matrices/complex/dcmatrxb.h | 59 +
examples/matrices/complex/dcmatrxc.h | 50 +
examples/matrices/complex/lcmatrxa.h | 107 +
examples/matrices/complex/lcmatrxb.h | 83 +
examples/matrices/complex/lcmatrxe.h | 81 +
examples/matrices/complex/lcmatrxf.h | 77 +
examples/matrices/complex/lcompsol.h | 193 +
examples/matrices/nonsym/Makefile.am | 28 +
examples/matrices/nonsym/Makefile.in | 399 +
examples/matrices/nonsym/bnmatrxa.h | 83 +
examples/matrices/nonsym/bnmatrxb.h | 55 +
examples/matrices/nonsym/bnmatrxc.h | 50 +
examples/matrices/nonsym/bnmatrxd.h | 67 +
examples/matrices/nonsym/bnmatrxe.h | 45 +
examples/matrices/nonsym/bnmatrxw.h | 68 +
examples/matrices/nonsym/dnmatrxa.h | 77 +
examples/matrices/nonsym/dnmatrxb.h | 52 +
examples/matrices/nonsym/dnmatrxc.h | 47 +
examples/matrices/nonsym/dnmatrxd.h | 59 +
examples/matrices/nonsym/dnmatrxe.h | 42 +
examples/matrices/nonsym/dnmatrxw.h | 57 +
examples/matrices/nonsym/lnmatrxa.h | 172 +
examples/matrices/nonsym/lnmatrxb.h | 93 +
examples/matrices/nonsym/lnmatrxc.h | 74 +
examples/matrices/nonsym/lnmatrxd.h | 64 +
examples/matrices/nonsym/lnmatrxe.h | 69 +
examples/matrices/nonsym/lnmatrxf.h | 66 +
examples/matrices/nonsym/lnmatrxv.h | 82 +
examples/matrices/nonsym/lnmatrxw.h | 78 +
examples/matrices/nonsym/lnsymsol.h | 251 +
examples/matrices/nonsym/lsvdsol.h | 116 +
examples/matrices/sym/Makefile.am | 26 +
examples/matrices/sym/Makefile.in | 398 +
examples/matrices/sym/bsmatrxa.h | 90 +
examples/matrices/sym/bsmatrxb.h | 71 +
examples/matrices/sym/bsmatrxc.h | 71 +
examples/matrices/sym/dsmatrxa.h | 91 +
examples/matrices/sym/dsmatrxb.h | 70 +
examples/matrices/sym/dsmatrxc.h | 71 +
examples/matrices/sym/lsmatrxa.h | 97 +
examples/matrices/sym/lsmatrxb.h | 80 +
examples/matrices/sym/lsmatrxc.h | 82 +
examples/matrices/sym/lsmatrxd.h | 80 +
examples/matrices/sym/lsymsol.h | 197 +
examples/product/Makefile.am | 25 +
examples/product/Makefile.in | 506 +
examples/product/complex/Makefile.am | 37 +
examples/product/complex/Makefile.in | 567 +
examples/product/complex/README | 35 +
examples/product/complex/compgreg.cc | 99 +
examples/product/complex/compgshf.cc | 99 +
examples/product/complex/compgsol.h | 106 +
examples/product/complex/compreg.cc | 92 +
examples/product/complex/compshf.cc | 93 +
examples/product/complex/compsol.h | 102 +
examples/product/nonsym/Makefile.am | 40 +
examples/product/nonsym/Makefile.in | 597 +
examples/product/nonsym/README | 48 +
examples/product/nonsym/nsymgreg.cc | 94 +
examples/product/nonsym/nsymgsci.cc | 100 +
examples/product/nonsym/nsymgscr.cc | 107 +
examples/product/nonsym/nsymgshf.cc | 93 +
examples/product/nonsym/nsymgsol.h | 139 +
examples/product/nonsym/nsymreg.cc | 88 +
examples/product/nonsym/nsymshf.cc | 88 +
examples/product/nonsym/nsymsol.h | 126 +
examples/product/nonsym/nsymvsol.h | 107 +
examples/product/nonsym/svd.cc | 92 +
examples/product/simple/Makefile.am | 32 +
examples/product/simple/Makefile.in | 533 +
examples/product/simple/symsimp.cc | 243 +
examples/product/sym/Makefile.am | 39 +
examples/product/sym/Makefile.in | 586 +
examples/product/sym/README | 42 +
examples/product/sym/symgbklg.cc | 94 +
examples/product/sym/symgcayl.cc | 95 +
examples/product/sym/symgreg.cc | 94 +
examples/product/sym/symgshft.cc | 93 +
examples/product/sym/symgsol.h | 108 +
examples/product/sym/symreg.cc | 85 +
examples/product/sym/symshft.cc | 86 +
examples/product/sym/symsol.h | 99 +
examples/reverse/Makefile.am | 25 +
examples/reverse/Makefile.in | 506 +
examples/reverse/complex/Makefile.am | 37 +
examples/reverse/complex/Makefile.in | 567 +
examples/reverse/complex/README | 36 +
examples/reverse/complex/rcompgre.cc | 139 +
examples/reverse/complex/rcompgsh.cc | 153 +
examples/reverse/complex/rcompgsl.h | 66 +
examples/reverse/complex/rcompreg.cc | 129 +
examples/reverse/complex/rcompshf.cc | 127 +
examples/reverse/complex/rcompsol.h | 65 +
examples/reverse/nonsym/Makefile.am | 39 +
examples/reverse/nonsym/Makefile.in | 586 +
examples/reverse/nonsym/README | 42 +
examples/reverse/nonsym/rnsymgre.cc | 132 +
examples/reverse/nonsym/rnsymgsc.cc | 247 +
examples/reverse/nonsym/rnsymgsh.cc | 148 +
examples/reverse/nonsym/rnsymgsl.h | 70 +
examples/reverse/nonsym/rnsymreg.cc | 123 +
examples/reverse/nonsym/rnsymshf.cc | 123 +
examples/reverse/nonsym/rnsymsol.h | 66 +
examples/reverse/nonsym/rnsymvsl.h | 65 +
examples/reverse/nonsym/rsvd.cc | 124 +
examples/reverse/sym/Makefile.am | 39 +
examples/reverse/sym/Makefile.in | 586 +
examples/reverse/sym/README | 41 +
examples/reverse/sym/rsymgbkl.cc | 149 +
examples/reverse/sym/rsymgcay.cc | 157 +
examples/reverse/sym/rsymgreg.cc | 131 +
examples/reverse/sym/rsymgshf.cc | 148 +
examples/reverse/sym/rsymgsol.h | 71 +
examples/reverse/sym/rsymreg.cc | 121 +
examples/reverse/sym/rsymshf.cc | 120 +
examples/reverse/sym/rsymsol.h | 65 +
include/Makefile.am | 105 +
include/Makefile.in | 505 +
include/README | 232 +
include/arbgcomp.h | 203 +
include/arbgnsym.h | 242 +
include/arbgsym.h | 232 +
include/arbnsmat.h | 431 +
include/arbnspen.h | 470 +
include/arbscomp.h | 164 +
include/arbsmat.h | 378 +
include/arbsnsym.h | 163 +
include/arbspen.h | 303 +
include/arbssym.h | 159 +
include/arch.h | 95 +
include/arcomp.h | 46 +
include/ardfmat.h | 453 +
include/ardgcomp.h | 203 +
include/ardgnsym.h | 243 +
include/ardgsym.h | 232 +
include/ardnsmat.h | 621 +
include/ardnspen.h | 324 +
include/ardscomp.h | 165 +
include/ardsmat.h | 356 +
include/ardsnsym.h | 163 +
include/ardspen.h | 237 +
include/ardssym.h | 159 +
include/arerror.h | 152 +
include/argcomp.h | 126 +
include/argeig.h | 232 +
include/argnsym.h | 361 +
include/argsym.h | 325 +
include/arhbmat.h | 403 +
include/arlcomp.h | 138 +
include/arlgcomp.h | 203 +
include/arlgnsym.h | 251 +
include/arlgsym.h | 234 +
include/arlnames.h | 205 +
include/arlnsmat.h | 710 +
include/arlnspen.h | 722 ++
include/arlscomp.h | 187 +
include/arlsmat.h | 713 ++
include/arlsnsym.h | 181 +
include/arlspdef.h | 585 +
include/arlspen.h | 543 +
include/arlssym.h | 178 +
include/arlsupm.h | 144 +
include/arlutil.h | 125 +
include/armat.h | 56 +
include/arpackf.h | 150 +
include/arrgcomp.h | 109 +
include/arrgeig.h | 103 +
include/arrgnsym.h | 243 +
include/arrgsym.h | 235 +
include/arrscomp.h | 374 +
include/arrseig.h | 1522 +++
include/arrsnsym.h | 859 ++
include/arrssym.h | 423 +
include/arscomp.h | 118 +
include/arseig.h | 237 +
include/arsnsym.h | 117 +
include/arssym.h | 117 +
include/arugcomp.h | 203 +
include/arugnsym.h | 244 +
include/arugsym.h | 233 +
include/arunsmat.h | 645 +
include/arunspen.h | 527 +
include/aruscomp.h | 165 +
include/arusmat.h | 615 +
include/arusnsym.h | 162 +
include/aruspen.h | 383 +
include/arussym.h | 157 +
include/blas1c.h | 367 +
include/blas1f.h | 221 +
include/caupp.h | 319 +
include/ceupp.h | 223 +
include/debug.h | 136 +
include/lapackc.h | 306 +
include/lapackf.h | 207 +
include/naupp.h | 332 +
include/neupp.h | 269 +
include/saupp.h | 320 +
include/seupp.h | 189 +
include/superluc.h | 162 +
include/umfpackc.h | 242 +
include/umfpackf.h | 110 +
install-sh | 0
ltmain.sh | 6871 ++++++++++
missing | 367 +
mkinstalldirs | 111 +
src/Makefile.am | 16 +
src/Makefile.in | 480 +
src/arerror.cpp | 204 +
src/arrseig.cpp | 25 +
src/debug.cpp | 24 +
323 files changed, 96974 insertions(+)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arpack++.git
More information about the debian-science-commits
mailing list