[eigen-commits] commit/eigen: 4 new changesets |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
4 new commits in eigen:
https://bitbucket.org/eigen/eigen/commits/a42230b45fbf/
Changeset: a42230b45fbf
User: Gabriel Nützi
Date: 2015-10-09 16:52:48+00:00
Summary: added CustomIndex capability only to Tensor and not yet to TensorBase.
using Sfinae and is_base_of to select correct template which converts to array<Index,NumIndices>
user: Gabriel Nützi <gnuetzi@xxxxxx>
branch 'default'
added unsupported/Eigen/CXX11/src/Tensor/TensorMetaMacros.h
added unsupported/test/cxx11_tensor_customIndex.cpp
changed unsupported/Eigen/CXX11/Tensor
changed unsupported/Eigen/CXX11/src/Tensor/Tensor.h
changed unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h
changed unsupported/test/CMakeLists.txt
Affected #: 6 files
https://bitbucket.org/eigen/eigen/commits/d3fe6b53eaf3/
Changeset: d3fe6b53eaf3
User: Gabriel Nützi
Date: 2015-10-09 17:08:14+00:00
Summary: name changes
user: Gabriel Nützi <gnuetzi@xxxxxx>
branch 'default'
changed unsupported/Eigen/CXX11/src/Tensor/Tensor.h
Affected #: 1 file
https://bitbucket.org/eigen/eigen/commits/3c5577055d44/
Changeset: 3c5577055d44
User: Gabriel Nützi
Date: 2015-10-09 17:10:08+00:00
Summary: name changes 2
user: Gabriel Nützi <gnuetzi@xxxxxx>
branch 'default'
changed unsupported/Eigen/CXX11/src/Tensor/Tensor.h
changed unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h
Affected #: 2 files
https://bitbucket.org/eigen/eigen/commits/e4752341f860/
Changeset: e4752341f860
User: benoitsteiner
Date: 2015-10-14 16:31:37+00:00
Summary: Tightened the definition of isOfNormalIndex to take into account integer types in addition to arrays of indices
Only compile the custom index code when EIGEN_HAS_SFINAE is defined. For the time beeing, EIGEN_HAS_SFINAE is a synonym for EIGEN_HAS_VARIADIC_TEMPLATES, but this might evolve in the future.
Moved some code around.
Affected #: 8 files
Repository URL: https://bitbucket.org/eigen/eigen/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.