aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/block.cpp
Commit message (Expand)AuthorAge
* Fix detection of vector-at-time: use Rows/Cols instead of MaxRow/MaxCols.Gravatar Gael Guennebaud2019-01-15
* Add templated subVector<Vertical/Horizonal>(Index) aliases to col/row(Index) ...Gravatar Gael Guennebaud2018-10-02
* 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
* Fix regression in 9357838f94d2907996adadc7e5200376f3561ed4Gravatar Gael Guennebaud2018-07-11
* bug #1543: improve linear indexing for general block expressionsGravatar Gael Guennebaud2018-07-10
* Fix linear indexing in generic block evaluation.Gravatar Gael Guennebaud2018-02-09
* Fix unamed type as template parametre issue.Gravatar Gael Guennebaud2017-01-27
* Merged in ggael/eigen-flexidexing (pull request PR-294)Gravatar Gael Guennebaud2017-01-26
|\
* | bug #1376: add missing assertion on size mismatch with compound assignment op...Gravatar Gael Guennebaud2017-01-23
| * Add a generic block() method compatible with Eigen::fixGravatar Gael Guennebaud2017-01-17
|/
* Fix shortcoming in fixed-value deduction of startRow/startColGravatar Gael Guennebaud2016-02-29
* Fix compilation of coeff(Index) on sub-inner-panelsGravatar Gael Guennebaud2014-09-08
* Fix unit test when using 80bits FPUGravatar Gael Guennebaud2014-07-09
* Regression test for bug #752Gravatar Christoph Hertzberg2014-02-27
* Implement mixed static/dynamic-size .block() (bug #579)Gravatar Jitse Niesen2013-06-18
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix more variable-set-but-not-used warnings on gcc 4.6Gravatar Benoit Jacob2011-10-31
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Compilation fix.Gravatar Hauke Heibel2010-06-21
* Fix compilation of some tests as well as more warnings.Gravatar Hauke Heibel2010-06-20
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
* tests:Gravatar Benoit Jacob2010-05-30
* remove MinorGravatar Benoit Jacob2010-04-22
* * add VERIFY_IS_EQUAL, should compile faster and it's natural when no arithme...Gravatar Benoit Jacob2010-02-26