Benoit Steiner
|
ed839c5851
|
Enable the use of constant expressions with clang >= 3.6
|
2016-11-20 10:34:49 -08:00 |
|
Gael Guennebaud
|
465ede0f20
|
Fix compilation issue in mat = permutation (regression introduced in 8193ffb3d38b56c9295f204dc57dc6bac74f58aa
)
|
2016-11-20 09:41:37 +01:00 |
|
Benoit Steiner
|
81151bd474
|
Fixed merge conflicts
|
2016-11-19 19:12:59 -08:00 |
|
Benoit Steiner
|
1bdf1b9ce0
|
Merged in benoitsteiner/opencl (pull request PR-253)
OpenCL improvements
|
2016-11-19 04:44:43 +00:00 |
|
Benoit Steiner
|
8649e16c2a
|
Enable EIGEN_HAS_C99_MATH when building with the latest version of Visual Studio
|
2016-11-18 14:18:34 -08:00 |
|
Gael Guennebaud
|
164414c563
|
Merged in ChunW/eigen (pull request PR-252)
Workaround for error in VS2012 with /clr
|
2016-11-18 21:07:29 +00:00 |
|
Luke Iwanski
|
5159675c33
|
Added isnan, isfinite and isinf for SYCL device. Plus test for that.
|
2016-11-18 16:01:48 +00:00 |
|
Gael Guennebaud
|
8193ffb3d3
|
bug #1343: fix compilation regression in mat+=selfadjoint_view.
Generic EigenBase2EigenBase assignment was incomplete.
|
2016-11-18 10:17:34 +01:00 |
|
Gael Guennebaud
|
cebff7e3a2
|
bug #1343: fix compilation regression in array = matrix_product
|
2016-11-18 10:09:33 +01:00 |
|
Benoit Steiner
|
7c30078b9f
|
Merged eigen/eigen into default
|
2016-11-17 22:53:37 -08:00 |
|
Chun Wang
|
0d0948c3b9
|
Workaround for error in VS2012 with /clr
|
2016-11-17 17:54:27 -05:00 |
|
Konstantinos Margaritis
|
672aa97d4d
|
implement float/std::complex<float> for ZVector as well, minor fixes to ZVector
|
2016-11-17 13:27:33 -05:00 |
|
Luke Iwanski
|
c5130dedbe
|
Specialised basic math functions for SYCL device.
|
2016-11-17 11:47:13 +00:00 |
|
Benoit Steiner
|
f2e8b73256
|
Enable the use of AVX512 instruction by default
|
2016-11-16 21:28:04 -08:00 |
|
Gael Guennebaud
|
7b09e4dd8c
|
bump default branch to 3.3.90
|
2016-11-16 22:20:58 +01:00 |
|
Benoit Steiner
|
dff9a049c4
|
Optimized the computation of exp, sqrt, ceil anf floor for fp16 on Pascal GPUs
|
2016-11-16 09:01:51 -08:00 |
|
Gael Guennebaud
|
0ee92aa38e
|
Optimize sparse<bool> && sparse<bool> to use the same path as for coeff-wise products.
|
2016-11-14 18:47:41 +01:00 |
|
Gael Guennebaud
|
2e334f5da0
|
bug #426: move operator && and || to MatrixBase and SparseMatrixBase.
|
2016-11-14 18:47:02 +01:00 |
|
Gael Guennebaud
|
a048aba14c
|
Merged in olesalscheider/eigen (pull request PR-248)
Make sure not to call numext::maxi on expression templates
|
2016-11-14 13:25:53 +00:00 |
|
Gael Guennebaud
|
eedb87f4ba
|
Fix regression in SparseMatrix::ReverseInnerIterator
|
2016-11-14 14:05:53 +01:00 |
|
Niels Ole Salscheider
|
51fef87408
|
Make sure not to call numext::maxi on expression templates
|
2016-11-12 12:20:57 +01:00 |
|
Gael Guennebaud
|
eeac81b8c0
|
bump to 3.3.0
|
2016-11-10 13:55:14 +01:00 |
|
Gael Guennebaud
|
e80bc2ddb0
|
Fix printing of sparse expressions
|
2016-11-10 10:35:32 +01:00 |
|
Benoit Steiner
|
db3903498d
|
Merged in benoitsteiner/opencl (pull request PR-246)
Improved support for OpenCL
|
2016-11-08 22:28:44 +00:00 |
|
Gael Guennebaud
|
436a111792
|
Generalize Cholmod support to hanlde any sparse type as the rhs and result of the solve method
|
2016-11-06 20:29:23 +01:00 |
|
Gael Guennebaud
|
afc55b1885
|
Generalize IterativeSolverBase::solve to hanlde any sparse type as the results (instead of SparseMatrix only)
|
2016-11-06 20:28:18 +01:00 |
|
Gael Guennebaud
|
a5c2d8a3cc
|
Generalize solve_sparse_through_dense_panels to handle SparseVector.
|
2016-11-06 15:20:58 +01:00 |
|
Gael Guennebaud
|
f8bfe10613
|
Add missing friend declaration
|
2016-11-06 15:20:30 +01:00 |
|
Gael Guennebaud
|
fc7180cda8
|
Add a default ctor to evaluator<SparseVector>.
Needed for evaluator<Solve>.
|
2016-11-06 15:20:00 +01:00 |
|
Gael Guennebaud
|
4d226ab5b5
|
Enable swapping between SparseMatrix and SparseVector
|
2016-11-06 15:15:03 +01:00 |
|
Gael Guennebaud
|
a354c3ca59
|
Fix compilation of LLT with complex<mpreal>.
|
2016-11-05 11:28:29 +01:00 |
|
Benoit Steiner
|
d46a36cc84
|
Merged eigen/eigen into default
|
2016-11-04 18:22:55 -07:00 |
|
Mehdi Goli
|
0ebe3808ca
|
Removed the sycl include from Eigen/Core and moved it to Unsupported/Eigen/CXX11/Tensor; added TensorReduction for sycl (full reduction and partial reduction); added TensorReduction test case for sycl (full reduction and partial reduction); fixed the tile size on TensorSyclRun.h based on the device max work group size;
|
2016-11-04 18:18:19 +00:00 |
|
Gael Guennebaud
|
ba05572dcb
|
bump to 3.3-rc2
|
2016-11-04 09:09:06 +01:00 |
|
Benoit Steiner
|
5c3995769c
|
Improved AVX512 configuration
|
2016-11-03 04:50:28 -07:00 |
|
Benoit Steiner
|
ca0ba0d9a4
|
Improved AVX512 support
|
2016-11-03 04:00:49 -07:00 |
|
Benoit Steiner
|
c80587c92b
|
Merged eigen/eigen into default
|
2016-11-03 03:55:11 -07:00 |
|
Gael Guennebaud
|
3f1d0cdc22
|
bug #1337: improve doc of homogeneous() and hnormalized()
|
2016-11-03 11:03:08 +01:00 |
|
Gael Guennebaud
|
78e93ac1ad
|
bug #1330: Cholmod supports double precision only, so let's trigger a static assertion if the scalar type does not match this requirement.
|
2016-11-03 10:21:59 +01:00 |
|
Benoit Steiner
|
3e37166d0b
|
Merged in benoitsteiner/opencl (pull request PR-244)
Disable vectorization on device only when compiling for sycl
|
2016-11-02 22:01:03 +00:00 |
|
Benoit Steiner
|
0585b2965d
|
Disable vectorization on device only when compiling for sycl
|
2016-11-02 11:44:27 -07:00 |
|
Gael Guennebaud
|
a07bb428df
|
bug #1004: improve accuracy of LinSpaced for abs(low) >> abs(high).
|
2016-11-02 11:34:38 +01:00 |
|
Gael Guennebaud
|
598de8b193
|
Add pinsertfirst function and implement pinsertlast for complex on SSE/AVX.
|
2016-11-02 10:38:13 +01:00 |
|
Benoit Steiner
|
7a0e96b80d
|
Gate the code that refers to cuda fp16 primitives more thoroughly
|
2016-11-01 12:08:09 -07:00 |
|
Gael Guennebaud
|
3ecb343dc3
|
Fix regression in X = (X*X.transpose())/s with X rectangular by deferring resizing of the destination after the creation of the evaluator of the source expression.
|
2016-10-26 22:50:41 +02:00 |
|
Gael Guennebaud
|
97feea9d39
|
add a generic EIGEN_HAS_CXX11
|
2016-10-26 15:53:13 +02:00 |
|
Gael Guennebaud
|
ca6a2a5248
|
Fix warning with ICC
|
2016-10-26 14:13:05 +02:00 |
|
Gael Guennebaud
|
b15a5dc3f4
|
Fix ICC warnings
|
2016-10-25 22:20:24 +02:00 |
|
Gael Guennebaud
|
aad72f3c6d
|
Add missing inline keywords
|
2016-10-25 20:20:09 +02:00 |
|
Benoit Steiner
|
3e194a6a73
|
Fixed a typo
|
2016-10-25 08:42:15 -07:00 |
|