[eigen3] branch experimental updated (cdebd20 -> 51a12ed)
Anton Gladky
gladk at moszumanska.debian.org
Sun Sep 6 17:40:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
gladk pushed a change to branch experimental
in repository eigen3.
from cdebd20 Minor fix in d/copyright.
adds c0d31d1 Apply cme fix dpkg-control
adds 0f386ce Update changelog.
adds 043cc4f Fix defining the number of cores (-j). (Closes: #784269)
adds 24f92f6 Update changelog.
adds 388a27f d/rules: drop hardcoded -j$(NUMJOBS) option
adds b831518 Provide symlink of FindEigen3.cmake for cmake-3.2. (Closes: #784767)
adds bbd1e36 Update changelog.
adds 27ce80f Fix long line in d/changelog.
adds e41b6fe Imported Upstream version 3.2.5
adds 85506b3 Merge tag 'upstream/3.2.5'
adds c1ea569 Refresh patches.
adds 5bbc45b Update upstream changelog.
adds 72af8d6 Update changelog.
adds a0de5f3 Prevent HTML_TIMESTAMP in documentation.
adds dd0b23c Update changelog.
adds ec8931a Remove the line, which causes unreproducible builds.
adds a12bca8 Update changelog.
adds 0bcd692 Remove compressed doc
adds 4580b5a Update changelog.
new 51a12ed Update d/watch.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.hg_archival.txt | 4 +-
.hgtags | 1 +
Eigen/Core | 2 +-
Eigen/src/Cholesky/LDLT.h | 7 +
Eigen/src/Cholesky/LLT.h | 8 +
Eigen/src/Cholesky/LLT_MKL.h | 2 +-
Eigen/src/Core/Assign.h | 15 +-
Eigen/src/Core/Block.h | 5 +-
Eigen/src/Core/DenseBase.h | 8 +-
Eigen/src/Core/DiagonalProduct.h | 2 +-
Eigen/src/Core/Functors.h | 41 ++++
Eigen/src/Core/MapBase.h | 2 +-
Eigen/src/Core/MatrixBase.h | 2 -
Eigen/src/Core/PermutationMatrix.h | 29 +++
Eigen/src/Core/PlainObjectBase.h | 2 +
Eigen/src/Core/Ref.h | 16 +-
Eigen/src/Core/ReturnByValue.h | 11 ++
Eigen/src/Core/products/CoeffBasedProduct.h | 73 ++++++--
Eigen/src/Core/products/Parallelizer.h | 17 +-
Eigen/src/Core/util/Constants.h | 13 ++
Eigen/src/Core/util/Macros.h | 12 +-
Eigen/src/Core/util/Memory.h | 2 +-
Eigen/src/Eigenvalues/ComplexEigenSolver.h | 8 +
Eigen/src/Eigenvalues/EigenSolver.h | 9 +
Eigen/src/Eigenvalues/GeneralizedEigenSolver.h | 9 +
Eigen/src/Eigenvalues/RealQZ.h | 12 +-
Eigen/src/Eigenvalues/RealSchur.h | 12 +-
Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h | 208 ++++++++++-----------
Eigen/src/Geometry/AlignedBox.h | 83 ++++----
Eigen/src/Geometry/Homogeneous.h | 2 +-
Eigen/src/Geometry/Quaternion.h | 22 +--
Eigen/src/IterativeLinearSolvers/BiCGSTAB.h | 15 +-
.../src/IterativeLinearSolvers/ConjugateGradient.h | 30 +--
Eigen/src/IterativeLinearSolvers/IncompleteLUT.h | 4 +-
Eigen/src/LU/FullPivLU.h | 8 +
Eigen/src/LU/PartialPivLU.h | 8 +
Eigen/src/OrderingMethods/Amd.h | 16 +-
Eigen/src/QR/ColPivHouseholderQR.h | 32 ++--
Eigen/src/QR/FullPivHouseholderQR.h | 8 +
Eigen/src/QR/HouseholderQR.h | 98 +++++-----
Eigen/src/QR/HouseholderQR_MKL.h | 30 +--
Eigen/src/SPQRSupport/SuiteSparseQRSupport.h | 60 ++++--
Eigen/src/SVD/JacobiSVD.h | 7 +
Eigen/src/SparseCore/SparseBlock.h | 46 ++++-
Eigen/src/SparseCore/SparseDenseProduct.h | 2 +-
Eigen/src/SparseCore/SparseMatrixBase.h | 6 +-
Eigen/src/SparseCore/TriangularSolver.h | 2 +-
Eigen/src/SparseLU/SparseLU.h | 81 ++++++--
Eigen/src/SparseLU/SparseLU_pivotL.h | 6 +-
Eigen/src/plugins/ArrayCwiseBinaryOps.h | 54 +++++-
Eigen/src/plugins/ArrayCwiseUnaryOps.h | 16 --
Eigen/src/plugins/MatrixCwiseBinaryOps.h | 17 ++
Eigen/src/plugins/MatrixCwiseUnaryOps.h | 15 --
blas/xerbla.cpp | 2 +-
cmake/EigenTesting.cmake | 13 +-
cmake/FindMetis.cmake | 2 +-
debian/Changelog_upstream | 144 ++++++++++++++
debian/changelog | 50 +++++
debian/control | 52 +++---
debian/libeigen3-dev.links | 1 +
debian/patches/01_install_FindEigen3.patch | 8 +-
debian/patches/02_remove_buildtype_check.patch | 8 +-
debian/patches/03_fix_spline_module.patch | 8 +-
debian/patches/04_remove_piwik.patch | 8 +-
debian/patches/05_remove_html_timestamp.patch | 17 ++
debian/patches/06_remove_doc_matrix.patch | 12 ++
debian/patches/07_remove_compressed_doc.patch | 15 ++
debian/patches/series | 3 +
debian/rules | 12 +-
debian/watch | 2 +-
doc/CMakeLists.txt | 3 +-
doc/Doxyfile.in | 14 +-
doc/TopicMultithreading.dox | 2 +-
doc/special_examples/CMakeLists.txt | 7 +-
failtest/CMakeLists.txt | 11 ++
failtest/colpivqr_int.cpp | 14 ++
failtest/eigensolver_cplx.cpp | 14 ++
failtest/eigensolver_int.cpp | 14 ++
failtest/fullpivlu_int.cpp | 14 ++
failtest/fullpivqr_int.cpp | 14 ++
failtest/jacobisvd_int.cpp | 14 ++
failtest/ldlt_int.cpp | 14 ++
failtest/llt_int.cpp | 14 ++
failtest/partialpivlu_int.cpp | 14 ++
failtest/qr_int.cpp | 14 ++
test/CMakeLists.txt | 6 +
test/array.cpp | 2 +
test/array_for_matrix.cpp | 1 +
test/conjugate_gradient.cpp | 6 +-
test/lu.cpp | 9 +-
test/mapped_matrix.cpp | 24 +++
test/product_extra.cpp | 64 ++++++-
test/product_mmtr.cpp | 4 +-
test/real_qz.cpp | 16 ++
test/ref.cpp | 24 +++
test/sparse_basic.cpp | 65 +++++--
test/sparse_solver.h | 5 +-
test/sparselu.cpp | 3 +
unsupported/Eigen/CMakeLists.txt | 6 +-
unsupported/Eigen/src/CMakeLists.txt | 3 +-
unsupported/Eigen/src/IterativeSolvers/GMRES.h | 15 +-
unsupported/Eigen/src/IterativeSolvers/MINRES.h | 70 ++++---
.../Eigen/src/LevenbergMarquardt/CMakeLists.txt | 2 +-
unsupported/test/minres.cpp | 25 ++-
unsupported/test/mpreal/mpreal.h | 3 +-
105 files changed, 1532 insertions(+), 555 deletions(-)
create mode 100644 debian/libeigen3-dev.links
create mode 100644 debian/patches/05_remove_html_timestamp.patch
create mode 100644 debian/patches/06_remove_doc_matrix.patch
create mode 100644 debian/patches/07_remove_compressed_doc.patch
create mode 100644 failtest/colpivqr_int.cpp
create mode 100644 failtest/eigensolver_cplx.cpp
create mode 100644 failtest/eigensolver_int.cpp
create mode 100644 failtest/fullpivlu_int.cpp
create mode 100644 failtest/fullpivqr_int.cpp
create mode 100644 failtest/jacobisvd_int.cpp
create mode 100644 failtest/ldlt_int.cpp
create mode 100644 failtest/llt_int.cpp
create mode 100644 failtest/partialpivlu_int.cpp
create mode 100644 failtest/qr_int.cpp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/eigen3.git
More information about the debian-science-commits
mailing list