[eigen3] 01/03: Merge tag 'upstream/3.2.2'

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 commit to branch master
in repository eigen3.

commit 617127d4bf4b7976576c8a2d8a0438eed0db437f
Merge: 98342da 060d848
Author: Anton Gladky <gladk at debian.org>
Date:   Tue Aug 12 21:45:41 2014 +0200

    Merge tag 'upstream/3.2.2'
    
    Upstream version 3.2.2

 .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 +-
 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 ++++----
 49 files changed, 738 insertions(+), 337 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