aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/DenseStorage.h
Commit message (Expand)AuthorAge
* Fix compile issues for gcc 4.8.Gravatar Antonio Sanchez2021-07-01
* Make DenseStorage<> trivially_copyableGravatar Alexander Karatarakis2021-06-30
* DenseStorage safely copy/swap.Gravatar Antonio Sanchez2021-04-22
* Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in...Gravatar Steve Bronder2021-03-24
* Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStrid...Gravatar David Tellenbach2021-03-05
* Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), out...Gravatar Steve Bronder2021-03-04
* Fix #1911: add benchmark for move semantics with fixed-size matrixGravatar Sebastien Boisvert2020-06-11
* Rollback or PR-746 and partial rollback of https://bitbucket.org/eigen/eigen/...Gravatar Rasmus Munk Larsen2019-11-05
* Remove internal::smart_copy and replace with std::copyGravatar Eugene Zhulenev2019-10-29
* Workaround gcc's alloc-size-larger-than= warningGravatar Gael Guennebaud2018-10-07
* Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Silent warning.Gravatar Gael Guennebaud2017-02-20
* bug #1393: enable Matrix/Array explicit ctor from types with conversion opera...Gravatar Gael Guennebaud2017-02-17
* bug #725: make move ctor/assignment noexcept.Gravatar Gael Guennebaud2016-06-03
* Introduce internal's UIntPtr and IntPtr types for pointer to integer conversi...Gravatar Gael Guennebaud2016-05-26
* Make EIGEN_HAS_RVALUE_REFERENCES user configurableGravatar Gael Guennebaud2016-05-20
* Rename EIGEN_HAVE_RVALUE_REFERENCES to EIGEN_HAS_RVALUE_REFERENCESGravatar Gael Guennebaud2016-05-20
* Fix logic in compute_default_alignment, extend it to Dynamic size, and move i...Gravatar Gael Guennebaud2015-08-06
* bug #973: update macro-level control of alignement by introducing user-contro...Gravatar Gael Guennebaud2015-07-29
* Fixed some compiler bugs in NVCC, now compiles with CUDA.Gravatar Jonas Adler2015-07-22
* Clean argument names of some functionsGravatar Gael Guennebaud2015-06-09
* Add internal assertions to purely fixed-size DenseStorage, mark optional vari...Gravatar Christoph Hertzberg2015-04-17
* Add internal assertions to DenseStorage constructorGravatar Christoph Hertzberg2015-04-16
* bug #973: enable alignment of multiples of half-packet size (e.g., Vector6d w...Gravatar Gael Guennebaud2015-04-01
* Fix comparison warningGravatar Gael Guennebaud2015-03-19
* bug #973, improve AVX support by enabling vectorization of Vector4i-like type...Gravatar Gael Guennebaud2015-03-13
* bug #970: Add EIGEN_DEVICE_FUNC to RValue functions, in case Cuda supports RV...Gravatar Christoph Hertzberg2015-02-24
* bug #956: Fixed bug in move constructors of DenseStorage which caused "moved-...Gravatar Martin Drozdik2015-02-16
* The usage of DenseIndex is deprecated, so let's replace DenseIndex by IndexGravatar Gael Guennebaud2015-02-16
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Fix sizeof unit testGravatar Gael Guennebaud2014-04-25
* Fix EIGEN_MAKE_UNALIGNED_ARRAY_ASSERT macroGravatar Gael Guennebaud2014-04-22
* Fix alignment assertion.Gravatar Gael Guennebaud2014-04-18
* Reverted the definition of the EIGEN_ALIGN to its former meaning (i.e. a bool...Gravatar Benoit Steiner2014-02-18
* Added support for AVX to Eigen.Gravatar Benoit Steiner2014-01-29
* Allow calling attributes of dynamic size objects from deviceGravatar Gael Guennebaud2013-11-05
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | Allows EIGEN_STACK_ALLOCATION_LIMIT to be 0 for no limitGravatar Gael Guennebaud2013-08-21
* | Make the static assertions on maximal fixed size object use EIGEN_STACK_ALLOC...Gravatar Gael Guennebaud2013-08-20
* | Added copy constructor and assignment to DenseStorage.Gravatar Hauke Heibel2013-08-10
* | Removed errornous swap for stack storage.Gravatar Hauke Heibel2013-08-03
* | Ensure that (potentially aligned) stack objects are passed by reference.Gravatar Hauke Heibel2013-08-02
* | Added move support for Matrix and Array.Gravatar Hauke Heibel2013-08-02
| * merge with main branchGravatar Gael Guennebaud2013-07-17
| |\ | |/ |/|
* | Remove meaningless explicit qualifierGravatar Gael Guennebaud2013-06-12
| * Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
|/
* Workaround gcc-4.7 bug #53900 (too aggressive optimization in our alignment c...Gravatar Gael Guennebaud2013-01-22
* Add static assert that objects on stacks are not too big (bug #491).Gravatar Jitse Niesen2012-07-17
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13