Christoph Hertzberg
|
ac632f663e
|
bug #1746: Removed implementation of standard copy-constructor and standard copy-assign-operator from PermutationMatrix and Transpositions to allow malloc-less std::move. Added unit-test to rvalue_types
(cherry picked from commit efd9867ff0e8df23016ac6c9828d0d7bf8bec1b1)
|
2020-11-12 11:54:51 +01:00 |
|
Gael Guennebaud
|
61a32f2a4c
|
Fix pointer to long conversion warning.
|
2016-06-02 14:45:45 +02:00 |
|
Gael Guennebaud
|
48bf5ec216
|
Make EIGEN_HAS_RVALUE_REFERENCES user configurable
|
2016-05-20 14:54:20 +02:00 |
|
Gael Guennebaud
|
f43ae88892
|
Rename EIGEN_HAVE_RVALUE_REFERENCES to EIGEN_HAS_RVALUE_REFERENCES
|
2016-05-20 14:48:51 +02:00 |
|
Hauke Heibel
|
6f5f488a80
|
Switched to MPL2 license.
|
2013-08-12 07:39:24 +02:00 |
|
Hauke Heibel
|
3444f06f68
|
Removed a warning when rvalue references are not unsed.
|
2013-08-02 22:54:01 +02:00 |
|
Hauke Heibel
|
7c99b38b7c
|
Added move support for Matrix and Array.
Added EIGEN_HAVE_RVALUE_REFERENCES define.
Added move unit tests.
Removed superfluous 'inline' declarations in DenseStorage.
|
2013-08-02 19:59:43 +02:00 |
|