index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
block.cpp
Commit message (
Expand
)
Author
Age
*
Fix detection of vector-at-time: use Rows/Cols instead of MaxRow/MaxCols.
Gael Guennebaud
2019-01-15
*
Add templated subVector<Vertical/Horizonal>(Index) aliases to col/row(Index) ...
Gael Guennebaud
2018-10-02
*
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...
Gael Guennebaud
2018-07-17
*
Remove local Index typedef from unit-tests
Gael Guennebaud
2018-07-12
*
Fix regression in 9357838f94d2907996adadc7e5200376f3561ed4
Gael Guennebaud
2018-07-11
*
bug #1543: improve linear indexing for general block expressions
Gael Guennebaud
2018-07-10
*
Fix linear indexing in generic block evaluation.
Gael Guennebaud
2018-02-09
*
Fix unamed type as template parametre issue.
Gael Guennebaud
2017-01-27
*
Merged in ggael/eigen-flexidexing (pull request PR-294)
Gael Guennebaud
2017-01-26
|
\
*
|
bug #1376: add missing assertion on size mismatch with compound assignment op...
Gael Guennebaud
2017-01-23
|
*
Add a generic block() method compatible with Eigen::fix
Gael Guennebaud
2017-01-17
|
/
*
Fix shortcoming in fixed-value deduction of startRow/startCol
Gael Guennebaud
2016-02-29
*
Fix compilation of coeff(Index) on sub-inner-panels
Gael Guennebaud
2014-09-08
*
Fix unit test when using 80bits FPU
Gael Guennebaud
2014-07-09
*
Regression test for bug #752
Christoph Hertzberg
2014-02-27
*
Implement mixed static/dynamic-size .block() (bug #579)
Jitse Niesen
2013-06-18
*
Fix bug #314: move remaining math functions from internal to numext namespace
Gael Guennebaud
2013-06-10
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
fix more variable-set-but-not-used warnings on gcc 4.6
Benoit Jacob
2011-10-31
*
bug #54 - really fix const correctness except in Sparse
Benoit Jacob
2010-12-22
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
Compilation fix.
Hauke Heibel
2010-06-21
*
Fix compilation of some tests as well as more warnings.
Hauke Heibel
2010-06-20
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
change the value of Dynamic to -1, since the index type is now configurable.
Benoit Jacob
2010-06-11
*
tests:
Benoit Jacob
2010-05-30
*
remove Minor
Benoit Jacob
2010-04-22
*
* add VERIFY_IS_EQUAL, should compile faster and it's natural when no arithme...
Benoit Jacob
2010-02-26