Benoit Steiner
|
ac99b49249
|
Added missing glue logic
|
2015-10-22 16:54:21 -07:00 |
|
Benoit Steiner
|
2dd9446613
|
Added mapping between a specific device and the corresponding packet type
|
2015-10-22 16:53:36 -07:00 |
|
Benoit Steiner
|
2495e2479f
|
Added tests for the fft code
|
2015-10-22 16:52:55 -07:00 |
|
Benoit Steiner
|
a147c62998
|
Added support for fourier transforms (code courtesy of thucjw@gmail.com)
|
2015-10-22 16:51:30 -07:00 |
|
Gael Guennebaud
|
71b473aab1
|
Remove invalid typename keyword
|
2015-10-22 21:58:18 +02:00 |
|
Gael Guennebaud
|
ebc1af1683
|
merge
|
2015-10-22 21:47:47 +02:00 |
|
Benoit Steiner
|
825146c8fd
|
Fixed incorrect expected value
|
2015-10-22 11:56:00 -07:00 |
|
Benoit Steiner
|
4cf7da63de
|
Added a constructor to simplify the construction of tensormap from tensor
|
2015-10-22 11:48:02 -07:00 |
|
Gael Guennebaud
|
0eb46508e2
|
Avoid any openmp calls if multi-threading is explicitely disabled at runtime.
|
2015-10-22 16:30:28 +02:00 |
|
Gael Guennebaud
|
6df8e99470
|
bug #1089: add a warning when using a MatrixBase method which is implemented within another module by declaring them inline.
|
2015-10-22 16:10:28 +02:00 |
|
Gael Guennebaud
|
e78bc111f1
|
bug #1090: fix a shortcoming in redux logic for which slice-vectorization plus unrolling might happen.
|
2015-10-21 20:58:33 +02:00 |
|
Benoit Steiner
|
b178cc3479
|
Added some syntactic sugar to make it simpler to compare a tensor to a scalar.
|
2015-10-21 11:28:28 -07:00 |
|
Gael Guennebaud
|
5ca2e25967
|
merge
|
2015-10-21 13:49:13 +02:00 |
|
Gael Guennebaud
|
8afd0ce955
|
add FIXME
|
2015-10-21 13:48:15 +02:00 |
|
Gael Guennebaud
|
8961265889
|
bug #1064: add support for Ref<SparseVector>
|
2015-10-21 09:47:43 +02:00 |
|
Benoit Steiner
|
0af63493fd
|
Disable SFINAE for versions of gcc older than 4.8
|
2015-10-20 11:53:30 -07:00 |
|
Benoit Steiner
|
73b8e719ae
|
Removed bogus assertion
|
2015-10-20 11:42:34 -07:00 |
|
Benoit Steiner
|
eaf4b98180
|
Added support for boolean reductions (ie 'and' & 'or' reductions)
|
2015-10-20 11:41:22 -07:00 |
|
Benoit Steiner
|
f5c1587e4e
|
Fixed a bug in the tensor conversion op
|
2015-10-20 11:37:44 -07:00 |
|
Gael Guennebaud
|
fe630c9873
|
Improve numerical accuracy in LLT and triangular solve by using true scalar divisions (instead of x * (1/y))
|
2015-10-18 22:15:01 +02:00 |
|
Doug Kwan
|
5c9ee73eb9
|
Implement plog and pexp for AltiVec.
|
2015-07-30 11:12:42 -07:00 |
|
Gael Guennebaud
|
5a1cc5d24c
|
bug #1053: fix SuplerLU::solve with EIGEN_DEFAULT_TO_ROW_MAJOR
|
2015-09-03 11:25:36 +02:00 |
|
Gael Guennebaud
|
2795ffd6a0
|
Fix Index vs StorageIndex naming convention
|
2015-09-03 11:18:27 +02:00 |
|
Gael Guennebaud
|
ef2b54f422
|
Fix AMD ordering when a column has only one off-diagonal non-zero (also fix bug #1045)
|
2015-09-03 11:04:06 +02:00 |
|
Christoph Hertzberg
|
5ad7981f73
|
Use full packet size for Dynamic-sized objects (otherwise, the unalignedcount unit test fails with AVX enabled)
|
2015-09-02 22:51:43 +02:00 |
|
Gael Guennebaud
|
aa768add0b
|
Since there is no reason for evaluators to be nested by reference, let's remove the evaluator<>::nestedType indirection.
|
2015-09-02 22:10:39 +02:00 |
|
Gael Guennebaud
|
51455824ea
|
Fix AlignedVector3 wrt previous change
|
2015-09-02 21:51:58 +02:00 |
|
Gael Guennebaud
|
f8976fdbe0
|
Make evaluators non-copyable. This guarantee that evaluators storing temporaries do not introduce unwanted copy overhead.
|
2015-09-02 21:39:49 +02:00 |
|
Gael Guennebaud
|
92b9f0e102
|
Cleaning pass on evaluators: remove the useless and error prone evaluator<>::type indirection.
|
2015-09-02 21:38:40 +02:00 |
|
Gael Guennebaud
|
cda55ab245
|
Fix compilation of cuda unit test
|
2015-09-02 16:59:07 +02:00 |
|
Gael Guennebaud
|
14458ec0a0
|
Fix packetmath unit test for exp and log
|
2015-09-02 15:47:58 +02:00 |
|
Gael Guennebaud
|
6b99afa5ae
|
Fix LSCG::solve with a sparse destination.
|
2015-09-02 15:34:03 +02:00 |
|
Gael Guennebaud
|
b5ad3d2cf7
|
Remove deprecated Flagged expression.
|
2015-09-02 14:53:50 +02:00 |
|
Gael Guennebaud
|
6522c3a6f0
|
Add regression test for bug #817
|
2015-09-02 13:16:03 +02:00 |
|
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
|
aba8c9ee17
|
Add a documentation page for common pitfalls
|
2015-09-02 11:23:55 +02:00 |
|
Gael Guennebaud
|
a75616887e
|
bug #1057: fix a declaration missmatch with MSVC
|
2015-09-02 09:31:32 +02:00 |
|
Gael Guennebaud
|
280f93ff65
|
Fix FullPivLU::image documentation
|
2015-09-02 09:19:27 +02:00 |
|
Gael Guennebaud
|
6059188f9d
|
Simplify implementation of the evaluation's iterator of Sparse*Diagonal products to help the compiler to generate better code.
|
2015-09-01 22:34:30 +02:00 |
|
Gael Guennebaud
|
0b2412df50
|
Remove duplicated temporary in Sparse to Sparse assignment
|
2015-09-01 22:31:30 +02:00 |
|
Gael Guennebaud
|
9001f4a46b
|
Add missing specialization of evaluator of sub-sparse-matrices that can be seen as a SparseCompressedBase. This changeset enable faster iterator for such expressions.
|
2015-09-01 22:29:17 +02:00 |
|
Benoit Steiner
|
f41831e445
|
Added support for argmax/argmin
|
2015-08-31 08:18:53 -07:00 |
|
Benoit Steiner
|
2ab603316a
|
Use numext::mini/numext::maxi instead of std::min/std::max in the tensor code
|
2015-08-28 08:14:15 -07:00 |
|
Benoit Steiner
|
2ed1495eec
|
nvcc doesn't support std::min or std::max on GPU. Use our own custom implementation instead
|
2015-08-27 16:59:55 -07:00 |
|
Sergiu Dotenco
|
d4c24eb016
|
fixed Quaternion identity initialization for non-implicitly convertible types
|
2015-08-20 20:55:37 +02:00 |
|
Christoph Hertzberg
|
78358a7241
|
Fixed broken commit a09cfe650f
. Missing } and unprotected min/max calls and definitions.
|
2015-08-22 15:03:16 +02:00 |
|
Benoit Steiner
|
a09cfe650f
|
std::numeric_limits doesn't work reliably on CUDA devices. Use our own definition of numeric_limit<T>::max() and numeric_limit<T>::min() instead of the stl ones.
|
2015-08-21 16:01:40 -07:00 |
|
Christoph Hertzberg
|
e5c78d85c8
|
bug #1043: Avoid integer conversion sign warning
|
2015-08-19 21:50:21 +02:00 |
|
Christoph Hertzberg
|
1bdd06a199
|
Fix some trivial warnings
|
2015-08-19 21:38:18 +02:00 |
|
Christoph Hertzberg
|
0721690dbb
|
Use standard include syntax in Tensor module (<> for include-path and "" for relative path)
|
2015-08-18 14:34:00 +02:00 |
|