[eigen3] branch master updated (98342da -> 5b1d07d)

Anton Gladky gladk at moszumanska.debian.org
Tue Aug 12 21:16:39 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  98342da   Update changelog.
      adds  060d848   Imported Upstream version 3.2.2
       new  617127d   Merge tag 'upstream/3.2.2'
       new  9168c3a   Refresh patches.
       new  5b1d07d   Update changelog.

The 3 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 +
 CTestConfig.cmake                              |   8 +-
 Eigen/Core                                     |   4 +-
 Eigen/src/Cholesky/LDLT.h                      |  50 ++++-----
 Eigen/src/Core/Block.h                         |   2 +-
 Eigen/src/Core/CommaInitializer.h              |  11 ++
 Eigen/src/Core/DenseStorage.h                  |  16 ++-
 Eigen/src/Core/Functors.h                      |   4 +-
 Eigen/src/Core/MapBase.h                       |   2 +
 Eigen/src/Core/Ref.h                           |  10 +-
 Eigen/src/Core/TriangularMatrix.h              |   8 +-
 Eigen/src/Core/util/MKL_support.h              |  19 +++-
 Eigen/src/Core/util/Macros.h                   |   5 +-
 Eigen/src/Core/util/Memory.h                   |  15 +--
 Eigen/src/Geometry/Quaternion.h                |  14 +--
 Eigen/src/Geometry/Transform.h                 |   4 +-
 Eigen/src/Geometry/Umeyama.h                   |  10 +-
 Eigen/src/Householder/BlockHouseholder.h       |   2 +-
 Eigen/src/IterativeLinearSolvers/BiCGSTAB.h    |   3 +-
 Eigen/src/LU/FullPivLU.h                       |  13 +--
 Eigen/src/OrderingMethods/Ordering.h           |  12 ++-
 Eigen/src/QR/ColPivHouseholderQR.h             |   3 +-
 Eigen/src/SVD/JacobiSVD.h                      | 105 +++++++++++++++---
 Eigen/src/SparseCholesky/SimplicialCholesky.h  |  42 ++++----
 Eigen/src/SparseCore/CompressedStorage.h       |   8 +-
 Eigen/src/SparseCore/SparseCwiseBinaryOp.h     |   3 +-
 Eigen/src/SparseCore/SparseDenseProduct.h      |  33 ++++--
 Eigen/src/SparseCore/SparseMatrix.h            |  12 +--
 Eigen/src/SparseCore/SparseTranspose.h         |  10 +-
 Eigen/src/SparseCore/SparseUtil.h              |   6 +-
 Eigen/src/SparseQR/SparseQR.h                  | 136 ++++++++++++++----------
 Eigen/src/StlSupport/StdDeque.h                |   2 +-
 Eigen/src/StlSupport/StdList.h                 |   2 +-
 Eigen/src/StlSupport/StdVector.h               |   2 +-
 blas/README.txt                                |   3 -
 cmake/EigenConfigureTesting.cmake              |   4 +-
 debian/changelog                               |   7 ++
 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 +-
 doc/AsciiQuickReference.txt                    |   8 +-
 doc/PreprocessorDirectives.dox                 |   7 +-
 doc/TutorialSparse.dox                         |   7 +-
 test/block.cpp                                 |  25 ++++-
 test/cholesky.cpp                              |  52 +++++++++
 test/dynalloc.cpp                              |   2 +-
 test/jacobisvd.cpp                             | 141 +++++++++++++++++++++----
 test/ref.cpp                                   | 112 ++++++++++++--------
 test/simplicial_cholesky.cpp                   |  41 +++----
 test/sparseqr.cpp                              |  35 +++---
 unsupported/Eigen/src/IterativeSolvers/GMRES.h |  12 ++-
 unsupported/test/autodiff.cpp                  |  45 ++++----
 54 files changed, 765 insertions(+), 349 deletions(-)

-- 
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