aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Ref.h
Commit message (Collapse)AuthorAge
* bug #969: workaround abiguous calls to Ref using enable_if.Gravatar Gael Guennebaud2015-03-06
|
* Fix doc of Ref<>Gravatar Gael Guennebaud2015-02-20
|
* bug #903: clean swap API regarding extra enable_if parameters, and add ↵Gravatar Gael Guennebaud2014-11-06
| | | | failtests for swap
* Big 853: replace enable_if in Ref<> ctor by static assertions and add ↵Gravatar Gael Guennebaud2014-11-05
| | | | failtests for Ref<>
* Make cuda_basic test compile again by adding lots of EIGEN_DEVICE_FUNC.Gravatar Christoph Hertzberg2014-10-13
| | | | Although the test passes now, there might still be some missing.
* bug #884: Copy constructor of Ref shall never malloc, constructing from ↵Gravatar Christoph Hertzberg2014-09-30
| | | | other RefBase shall only malloc if the memory layout is incompatible.
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
|
* merge default branchGravatar Gael Guennebaud2014-08-29
|\
| * 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
| |
* | merge with default branchGravatar Gael Guennebaud2014-06-20
|\|
| * Relax Ref such that Ref<MatrixXf> accepts a RowVectorXf which can be seen as ↵Gravatar Gael Guennebaud2014-03-13
| | | | | | | | a degenerate MatrixXf(1,N)
* | Fix lazy evaluation in RefGravatar Gael Guennebaud2014-02-19
| |
* | Move is_diagonal to XprHelper, forward declare RefGravatar Gael Guennebaud2014-02-18
|/
* 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