Gael Guennebaud
|
b29b81a1f4
|
merge with default branch
|
2014-06-20 15:55:44 +02:00 |
|
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
|
3a735a6cf1
|
Fix lazy evaluation in Ref
|
2014-02-19 13:17:41 +01:00 |
|
Gael Guennebaud
|
a08cba6b5f
|
Move is_diagonal to XprHelper, forward declare Ref
|
2014-02-18 11:03:59 +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 |
|
Hauke Heibel
|
5e8384df2e
|
MSVC fix; the base class typedef shadowed the local template parameter.
|
2013-02-28 08:47:38 +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 |
|
Gael Guennebaud
|
3c1ccca285
|
Add missing operator= in RefBase
|
2013-02-07 17:49:16 +01:00 |
|
Gael Guennebaud
|
7740127e3d
|
Make Ref<> suitable for both Matrix and Array kinds. Note that Matrix kind objects can be implicitely converted to an Array kind Ref<> and vice versa
|
2012-09-22 11:11:26 +02:00 |
|
Jitse Niesen
|
d3998de472
|
Silence clang warning about && inside ||
|
2012-07-14 15:50:56 +01:00 |
|
Benoit Jacob
|
69124cfca2
|
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
|
2012-07-13 14:42:47 -04:00 |
|
Gael Guennebaud
|
23df2eed46
|
bug #481 step 1: add a new Ref<> class for non templated function arguments
|
2012-07-05 17:00:28 +02:00 |
|