Gael Guennebaud
|
bb4b67cf39
|
Relax Ref such that Ref<MatrixXf> accepts a RowVectorXf which can be seen as a degenerate MatrixXf(1,N)
|
2014-03-13 18:04:19 +01:00 |
|
Gael Guennebaud
|
6719e56b5b
|
Ref<> objects must be nested by reference because they potentially store a temporary object
|
2013-08-11 17:52:43 +02:00 |
|
Gael Guennebaud
|
d1d7a1ade9
|
Workaround a bunch of stupid warnings in unit tests
|
2013-06-23 19:11:32 +02:00 |
|
Gael Guennebaud
|
899c0c2b6c
|
Clean source code and unit tests with respect to -Wunused-local-typedefs
|
2013-04-10 22:27:35 +02:00 |
|
Gael Guennebaud
|
6dd93fc76e
|
The ref unit test cannot be easily written to work with EIGEN_DEFAULT_TO_ROW_MAJOR
|
2013-02-27 23:52:10 +01:00 |
|
Gael Guennebaud
|
455e6e38b6
|
Fix two numerical issues in unit tests.
|
2013-02-27 08:07:18 +01:00 |
|
Gael Guennebaud
|
bb94f0ebc6
|
Add a unit test for Ref.h and fix an extra copy.
|
2013-02-26 15:10:00 +01:00 |
|