aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/corners.cpp
Commit message (Collapse)AuthorAge
* Included tests for middleRows() and middleCols()Gravatar Manoj Rajagopalan2010-06-29
|
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
|
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
* get rid of BlockReturnType: it was not needed, and code was not always using it consistently anyway * add topRows(), leftCols(), bottomRows(), rightCols() * add corners unit-test covering all of that * adapt docs, expand "porting from eigen 2 to 3" * adapt Eigen2Support