[eigen3] 01/06: Merge tag 'upstream/3.2.1'

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

commit bccaa5e88afe1873ca964072c2fc32c4bc9200ea
Merge: 0edb03c 62dde2a
Author: Anton Gladky <gladk at debian.org>
Date:   Thu Feb 27 11:06:41 2014 +0100

    Merge tag 'upstream/3.2.1'
    
    Upstream version 3.2.1

 .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 +-
 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 +-
 86 files changed, 807 insertions(+), 514 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