Gael Guennebaud
|
87aee5fda1
|
Allow calling attributes of dynamic size objects from device
|
2013-11-05 15:40:58 +01:00 |
|
Gael Guennebaud
|
1bb1a57ef7
|
merge with default branch
|
2013-11-05 10:31:59 +01:00 |
|
Gael Guennebaud
|
d9381598bc
|
Allows EIGEN_STACK_ALLOCATION_LIMIT to be 0 for no limit
|
2013-08-21 14:29:00 +02:00 |
|
Gael Guennebaud
|
7bca2910c7
|
Make the static assertions on maximal fixed size object use EIGEN_STACK_ALLOCATION_LIMIT, and raise its default value to 128KB
|
2013-08-20 13:59:33 +02:00 |
|
Hauke Heibel
|
e4acd6e2fd
|
Added copy constructor and assignment to DenseStorage.
Required by the standard even when its not used but elided.
Added a test for DenseStorage copying and assignment.
|
2013-08-10 19:13:46 +02:00 |
|
Hauke Heibel
|
8710440951
|
Removed errornous swap for stack storage.
|
2013-08-03 10:09:31 +02:00 |
|
Hauke Heibel
|
51b361b3bb
|
Ensure that (potentially aligned) stack objects are passed by reference.
|
2013-08-02 21:07:39 +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 |
|
Gael Guennebaud
|
2f593ee67c
|
merge with main branch
|
2013-07-17 13:21:35 +02:00 |
|
Gael Guennebaud
|
f3a029e957
|
Remove meaningless explicit qualifier
|
2013-06-12 13:05:23 +02:00 |
|
Gael Guennebaud
|
5adcc6c7b4
|
Add support for NVCC5: most of the Core and part of LU are callable from CUDA code.
Still a lot to do.
|
2013-02-07 19:06:14 +01:00 |
|
Gael Guennebaud
|
19c78cf510
|
Workaround gcc-4.7 bug #53900 (too aggressive optimization in our alignment check)
|
2013-01-22 22:59:09 +01:00 |
|
Jitse Niesen
|
bf7d986af6
|
Add static assert that objects on stacks are not too big (bug #491).
|
2012-07-17 22:15:42 +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
|
62c504e7bf
|
fix most of the shadow warnings in Core/*.h
|
2012-06-22 16:32:45 +02:00 |
|
Jitse Niesen
|
3c412183b2
|
Get rid of include directives inside namespace blocks (bug #339).
|
2012-04-15 11:06:28 +01:00 |
|
Gael Guennebaud
|
9c86ee2695
|
fix static inline versus inline static issues (the former is the correct order)
|
2012-01-31 12:58:52 +01:00 |
|
Jitse Niesen
|
0b308e79c4
|
Add DenseStorage specializations for dynamic size with MaxSize = 0 (bug #288).
This is necessary for instantiations like Matrix<float,Dynamic,Dynamic,0,0,0>.
|
2011-06-24 13:47:11 +01:00 |
|
Benoit Jacob
|
820545cddb
|
fix unaligned-array-assert link
|
2011-04-18 06:35:54 -04:00 |
|
Benoit Jacob
|
56818d907e
|
Make EIGEN_ALIGN16 always align to fix crashes with EIGEN_DONT_ALIGN_STATICALLY. New macro EIGEN_USER_ALIGN16 had the old behavior i.e. honors user preference.
|
2011-03-04 09:57:49 -05:00 |
|
Gael Guennebaud
|
1eb85b4cf1
|
allow the possibility to automatically call or not the ctors on a per scalar type basis, and disable automatic initialization of std::complex<>
|
2011-01-26 17:56:49 +01:00 |
|
Benoit Jacob
|
8d2a10c5c1
|
more renaming to make this file matrix-or-array-agnostic
|
2010-12-25 17:04:36 -05:00 |
|
Benoit Jacob
|
e8768251db
|
rename macro
|
2010-12-25 17:01:01 -05:00 |
|
Benoit Jacob
|
4716040703
|
bug #86 : use internal:: namespace instead of ei_ prefix
|
2010-10-25 10:15:22 -04:00 |
|
Benoit Jacob
|
8c17fab8f5
|
renaming: ei_matrix_storage -> DenseStorage
DenseStorageBase -> PlainObjectBase
|
2010-10-20 09:34:13 -04:00 |
|