Eugene Zhulenev
|
118520f04a
|
Workaround nbcc+msvc compiler bug
|
2018-11-02 14:48:28 -07:00 |
|
Christoph Hertzberg
|
24dc076519
|
Explicitly convert 0 to Scalar for custom types
|
2018-10-12 10:22:19 +02:00 |
|
Gael Guennebaud
|
8214cf1896
|
Make sparse_basic includable from sparse_extra, but disable it since sparse_basic(DynamicSparseMatrix) does not compile at all anyways
|
2018-10-11 10:27:23 +02:00 |
|
Gael Guennebaud
|
43633fbaba
|
Fix warning with AVX512f
|
2018-10-11 10:13:48 +02:00 |
|
Gael Guennebaud
|
97e2c808e9
|
Fix avx512 plog(NaN) to return NaN instead of +inf
|
2018-10-11 10:13:13 +02:00 |
|
Gael Guennebaud
|
b3f66d29a5
|
Enable avx512 plog with clang
|
2018-10-11 10:12:21 +02:00 |
|
Gael Guennebaud
|
2ef1b39674
|
Relaxed fastmath unit test: if std::foo fails, then let's only trigger a warning is numext::foo fails too.
A true error will triggered only if std::foo works but our numext::foo fails.
|
2018-10-11 09:45:30 +02:00 |
|
Gael Guennebaud
|
1d5a6363ea
|
relax numerical tests from equal to approx (x87)
|
2018-10-11 09:29:56 +02:00 |
|
Gael Guennebaud
|
f0aa7e40fc
|
Fix regression in changeset 5335659c47
|
2018-10-10 23:47:30 +02:00 |
|
Gael Guennebaud
|
ce243ee45b
|
bug #520: add diagmat +/- diagmat operators.
|
2018-10-10 23:38:22 +02:00 |
|
Gael Guennebaud
|
5335659c47
|
Merged in ezhulenev/eigen-02 (pull request PR-525)
Fix bug in partial reduction of expressions requiring evaluation
|
2018-10-10 20:59:00 +00:00 |
|
Gael Guennebaud
|
eec0dfd688
|
bug #632: add specializations for res ?= dense +/- sparse and res ?= sparse +/- dense.
They are rewritten as two compound assignment to by-pass hybrid dense-sparse iterator.
|
2018-10-10 22:50:15 +02:00 |
|
Eugene Zhulenev
|
8e6dc2c81d
|
Fix bug in partial reduction of expressions requiring evaluation
|
2018-10-10 13:23:52 -07:00 |
|
Gael Guennebaud
|
76ceae49c1
|
bug #1609: add inplace transposition unit test
|
2018-10-10 21:48:58 +02:00 |
|
Eugene Zhulenev
|
2bf1a31d81
|
Use void type if stl-style iterators are not supported
|
2018-10-10 10:31:40 -07:00 |
|
Christoph Hertzberg
|
f3130ee1ba
|
Avoid empty macro arguments
|
2018-10-10 08:23:40 +02:00 |
|
Rasmus Munk Larsen
|
e8918743c1
|
Merged in ezhulenev/eigen-01 (pull request PR-523)
Compile time detection for unimplemented stl-style iterators
|
2018-10-09 23:42:01 +00:00 |
|
Eugene Zhulenev
|
befcac883d
|
Hide stl-container detection test under #if
|
2018-10-09 15:36:01 -07:00 |
|
Eugene Zhulenev
|
c0ca8a9fa3
|
Compile time detection for unimplemented stl-style iterators
|
2018-10-09 15:28:23 -07:00 |
|
Gael Guennebaud
|
1dd1f8e454
|
bug #65: add vectorization of partial reductions along the outer-dimension, for instance: colmajor_mat.rowwise().mean()
|
2018-10-09 23:36:50 +02:00 |
|
Gael Guennebaud
|
bfa2a81a50
|
Make redux_vec_unroller more flexible regarding packet-type
|
2018-10-09 23:30:41 +02:00 |
|
Gael Guennebaud
|
c0c3be26ed
|
Extend unit tests for partial reductions
|
2018-10-09 22:54:54 +02:00 |
|
Christoph Hertzberg
|
3f2c8b7ff0
|
Fix a lot of Doxygen warnings in Tensor module
|
2018-10-09 20:22:47 +02:00 |
|
Christoph Hertzberg
|
f6359ad795
|
Small Doxygen fixes
|
2018-10-09 19:33:35 +02:00 |
|
Gael Guennebaud
|
7a882c05ab
|
Fix compilation on CUDA
|
2018-10-09 17:02:16 +02:00 |
|
Gael Guennebaud
|
93a6192e98
|
fix mpreal for mpfr<4.0.0
|
2018-10-09 09:15:22 +02:00 |
|
Rasmus Munk Larsen
|
d16634c4d4
|
Fix out-of bounds access in TensorArgMax.h.
|
2018-10-08 16:41:36 -07:00 |
|
Rasmus Munk Larsen
|
1a737e1d6a
|
Fix contraction test.
|
2018-10-08 16:37:07 -07:00 |
|
Gael Guennebaud
|
e00487f7d2
|
bug #1603: add parenthesis around ternary operator in function body as well as a harmless attempt to make MSVC happy.
|
2018-10-08 22:27:04 +02:00 |
|
Gael Guennebaud
|
2eda9783de
|
typo
|
2018-10-08 21:37:46 +02:00 |
|
Gael Guennebaud
|
c6e2dde714
|
fix c++11 deprecated warning
|
2018-10-08 18:26:05 +02:00 |
|
Gael Guennebaud
|
6cc9b2c831
|
fix warning in mpreal.h
|
2018-10-08 18:25:37 +02:00 |
|
Gael Guennebaud
|
649d4758a6
|
merge
|
2018-10-08 17:35:18 +02:00 |
|
Gael Guennebaud
|
aa5820056e
|
Unify c++11 usage in doc's examples and snippets
|
2018-10-08 17:32:54 +02:00 |
|
Gael Guennebaud
|
e29bfe8479
|
Update included mpreal header to 3.6.5 and fix deprecated warnings.
|
2018-10-08 17:09:23 +02:00 |
|
Gael Guennebaud
|
64b1a15318
|
Workaround stupid warning
|
2018-10-08 12:01:18 +02:00 |
|
Gael Guennebaud
|
c9643f4a6f
|
Disable C++11 deprecated warning when limiting Eigen to C++98
|
2018-10-08 10:43:43 +02:00 |
|
Gael Guennebaud
|
774bb9d6f7
|
fix a doxygen issue
|
2018-10-08 09:30:15 +02:00 |
|
Gael Guennebaud
|
6c3f6cd52b
|
Fix maybe-uninitialized warning
|
2018-10-07 23:29:51 +02:00 |
|
Gael Guennebaud
|
bcb7c66b53
|
Workaround gcc's alloc-size-larger-than= warning
|
2018-10-07 21:55:59 +02:00 |
|
Gael Guennebaud
|
16b2001ece
|
Fix gcc 8.1 warning: "maybe use uninitialized"
|
2018-10-07 21:54:49 +02:00 |
|
Gael Guennebaud
|
6512c5e136
|
Implement a better workaround for GCC's bug #87544
|
2018-10-07 15:00:05 +02:00 |
|
Gael Guennebaud
|
409132bb81
|
Workaround gcc bug making it trigger an invalid warning
|
2018-10-07 09:23:15 +02:00 |
|
Gael Guennebaud
|
c6a1ab4036
|
Workaround MSVC compilation issue
|
2018-10-06 13:49:17 +02:00 |
|
Gael Guennebaud
|
e21766c6f5
|
Clarify doc of rowwise/colwise/vectorwise.
|
2018-10-05 23:12:09 +02:00 |
|
Gael Guennebaud
|
d92f004ab7
|
Simplify API by removing allCols/allRows and reusing rowwise/colwise to define iterators over rows/columns
|
2018-10-05 23:11:21 +02:00 |
|
Gael Guennebaud
|
91613bf2c2
|
Add support for c++11 snippets
|
2018-10-05 23:08:39 +02:00 |
|
Gael Guennebaud
|
3e64b1fc86
|
Move iterators to internal, improve doc, make unit test c++03 friendly
|
2018-10-03 15:13:15 +02:00 |
|
Gael Guennebaud
|
2b2b4d0580
|
fix unused warning
|
2018-10-03 14:16:21 +02:00 |
|
Gael Guennebaud
|
8a1e98240e
|
add unit tests
|
2018-10-03 11:56:27 +02:00 |
|