aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/indexed_view.cpp
Commit message (Expand)AuthorAge
* Fixed/masked more implicit copy constructor warningsGravatar Christoph Hertzberg2021-02-27
* Guard usage of decltype since it's a C++11 featureGravatar David Tellenbach2020-05-20
* Indexed view should have RowMajorBit when there is staticly a single rowGravatar Christopher Moore2020-05-14
* Resolve "IndexedView of a vector should allow linear access"Gravatar Christopher Moore2020-05-13
* Bug #1788: Fix rule-of-three violations inside the stable modules.Gravatar Christoph Hertzberg2019-12-19
* bug #1736: fix compilation issue with A(all,{1,2}).col(j) by implementing tru...Gravatar Gael Guennebaud2019-09-11
* fix unit compilation in c++17: std::ptr_fun has been removed.Gravatar Gael Guennebaud2019-02-19
* Avoid `I` as an identifier, since it may clash with the C-header complex.hGravatar Christoph Hertzberg2019-01-25
* Fix max-size in indexed-viewGravatar Gael Guennebaud2018-11-08
* Disable C++11 deprecated warning when limiting Eigen to C++98Gravatar Gael Guennebaud2018-10-08
* Move all, last, end from Eigen::placeholders namespace to Eigen::, and rename...Gravatar Gael Guennebaud2018-09-15
* Fix 'template argument uses local type'-warnings (when compiled in C++03 mode)Gravatar Christoph Hertzberg2018-09-10
* Add lastN shorcuts to seq/seqN.Gravatar Gael Guennebaud2018-07-23
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* bug #1531: expose NumDimensions for compatibility with TensorGravatar Gael Guennebaud2018-06-08
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* add some internal checksGravatar Gael Guennebaud2018-05-18
* check that all integer types are properly handled by mat(i,j)Gravatar Gael Guennebaud2018-05-18
* Fix compilation of Vector::operator()(enum) by treating enums as IndexGravatar Gael Guennebaud2017-09-07
* Fix previous commits: disbale only problematic indexed view methods for old c...Gravatar Gael Guennebaud2017-02-11
* Added a new EIGEN_HAS_INDEXED_VIEW define that set to 0 for older compilers t...Gravatar Benoit Steiner2017-02-10
* Disable a part of the unit test for gcc 4.8Gravatar Gael Guennebaud2017-02-01
* Fix unamed type as template argument (ok in c++11 only)Gravatar Gael Guennebaud2017-01-25
* Add support for std::integral_constantGravatar Gael Guennebaud2017-01-24
* Recover compile-time size from seq(A,B) when A and B are fixed values. (c++11...Gravatar Gael Guennebaud2017-01-19
* Remove dead codeGravatar Gael Guennebaud2017-01-18
* Add a .reverse() member to ArithmeticSequence.Gravatar Gael Guennebaud2017-01-18
* Update all block expressions to accept compile-time sizes passed by fix<N> or...Gravatar Gael Guennebaud2017-01-18
* Fix regression when passing enums to operator()Gravatar Gael Guennebaud2017-01-17
* Fix -Wunnamed-type-template-argsGravatar Gael Guennebaud2017-01-17
* Add a generic block() method compatible with Eigen::fixGravatar Gael Guennebaud2017-01-17
* Add support for symbolic expressions as arguments of operator()Gravatar Gael Guennebaud2017-01-16
* Introduce a variable_or_fixed<N> proxy returned by fix<N>(val) to pass both a...Gravatar Gael Guennebaud2017-01-16
* Large code refactoring:Gravatar Gael Guennebaud2017-01-11
* Add 1D overloads of operator()Gravatar Gael Guennebaud2017-01-11
* add writeable IndexedViewGravatar Gael Guennebaud2017-01-10
* Fallback to Block<> when possible (Index, all, seq with > increment).Gravatar Gael Guennebaud2017-01-10
* Move 'last' and 'end' to their own namespaceGravatar Gael Guennebaud2017-01-10
* Implement c++98 version of seq()Gravatar Gael Guennebaud2017-01-10
* Isolate legacy code (we keep it for performance comparison purpose)Gravatar Gael Guennebaud2017-01-10
* Add a minimalistic symbolic scalar type with expression template and make use...Gravatar Gael Guennebaud2017-01-09
* Rename span/range to seqN/seqGravatar Gael Guennebaud2017-01-09
* Add support for plain arrays for columns and both rows/columnsGravatar Gael Guennebaud2017-01-06
* Add support for plain-array as indices, e.g., mat({1,2,3,4})Gravatar Gael Guennebaud2017-01-06
* Propagate compile-time increment and strides.Gravatar Gael Guennebaud2017-01-06
* Propagate compile-time size with "all" and add c++11 array unit testGravatar Gael Guennebaud2017-01-06
* Use "fix" for compile-time values, propagate compile-time sizes for span, cle...Gravatar Gael Guennebaud2017-01-06
* Add unit test for indexed viewsGravatar Gael Guennebaud2017-01-06