aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/mapped_matrix.cpp
Commit message (Expand)AuthorAge
* Fix weird issue with MSVC 2013Gravatar Gael Guennebaud2018-07-18
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Remove local Index typedef from unit-testsGravatar Gael Guennebaud2018-07-12
* bug #1531: make dedicatd unit testing for NumDimensionsGravatar Gael Guennebaud2018-06-08
* bug #1531: expose NumDimensions for compatibility with TensorGravatar Gael Guennebaud2018-06-08
* Fix numerous pointer-to-integer conversion warnings in unit tests.Gravatar Gael Guennebaud2016-05-26
* bug #779: allow non aligned buffers for buffers smaller than the requested al...Gravatar Gael Guennebaud2016-02-05
* First part of a big refactoring of alignment control to enable the handling o...Gravatar Gael Guennebaud2015-08-06
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
* Remove aligned-on-scalar assert and fallback to non vectorized path at runtim...Gravatar Gael Guennebaud2015-06-14
* Extend unit test of Map<> with stack allocated buffers and less trivial opera...Gravatar Gael Guennebaud2015-04-24
* Reverted the definition of the EIGEN_ALIGN to its former meaning (i.e. a bool...Gravatar Benoit Steiner2014-02-18
* extend Map unit test to check buffers allocated on the stackGravatar Gael Guennebaud2013-11-21
* Rename map unit test to mapped_matrix: without splitting unit tests, this cre...Gravatar Gael Guennebaud2013-07-10