Gael Guennebaud
|
2a33075aeb
|
std::isnan is c++11 only
|
2015-06-24 10:29:17 +02:00 |
|
Gael Guennebaud
|
23da99492f
|
Add unit-test for Visual2013 ambiguous call to operator=
|
2015-06-24 10:27:02 +02:00 |
|
Benoit Steiner
|
6441befbb3
|
Added more checks to test the correctness of the pexp implementation
|
2015-06-23 19:12:46 -07:00 |
|
Gael Guennebaud
|
c3e398d138
|
Fix overflow when checking SVD accuracy
|
2015-06-23 15:05:20 +02:00 |
|
Gael Guennebaud
|
b0d08869a9
|
Fix underflow in 3x3 tridiagonalization
|
2015-06-23 14:54:31 +02:00 |
|
Gael Guennebaud
|
18c9d155f3
|
Fix the fact that float(int) != float(int(float(int)))
|
2015-06-23 14:33:00 +02:00 |
|
Gael Guennebaud
|
71523a2e25
|
Fix a warning with icc
|
2015-06-23 14:20:20 +02:00 |
|
Gael Guennebaud
|
d9778f3391
|
Enable VML's pow wrapper on windows (the previous wrapper used the Fortran interface)
|
2015-06-23 14:04:50 +02:00 |
|
Gael Guennebaud
|
5f9630d7f9
|
bug #923: update support for Intel's VML wrt new evaluation mechanisms
|
2015-06-23 14:03:25 +02:00 |
|
Gael Guennebaud
|
793e4c6d77
|
bug #923: fix EIGEN_USE_BLAS mode
|
2015-06-23 11:13:24 +02:00 |
|
Gael Guennebaud
|
307c4fc292
|
Workaround missalignment produced by first_aligned for PacketSize==1 and size==1
|
2015-06-23 10:10:17 +02:00 |
|
Gael Guennebaud
|
bb3a9b4941
|
Use Ref<> to bypass forceAlignmentIf
|
2015-06-22 17:48:28 +02:00 |
|
Gael Guennebaud
|
476beed7f8
|
bug #1017: apply Christoph's patch preventing underflows in makeHouseholder
|
2015-06-22 16:51:45 +02:00 |
|
Gael Guennebaud
|
9fc1c92137
|
Fix isinf unit tests
|
2015-06-22 16:48:27 +02:00 |
|
Gael Guennebaud
|
9c7cfa7dab
|
Update list of main modules
|
2015-06-22 14:17:24 +02:00 |
|
Gael Guennebaud
|
3ccd23efc0
|
Update coeff-wise quick-reference doc.
|
2015-06-22 14:08:54 +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
|
b3b3dcad05
|
Reduce compiler memory consumption for SVD unit tests
|
2015-06-22 09:58:06 +02:00 |
|
Gael Guennebaud
|
40821876ea
|
Fix regression on CompressedStorage::operator=
|
2015-06-20 13:59:13 +02:00 |
|
Michael Abrahams
|
7043083be4
|
Use GCC flags in mingw
|
2015-06-20 18:54:41 +00:00 |
|
Gael Guennebaud
|
84aaef93ba
|
Merged in vanhoucke/eigen_vanhoucke (pull request PR-118)
Fix two small undefined behaviors caught by static analysis.
|
2015-06-20 13:56:48 +02:00 |
|
Gael Guennebaud
|
6b33b29f00
|
Get rid of must_nest_by_value
|
2015-06-19 18:12:40 +02:00 |
|
Gael Guennebaud
|
846b227bb7
|
Get rid of class internal::nested<> (still have to updated Tensor module)
|
2015-06-19 17:56:39 +02:00 |
|
vanhoucke
|
368ea23406
|
Fix undefined behavior. When resizing a default-constructed SparseArray, we end up calling memcpy(ptr, 0, 0), which is technically UB and gets caught by static analysis.
|
2015-06-19 15:53:30 +00:00 |
|
vanhoucke
|
4cc0c961f3
|
Fix undefined behavior.
|
2015-06-19 15:46:46 +00:00 |
|
Gael Guennebaud
|
386d9e5ebd
|
Fix usage of nested versus nested_eval
|
2015-06-19 17:42:27 +02:00 |
|
Gael Guennebaud
|
a5a7b68b76
|
Fix ambiguous instanciation using clean class-level SFINAE in product_evaluator
|
2015-06-19 17:25:13 +02:00 |
|
Gael Guennebaud
|
6fc5438205
|
Remove a few deprecated internal expressions
|
2015-06-19 17:06:12 +02:00 |
|
Gael Guennebaud
|
e9edb085c0
|
Check number of temporaries when applying permutations
|
2015-06-19 16:39:24 +02:00 |
|
Gael Guennebaud
|
6318d53b41
|
Factorize VERIFY_EVALUATION_COUNT in unit tests
|
2015-06-19 16:38:26 +02:00 |
|
Gael Guennebaud
|
5c84dd5665
|
Fix permutation/transposiitons products wrt nested_eval
|
2015-06-19 16:37:04 +02:00 |
|
Gael Guennebaud
|
0c8b0e007b
|
Introduce a AliasFreeProduct option for Permutations and Transpositions
|
2015-06-19 15:38:19 +02:00 |
|
Gael Guennebaud
|
3f6aa4cd5d
|
Remove useless specializations of evaluator_traits
|
2015-06-19 14:18:29 +02:00 |
|
Gael Guennebaud
|
4a8888dfbc
|
Improbe compatibility of Transpositions and evaluators
|
2015-06-19 14:10:44 +02:00 |
|
Gael Guennebaud
|
3af4c6c1c9
|
Make Transpositions use evaluators
|
2015-06-19 11:50:24 +02:00 |
|
Gael Guennebaud
|
82b6ac0864
|
Enforce eigenvectors to be column-major (for performance reasons)
|
2015-06-19 11:25:46 +02:00 |
|
Gael Guennebaud
|
fad36cc814
|
Clean implementation of permutation * matrix products.
|
2015-06-19 10:51:57 +02:00 |
|
Gael Guennebaud
|
06036d8bb1
|
Fix compilation of BDCSVD with DEFAULT_TO_ROWMAJOR
|
2015-06-19 10:37:25 +02:00 |
|
Gael Guennebaud
|
d2db15016b
|
Fix storage order computation in traits<Product>
|
2015-06-19 10:36:38 +02:00 |
|
Benoit Steiner
|
6a9a29e96f
|
Fixed a compilation warning
|
2015-06-17 10:14:13 -07:00 |
|
Gael Guennebaud
|
bb6acc561e
|
Workaround broken complex*real product on old clang versions
|
2015-06-17 16:11:58 +02:00 |
|
Gael Guennebaud
|
40f326ef2e
|
workaround clang's broken complex division
|
2015-06-17 15:33:09 +02:00 |
|
Benoit Steiner
|
ab5db86fe9
|
Fixed merge conflict
|
2015-06-16 19:52:20 -07:00 |
|
Benoit Steiner
|
ea160a898c
|
Pulled latest updates from trunk
|
2015-06-16 19:46:23 -07:00 |
|
Benoit Steiner
|
367794e668
|
Fixed compilation warnings triggered by clang
|
2015-06-16 19:43:49 -07:00 |
|
Gael Guennebaud
|
736a805883
|
Add unit test for bug #879
|
2015-06-16 22:11:41 +02:00 |
|
Gael Guennebaud
|
9ab8ac5c8b
|
Fix compilation in TensorImagePatch
|
2015-06-16 14:50:08 +02:00 |
|
Gael Guennebaud
|
38874b1651
|
Fix shadow warnings in Tensor module
|
2015-06-16 14:43:46 +02:00 |
|
Gael Guennebaud
|
e2e66930c6
|
Fix compilation of alignedvector3 unit test
|
2015-06-16 14:40:55 +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 |
|