[eigen3] branch master updated (0edb03c -> b3888ae)

Anton Gladky gladk at moszumanska.debian.org
Thu Feb 27 22:51:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

gladk pushed a change to branch master
in repository eigen3.

      from  0edb03c   Update changelog.
      adds  62dde2a   Imported Upstream version 3.2.1
       new  bccaa5e   Merge tag 'upstream/3.2.1'
       new  fea9591   Remove applied patches.
       new  bb1c8b6   Update/rename patches.
       new  1e623ff   Replace ttf-freefont by fonts-freefont-ttf. (Closes: #738232)
       new  ff8a9e8   Update changelog.
       new  b3888ae   Update Upstream changelog.

The 6 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 +
 CMakeLists.txt                                     |   2 +-
 Eigen/Eigen2Support                                |  15 +-
 Eigen/src/Cholesky/LDLT.h                          |  52 +++--
 Eigen/src/CholmodSupport/CholmodSupport.h          |  23 +-
 Eigen/src/Core/Array.h                             |   2 +-
 Eigen/src/Core/BooleanRedux.h                      |   8 +-
 Eigen/src/Core/EigenBase.h                         |  30 ---
 Eigen/src/Core/IO.h                                |   9 +-
 Eigen/src/Core/Matrix.h                            |   2 +-
 Eigen/src/Core/MatrixBase.h                        |  45 ++++
 Eigen/src/Core/PermutationMatrix.h                 |   3 +-
 Eigen/src/Core/PlainObjectBase.h                   |  16 +-
 Eigen/src/Core/Ref.h                               |   5 +-
 Eigen/src/Core/StableNorm.h                        |  27 ++-
 Eigen/src/Core/Transpose.h                         |   4 +-
 Eigen/src/Core/VectorwiseOp.h                      |   5 +-
 Eigen/src/Core/arch/SSE/MathFunctions.h            |  11 +
 Eigen/src/Core/arch/SSE/PacketMath.h               |  11 +-
 Eigen/src/Core/products/GeneralBlockPanelKernel.h  |   6 +
 Eigen/src/Core/products/GeneralMatrixVector.h      |  15 +-
 Eigen/src/Core/products/SelfadjointMatrixVector.h  |   6 +-
 Eigen/src/Core/util/Macros.h                       |   9 +-
 Eigen/src/Core/util/Memory.h                       |  13 +-
 Eigen/src/Eigen2Support/SVD.h                      |   3 +-
 Eigen/src/Geometry/EulerAngles.h                   |   2 +-
 Eigen/src/Geometry/Quaternion.h                    |  27 +--
 Eigen/src/Geometry/Transform.h                     |   4 +-
 Eigen/src/QR/ColPivHouseholderQR.h                 |   2 +-
 Eigen/src/QR/FullPivHouseholderQR.h                |  53 ++---
 Eigen/src/SPQRSupport/SuiteSparseQRSupport.h       |  18 +-
 Eigen/src/SVD/JacobiSVD.h                          |   5 +-
 .../SparseCore/ConservativeSparseSparseProduct.h   |  34 +--
 Eigen/src/SparseCore/MappedSparseMatrix.h          |   2 +
 Eigen/src/SparseCore/SparseBlock.h                 |   4 +
 Eigen/src/SparseCore/SparseColEtree.h              |   6 +-
 Eigen/src/SparseCore/SparseDenseProduct.h          |   4 +-
 Eigen/src/SparseCore/SparseMatrix.h                |  21 +-
 Eigen/src/SparseCore/SparseMatrixBase.h            |   4 +-
 Eigen/src/SparseCore/SparsePermutation.h           |   4 +-
 Eigen/src/SparseCore/SparseProduct.h               |   5 +-
 .../SparseCore/SparseSparseProductWithPruning.h    |  13 +-
 Eigen/src/SparseCore/SparseUtil.h                  |   2 +-
 Eigen/src/SparseLU/SparseLU.h                      |   8 +-
 Eigen/src/SparseLU/SparseLU_Memory.h               |  43 ++--
 Eigen/src/SparseQR/SparseQR.h                      |  13 +-
 Eigen/src/plugins/BlockMethods.h                   | 240 ++++++++++++---------
 Eigen/src/plugins/MatrixCwiseBinaryOps.h           |   4 +-
 blas/CMakeLists.txt                                |   3 +
 cmake/language_support.cmake                       |   2 +-
 debian/Changelog_upstream                          |  47 ++++
 debian/changelog                                   |   9 +
 debian/control                                     |   2 +-
 ...indEigen3.patch => 01_install_FindEigen3.patch} |   0
 ...check.patch => 02_remove_buildtype_check.patch} |   6 +-
 ...ine_module.patch => 03_fix_spline_module.patch} |   6 +-
 .../{remove_piwik.patch => 04_remove_piwik.patch}  |  12 +-
 .../patches/port_ConstrainedConjGrad_eigen3.patch  |  41 ----
 debian/patches/removeBVH_example.patch             |  58 -----
 debian/patches/series                              |  11 +-
 doc/A05_PortingFrom2To3.dox                        |   2 +
 doc/A10_Eigen2SupportModes.dox                     |   2 +
 doc/AsciiQuickReference.txt                        |  62 ++++--
 doc/LinearLeastSquares.dox                         |  27 ---
 doc/PreprocessorDirectives.dox                     |   6 +-
 doc/QuickReference.dox                             |  20 +-
 doc/TutorialGeometry.dox                           |   2 +-
 doc/TutorialSparse.dox                             |   2 +-
 doc/eigendoxy.css                                  |  10 +
 doc/eigendoxy_footer.html.in                       |   4 +-
 doc/snippets/MatrixBase_applyOnTheLeft.cpp         |   7 +
 doc/snippets/MatrixBase_applyOnTheRight.cpp        |   9 +
 doc/special_examples/CMakeLists.txt                |   6 +-
 .../Tutorial_sparse_example_details.cpp            |   4 +-
 lapack/CMakeLists.txt                              |   3 +
 scripts/eigen_gen_docs                             |   5 +-
 test/array.cpp                                     |  13 +-
 test/array_for_matrix.cpp                          |  15 +-
 test/cholesky.cpp                                  |  24 ++-
 test/conservative_resize.cpp                       |  31 ++-
 test/geo_eulerangles.cpp                           |  67 ++++--
 test/geo_transformations.cpp                       |   7 +
 test/product_trmm.cpp                              |   1 +
 test/qr_fullpivoting.cpp                           |   4 +
 test/ref.cpp                                       |   4 +-
 test/sparse.h                                      |  10 +-
 test/sparse_product.cpp                            |  17 +-
 test/sparse_vector.cpp                             |  13 +-
 test/stable_norm.cpp                               |  14 +-
 test/umeyama.cpp                                   |   9 +-
 test/vectorwiseop.cpp                              |  10 +
 test/zerosized.cpp                                 |  31 ++-
 unsupported/Eigen/OpenGLSupport                    |   7 +-
 .../src/IterativeSolvers/ConstrainedConjGrad.h     |  10 +-
 unsupported/test/FFTW.cpp                          |  13 +-
 96 files changed, 880 insertions(+), 633 deletions(-)
 rename debian/patches/{installFindEigen3.patch => 01_install_FindEigen3.patch} (100%)
 rename debian/patches/{remove_buildtype_check.patch => 02_remove_buildtype_check.patch} (85%)
 rename debian/patches/{fix_spline_module.patch => 03_fix_spline_module.patch} (81%)
 rename debian/patches/{remove_piwik.patch => 04_remove_piwik.patch} (79%)
 delete mode 100644 debian/patches/port_ConstrainedConjGrad_eigen3.patch
 delete mode 100644 debian/patches/removeBVH_example.patch
 delete mode 100644 doc/LinearLeastSquares.dox
 create mode 100644 doc/snippets/MatrixBase_applyOnTheLeft.cpp
 create mode 100644 doc/snippets/MatrixBase_applyOnTheRight.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