aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Ref.h
Commit message (Collapse)AuthorAge
* Fix more typos in Ref.h (doc).Gravatar Benjamin Chrétien2014-08-01
|
* Fix typos in Ref.h (doc).Gravatar Benjamin Chrétien2014-08-01
|
* Relax Ref such that Ref<MatrixXf> accepts a RowVectorXf which can be seen as ↵Gravatar Gael Guennebaud2014-03-13
| | | | a degenerate MatrixXf(1,N)
* Ref<> objects must be nested by reference because they potentially store a ↵Gravatar Gael Guennebaud2013-08-11
| | | | temporary object
* MSVC fix; the base class typedef shadowed the local template parameter.Gravatar Hauke Heibel2013-02-28
|
* Add a unit test for Ref.h and fix an extra copy.Gravatar Gael Guennebaud2013-02-26
|
* Add missing operator= in RefBaseGravatar Gael Guennebaud2013-02-07
|
* Make Ref<> suitable for both Matrix and Array kinds. Note that Matrix kind ↵Gravatar Gael Guennebaud2012-09-22
| | | | objects can be implicitely converted to an Array kind Ref<> and vice versa
* Silence clang warning about && inside ||Gravatar Jitse Niesen2012-07-14
|
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* bug #481 step 1: add a new Ref<> class for non templated function argumentsGravatar Gael Guennebaud2012-07-05