Gael Guennebaud
|
d2db15016b
|
Fix storage order computation in traits<Product>
|
2015-06-19 10:36:38 +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
|
97cbe28829
|
Remove support of std::binder* in C++11
|
2015-06-15 15:34:05 +02:00 |
|
Gael Guennebaud
|
972a535288
|
Remove aligned-on-scalar assert and fallback to non vectorized path at runtime (first_aligned already had this runtime guard)
|
2015-06-14 15:04:07 +02:00 |
|
Gael Guennebaud
|
321a2cbe3d
|
Add missing forward declaration of AlignedBox
|
2015-06-15 15:01:20 +02:00 |
|
Gael Guennebaud
|
91b64a9c65
|
Relax aligned-on-scalar assert as in the 3.2 branch
|
2015-06-12 11:25:57 +02:00 |
|
Gael Guennebaud
|
84d103bee8
|
Enable C++11 math function in a more conservative manner.
|
2015-06-11 21:45:02 +02:00 |
|
Gael Guennebaud
|
d93ba137f2
|
Introduce EIGEN_PI, get rid of M_PI and acos(-1.0)
|
2015-06-10 17:12:10 +02:00 |
|
Gael Guennebaud
|
9756c7fb4d
|
Make more use of EIGEN_HAS_C99_MATH
|
2015-06-10 16:26:55 +02:00 |
|
Gael Guennebaud
|
93a62265dc
|
fix isinf(complex(inf,NaN)) to return false.
|
2015-06-10 16:19:10 +02:00 |
|
Gael Guennebaud
|
b0d5aaafcc
|
Rename free functions isFinite, isInf, isNaN to be compatible with c++11
|
2015-06-10 16:17:09 +02:00 |
|
Gael Guennebaud
|
25a98be948
|
bug #80: merge with d_hood branch on adding more coefficient-wise unary array functors
|
2015-06-10 15:52:05 +02:00 |
|
Gael Guennebaud
|
192bce2795
|
bug #890, add a more general routine to check that two dense object reference to the same data
|
2015-06-10 10:09:04 +02:00 |
|
Gael Guennebaud
|
785b9c0127
|
bug #1003: assert in MapBase if the provided pointer is not aligned on scalar while it is expected to be. Also add a EIGEN_ALIGN8 macro.
|
2015-06-09 17:42:09 +02:00 |
|
Gael Guennebaud
|
4aba24a1b2
|
Clean argument names of some functions
|
2015-06-09 13:32:12 +02:00 |
|
Gael Guennebaud
|
9a2447b0c9
|
Fix shadow warnings triggered by clang
|
2015-06-09 09:11:12 +02:00 |
|
Gael Guennebaud
|
274b1f5d7e
|
Fix homogeneous() for 1x1 matrix: in this case, homogeneous follows the storage order guaranteeing that v.transpose().homogeneous() == v.homogeneous().transpose()
|
2015-06-08 15:40:51 +02:00 |
|
Gael Guennebaud
|
cbe3a1a83e
|
Add missing accessors for 1D index based access to Replicate<> expressions.
|
2015-06-08 15:39:09 +02:00 |
|
Gael Guennebaud
|
d0b7b5cb55
|
minor documentation fixes
|
2015-06-05 14:40:07 +02:00 |
|
Benoit Jacob
|
051d5325cc
|
Abandon blocking size lookup table approach. Not performing as well in real world as in microbenchmark.
|
2015-05-19 11:03:59 -04:00 |
|
Benoit Jacob
|
c88e1abaf3
|
also uninitialized here, see previous cset
|
2015-05-15 11:34:57 -04:00 |
|
Benoit Jacob
|
807793ec3b
|
Fix uninitialized var warning. The compiler was clearing the register anyway, so this does not change resulting code
|
2015-05-15 11:15:53 -04:00 |
|
Christoph Hertzberg
|
494fa991c3
|
bug #872: Avoid deprecated binder1st/binder2nd usage by providing custom functors for comparison operators
|
2015-05-07 17:28:40 +02:00 |
|
Konstantinos Margaritis
|
dd698e6680
|
Merged in doug_kwan/eigen (pull request PR-103)
Fix bug in pdiv<Packet1cd> which swaps 32-bit halves of a pair of
|
2015-05-05 20:50:14 +03:00 |
|
Benoit Steiner
|
1dded10cb7
|
Added a double-precision implementation of the exp() function for AVX.
|
2015-05-04 10:42:51 -07:00 |
|
Christoph Hertzberg
|
28a4c92cbf
|
bug #998: Started fixing doxygen warnings
|
2015-05-01 22:10:41 +02:00 |
|
Gael Guennebaud
|
de18cd413d
|
Disable posix_memalign on Solaris and SunOS, and allows to by-pass built-in posix_memalign detection rules.
|
2015-04-24 11:26:51 +02:00 |
|
Gael Guennebaud
|
40258078c6
|
bug #360: add value_type typedef to DenseBase/SparseMatrixBase
|
2015-04-24 09:44:24 +02:00 |
|
Christoph Hertzberg
|
c460af414e
|
Fix bug #1000: Manually inherit assignment operators for MSVC 2013 and later (as required by the standard).
|
2015-04-23 13:39:03 +02:00 |
|
Gael Guennebaud
|
d6a8b43b39
|
Fix typo in the definition of EIGEN_COMP_GNUC_STRICT
|
2015-04-21 10:12:38 +02:00 |
|
Deanna Hood
|
e5048b5501
|
Use std::isfinite when available
|
2015-04-20 14:59:57 -04:00 |
|
Deanna Hood
|
249c48ba00
|
Incorporate C++11 check into EIGEN_HAS_C99_MATH macro
|
2015-04-20 14:57:04 -04:00 |
|
Deanna Hood
|
0250f4a9f2
|
Merged default into unary-array-cwise-functors
|
2015-04-20 14:01:35 -04:00 |
|
Deanna Hood
|
0339502a4f
|
Only use std::isnan and std::isinf if they are available
|
2015-04-20 13:14:06 -04:00 |
|
Christoph Hertzberg
|
4f126b862d
|
Add internal assertions to purely fixed-size DenseStorage, mark optional variables always as unused
|
2015-04-17 11:36:21 +02:00 |
|
Christoph Hertzberg
|
9d7843d0d0
|
Add internal assertions to DenseStorage constructor
|
2015-04-16 15:47:06 +02:00 |
|
Christoph Hertzberg
|
3be9f5c4d7
|
Constructing a Matrix/Array with implicit transpose could lead to memory leaks.
Also reduced code duplication for Matrix/Array constructors
|
2015-04-16 13:25:20 +02:00 |
|
Benoit Steiner
|
0f82399fe9
|
Pulled latest changes from trunk
|
2015-04-14 19:13:34 -07:00 |
|
Benoit Steiner
|
5401fbcc50
|
Improved the blocking strategy to speedup multithreaded tensor contractions.
|
2015-04-09 16:44:10 -07:00 |
|
Deanna Hood
|
085aa8e601
|
Don't use M_PI since it's only guaranteed to be defined in Eigen/Geometry
|
2015-04-08 13:59:18 -05:00 |
|
Gael Guennebaud
|
0eb220c00d
|
add a note on bug #992
|
2015-04-08 09:25:34 +02:00 |
|
Benoit Jacob
|
d7f51feb07
|
bug #992: don't select a 3p GEMM path with non-vectorizable scalar types, this hits unsupported paths in symm/triangular products code
|
2015-04-07 15:13:55 -04:00 |
|
Benoit Steiner
|
74e558cfa8
|
Pulled latest updates from trunk
|
2015-04-01 23:24:11 -07:00 |
|
Gael Guennebaud
|
39dcd01b0a
|
bug #973: enable alignment of multiples of half-packet size (e.g., Vector6d with AVX)
|
2015-04-01 13:55:09 +02:00 |
|
Gael Guennebaud
|
8481dc21ea
|
bug #986: add support for coefficient-based product with 0 depth.
|
2015-04-01 13:15:23 +02:00 |
|
Gael Guennebaud
|
79b4e6acaf
|
Fix bug #987: wrong alignement guess in diagonal product.
|
2015-03-31 23:35:12 +02:00 |
|
Gael Guennebaud
|
8313fb7df7
|
Add row/column-wise reverseInPlace feature.
|
2015-03-31 21:35:53 +02:00 |
|
Gael Guennebaud
|
dfb674a25e
|
Make reverseInPlace really work in-place.
|
2015-03-31 20:17:10 +02:00 |
|
Gael Guennebaud
|
20d030f207
|
Fix vectorization of swap for non trivial expressions
|
2015-03-31 20:16:02 +02:00 |
|
Benoit Jacob
|
73cdeae1d3
|
Only use blocking sizes LUTs for single-thread products for now
|
2015-03-31 11:17:23 -04:00 |
|