Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bug #725: make move ctor/assignment noexcept. | Gael Guennebaud | 2016-06-03 |
| | |||
* | bug #256: enable vectorization with unaligned loads/stores. | Gael Guennebaud | 2016-05-24 |
| | | | | | This concerns all architectures and all sizes. This new behavior can be disabled by defining EIGEN_UNALIGNED_VECTORIZE=0 | ||
* | Make EIGEN_HAS_RVALUE_REFERENCES user configurable | Gael Guennebaud | 2016-05-20 |
| | |||
* | Rename EIGEN_HAVE_RVALUE_REFERENCES to EIGEN_HAS_RVALUE_REFERENCES | Gael Guennebaud | 2016-05-20 |
| | |||
* | Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ↵ | Gael Guennebaud | 2016-01-01 |
| | | | | warnings | ||
* | Remove deprecated Flagged expression. | Gael Guennebaud | 2015-09-02 |
| | |||
* | Enable vectorization with half-packets | Gael Guennebaud | 2015-08-07 |
| | |||
* | Let unpacket_traits<> exposes the required alignment and make use of it ↵ | Gael Guennebaud | 2015-08-07 |
| | | | | everywhere | ||
* | First part of a big refactoring of alignment control to enable the handling ↵ | Gael Guennebaud | 2015-08-06 |
| | | | | | | | | | of arbitrarily aligned buffers. It includes: - AlignedBit flag is deprecated. Alignment is now specified by the evaluator through the 'Alignment' enum, e.g., evaluator<Xpr>::Alignment. Its value is in Bytes. - Add several enums to specify alignment: Aligned8, Aligned16, Aligned32, Aligned64, Aligned128. AlignedMax corresponds to EIGEN_MAX_ALIGN_BYTES. Such enums are used to define the above Alignment value, and as the 'Options' template parameter of Map<> and Ref<>. - The Aligned enum is now deprecated. It is now an alias for Aligned16. - Currently, traits<Matrix<>>, traits<Array<>>, traits<Ref<>>, traits<Map<>>, and traits<Block<>> also expose the Alignment enum. | ||
* | typo | Gael Guennebaud | 2015-07-29 |
| | |||
* | bug #1047: document the structure layout of class Matrix | Gael Guennebaud | 2015-07-29 |
| | |||
* | Constructing a Matrix/Array with implicit transpose could lead to memory leaks. | Christoph Hertzberg | 2015-04-16 |
| | | | | Also reduced code duplication for Matrix/Array constructors | ||
* | bug #970: Add EIGEN_DEVICE_FUNC to RValue functions, in case Cuda supports ↵ | Christoph Hertzberg | 2015-02-24 |
| | | | | RValue-references. | ||
* | The usage of DenseIndex is deprecated, so let's replace DenseIndex by Index | Gael Guennebaud | 2015-02-16 |
| | |||
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index ↵ | Christoph Hertzberg | 2014-12-04 |
| | | | | to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings. | ||
* | bug #903: clean swap API regarding extra enable_if parameters, and add ↵ | Gael Guennebaud | 2014-11-06 |
| | | | | failtests for swap | ||
* | Make constructors explicit if they could lead to unintended implicit conversion | Christoph Hertzberg | 2014-09-23 |
| | |||
* | Remove deprecated code not used by evaluators | Gael Guennebaud | 2014-09-18 |
| | |||
* | merge default branch | Gael Guennebaud | 2014-08-29 |
|\ | |||
| * | bug #826: document caveats in 1x1 and 2x1 constructors. | Gael Guennebaud | 2014-07-21 |
| | | |||
* | | merge with default branch | Gael Guennebaud | 2014-07-02 |
|\| | |||
| * | Removed the deprecated EIGEN2_SUPPORT, as previously announced. A ↵ | Christoph Hertzberg | 2014-07-01 |
| | | | | | | | | compilation error is raised, if this compile-switch is defined. The documentation references to the corresponding pages from Eigen3.2 now. Also, the Eigen2 testsuite has been removed. | ||
| * | Fix bug #826: Allow initialization of 1x1 Arrays/Matrices by passing a value. | Christoph Hertzberg | 2014-06-23 |
| | | |||
* | | Fix a few regression when moving the flags | Gael Guennebaud | 2014-03-12 |
| | | |||
* | | Move CoeffReadCost mechanism to evaluators | Gael Guennebaud | 2014-03-10 |
|/ | |||
* | merge with default branch | Gael Guennebaud | 2013-11-05 |
|\ | |||
* | | Fix bug #654: allow implicit transposition in Array to Matrix and Matrix to ↵ | Gael Guennebaud | 2013-09-07 |
| | | | | | | | | Array constructors | ||
* | | Added move support for Matrix and Array. | Hauke Heibel | 2013-08-02 |
| | | | | | | | | | | | | Added EIGEN_HAVE_RVALUE_REFERENCES define. Added move unit tests. Removed superfluous 'inline' declarations in DenseStorage. | ||
| * | Add nvcc support for small eigenvalues decompositions and workaround lack of ↵ | Gael Guennebaud | 2013-08-01 |
| | | | | | | | | support for std::swap and std::numeric_limits | ||
| * | merge with main branch | Gael Guennebaud | 2013-07-17 |
| |\ | |/ |/| | |||
* | | Remove meaningless explicit qualifier | Gael Guennebaud | 2013-06-12 |
| | | |||
| * | merge with default branch | Gael Guennebaud | 2013-04-19 |
| |\ | |/ |/| | |||
| * | Add support for NVCC5: most of the Core and part of LU are callable from ↵ | Gael Guennebaud | 2013-02-07 |
| | | | | | | | | | | | | CUDA code. Still a lot to do. | ||
* | | add EIGEN_INITIALIZE_MATRICES_BY_NAN | Gael Guennebaud | 2013-02-07 |
|/ | |||
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
| | |||
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
| | |||
* | Alignment fixes: | Benoit Jacob | 2011-11-22 |
| | | | | | | * Fix AlignedBit computation for Plain Objects * use it for the conditional alignment of operator new * only overload new in PlainObjectBase, don't overload again in Matrix and Array | ||
* | Move EIGEN_USING_MATRIX_TYPEDEFS macros to Eigen2Support. | Jitse Niesen | 2011-11-16 |
| | |||
* | [Core/Matrix] Fix: Clear the right typedef macro | Dennis Schridde | 2011-11-09 |
| | |||
* | Document enums in Constants.h (bug #248). | Jitse Niesen | 2011-05-03 |
| | | | | | | To get the links to work, I also had to document the Eigen namespace. Unfortunately, this means that the word Eigen is linked whenever it appears in the docs. | ||
* | Improve documentation of plugins. | Jitse Niesen | 2011-02-13 |
| | |||
* | Write topic page for storage orders. | Jitse Niesen | 2011-02-12 |
| | |||
* | Reduced error traces when mixing matrices with different scalar types. | Hauke Heibel | 2011-02-11 |
| | |||
* | relax Matrix/Array(Index) ctors to allow size 0, add test. | Benoit Jacob | 2011-02-01 |
| | |||
* | add test for geometry with eigen2_ prefixes. fix that stuff. | Benoit Jacob | 2011-01-27 |
| | |||
* | remove EIGEN_REF_TO_TEMPORARY, clarify docs | Benoit Jacob | 2010-12-25 |
| | |||
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
| | |||
* | renaming: ei_matrix_storage -> DenseStorage | Benoit Jacob | 2010-10-20 |
| | | | | DenseStorageBase -> PlainObjectBase | ||
* | Docs: Add references to TopicClassHierarchy | Jitse Niesen | 2010-08-22 |
| | |||
* | Various documentation improvements. | Jitse Niesen | 2010-07-06 |
| | | | | | | | * Add short documentation for Array class * Put all classes explicitly in Core module (where applicable) * Section on Modules in Quick Reference Guide * Put Page 7 after Page 6 in Contents :) |