Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Big 853: replace enable_if in Ref<> ctor by static assertions and add failtes... | Gael Guennebaud | 2014-11-05 |
* | Fix many long to int implicit conversions | Gael Guennebaud | 2014-07-08 |
* | Relax Ref such that Ref<MatrixXf> accepts a RowVectorXf which can be seen as ... | Gael Guennebaud | 2014-03-13 |
* | Ref<> objects must be nested by reference because they potentially store a te... | Gael Guennebaud | 2013-08-11 |
* | Workaround a bunch of stupid warnings in unit tests | Gael Guennebaud | 2013-06-23 |
* | Clean source code and unit tests with respect to -Wunused-local-typedefs | Gael Guennebaud | 2013-04-10 |
* | The ref unit test cannot be easily written to work with EIGEN_DEFAULT_TO_ROW_... | Gael Guennebaud | 2013-02-27 |
* | Fix two numerical issues in unit tests. | Gael Guennebaud | 2013-02-27 |
* | Add a unit test for Ref.h and fix an extra copy. | Gael Guennebaud | 2013-02-26 |