Gael Guennebaud
|
be5e2ecc21
|
bug #505: add more examples of bad and correct usages of auto and eval().
|
2015-09-02 13:04:30 +02:00 |
|
Gael Guennebaud
|
febcce34f1
|
Enable vectorization with half-packets
|
2015-08-07 20:05:31 +02:00 |
|
Gael Guennebaud
|
6245591349
|
Fix prototype of plset and generalize linspace functor.
|
2015-08-07 19:27:59 +02:00 |
|
Jonas Adler
|
815fa0dbf6
|
Fixed some compiler bugs in NVCC, now compiles with CUDA.
(chtz: Manually joined sevaral commits to keep the history clean)
|
2015-07-22 12:29:18 +02:00 |
|
Gael Guennebaud
|
88e352adac
|
Add support for replicate in CUDA
|
2015-07-20 10:53:03 +02:00 |
|
Gael Guennebaud
|
f5aa640862
|
Clean some previous changes and more cuda fixes
|
2015-07-15 10:57:55 +02:00 |
|
Gael Guennebaud
|
98ff17eb9e
|
Add special path for matrix<complex>/real.
This also fixes underflow issues when scaling complex matrices through complex/complex operator.
|
2015-06-26 16:08:15 +02:00 |
|
Gael Guennebaud
|
0848ba0a6e
|
Fix return nullary return types: it must be based on the PlainObject type instead of the expression type.
|
2015-06-22 10:52:08 +02:00 |
|
Gael Guennebaud
|
7baa1ba03e
|
Remove the usage of result_of for DenseBase::redux as discussed in bug #1006
|
2015-06-15 22:40:18 +02:00 |
|
Gael Guennebaud
|
4aba24a1b2
|
Clean argument names of some functions
|
2015-06-09 13:32:12 +02:00 |
|
Christoph Hertzberg
|
28a4c92cbf
|
bug #998: Started fixing doxygen warnings
|
2015-05-01 22:10:41 +02:00 |
|
Gael Guennebaud
|
40258078c6
|
bug #360: add value_type typedef to DenseBase/SparseMatrixBase
|
2015-04-24 09:44:24 +02:00 |
|
Gael Guennebaud
|
1b7e12847d
|
Fix some calls to result_of on binary functors as unary ones.
|
2015-02-19 23:30:41 +01:00 |
|
Gael Guennebaud
|
fc202bab39
|
Index refactoring: StorageIndex must be used for storage only (and locally when it make sense). In all other cases use the global Index type.
|
2015-02-13 18:57:41 +01:00 |
|
Christoph Hertzberg
|
e8cdbedefb
|
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings.
|
2014-12-04 22:48:53 +01:00 |
|
Gael Guennebaud
|
722916e19d
|
bug #903: clean swap API regarding extra enable_if parameters, and add failtests for swap
|
2014-11-06 09:25:26 +01:00 |
|
Gael Guennebaud
|
56a0bbbbee
|
Fix compilation with GCC
|
2014-09-29 18:28:18 +02:00 |
|
Gael Guennebaud
|
abd3502e9e
|
Introduce a generic InnerIterator classes compatible with evaluators.
|
2014-09-29 13:36:57 +02:00 |
|
Christoph Hertzberg
|
36448c9e28
|
Make constructors explicit if they could lead to unintended implicit conversion
|
2014-09-23 14:28:23 +02:00 |
|
Gael Guennebaud
|
0ca43f7e9a
|
Remove deprecated code not used by evaluators
|
2014-09-18 15:15:27 +02:00 |
|
Gael Guennebaud
|
26db954776
|
Re-enable aliasing checks when using evaluators
|
2014-09-14 19:06:08 +02:00 |
|
Gael Guennebaud
|
61b88d2feb
|
merge with default branch
|
2014-07-02 09:35:37 +02:00 |
|
Christoph Hertzberg
|
324e7e8fc9
|
Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation error is raised, if this compile-switch is defined. The documentation references to the corresponding pages from Eigen3.2 now. Also, the Eigen2 testsuite has been removed.
|
2014-07-01 16:58:11 +02:00 |
|
Gael Guennebaud
|
78bb808337
|
1- Introduce sub-evaluator types for unary, binary, product, and map expressions to ease specializing them.
2- Remove a lot of code which should not be there with evaluators, in particular coeff/packet methods implemented in the expressions.
|
2014-06-20 15:39:38 +02:00 |
|
Gael Guennebaud
|
da6ec81282
|
Move CoeffReadCost mechanism to evaluators
|
2014-03-10 23:24:40 +01:00 |
|
Gael Guennebaud
|
b1ab6a8e0b
|
Add missing assertion in swap()
|
2014-02-19 14:06:35 +01:00 |
|
Gael Guennebaud
|
61cff28618
|
Disable Flagged and ForceAlignedAccess
|
2014-02-19 14:05:56 +01:00 |
|
Gael Guennebaud
|
8af1ba5346
|
Make swap unit test work with evaluators
|
2013-12-02 15:07:45 +01:00 |
|
Gael Guennebaud
|
d0261bd26c
|
Fix swap in DenseBase
|
2013-11-30 10:42:23 +01:00 |
|
Gael Guennebaud
|
1bb1a57ef7
|
merge with default branch
|
2013-11-05 10:31:59 +01:00 |
|
Gael Guennebaud
|
ddf7753631
|
Add nvcc support for small eigenvalues decompositions and workaround lack of support for std::swap and std::numeric_limits
|
2013-08-01 16:26:57 +02:00 |
|
Gael Guennebaud
|
4f0bd557a4
|
Previous isFinite->hasNonFinite change was broken. After discussion let's rename it to allFinite
|
2013-07-18 11:27:04 +02:00 |
|
Gael Guennebaud
|
6fab4012a3
|
Rename isFinite to hasNonFinite to avoid future naming collisions.
|
2013-07-17 21:13:45 +02:00 |
|
Gael Guennebaud
|
2f593ee67c
|
merge with main branch
|
2013-07-17 13:21:35 +02:00 |
|
Desire Nuentsa
|
444c09e313
|
Fix constness of diagonal() and transpose() for MSVC.
|
2013-07-11 12:36:57 +02:00 |
|
Gael Guennebaud
|
18e476107e
|
Fix bug #583: add compile-time check that DenseIndex is signed
|
2013-06-10 17:16:16 +02:00 |
|
Gael Guennebaud
|
64054ee396
|
Add nvcc support for normalize, initializers, and fuzzy comparisons
|
2013-06-05 15:38:33 +02:00 |
|
Gael Guennebaud
|
9cd2d14005
|
merge with default branch
|
2013-04-19 11:21:39 +02:00 |
|
Gael Guennebaud
|
94e20f485c
|
Big 564: add hasNaN and isFinite members
|
2013-04-16 15:10:40 +02:00 |
|
Gael Guennebaud
|
9816e8532e
|
Fix bug #482: pass scalar value by const reference (it remained a few cases)
|
2013-04-12 15:26:55 +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 |
|
Desire NUENTSA
|
4acc18f100
|
Move VectorBlock methods into plugin section
|
2012-11-16 19:59:11 +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
|
a2ace4b79a
|
bug #482: pass scalar arguments by const references. This changeset only concerns the Core and Geometry modules
|
2012-06-28 02:08:59 +02: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
|
daad446d5d
|
workaround stupid gcc 4.7 warning
|
2012-03-22 00:01:03 +01:00 |
|
Gael Guennebaud
|
fe85b7ebc6
|
fix several const qualifier issues: double ones, meaningless ones, some missing ones, etc.
(note that const qualifiers are set by internall::nested)
|
2012-02-03 23:18:26 +01:00 |
|
Jitse Niesen
|
27f34269d5
|
Document EIGEN_DEFAULT_DENSE_INDEX_TYPE.
Also, expand description of EIGEN_DONT_ALIGN.
|
2011-03-11 11:15:44 +00:00 |
|
Jitse Niesen
|
211e1f8044
|
Improve documentation of plugins.
|
2011-02-13 22:50:57 +00:00 |
|