Christoph Hertzberg
|
23f8b00bc8
|
clang provides __has_feature(is_enum) (but not <type_traits>) in C++03 mode
|
2017-09-14 19:26:03 +02:00 |
|
Christoph Hertzberg
|
0c9ad2f525
|
std::integral_constant is not C++03 compatible
|
2017-09-14 19:23:38 +02:00 |
|
Gael Guennebaud
|
6d42309f13
|
Fix compilation of Vector::operator()(enum) by treating enums as Index
|
2017-09-07 14:34:30 +02:00 |
|
Benoit Steiner
|
ea4e65bf41
|
Fixed compilation with cuda_clang.
|
2017-09-07 09:13:52 +00:00 |
|
Gael Guennebaud
|
9c353dd145
|
Add C++11 max_digits10 for half.
|
2017-09-06 10:22:47 +02:00 |
|
Gael Guennebaud
|
b35d1ce4a5
|
Implement true compile-time "if" for apply_rotation_in_the_plane. This fixes a compilation issue for vectorized real type with missing vectorization for complexes, e.g. AVX512.
|
2017-09-06 10:02:49 +02:00 |
|
Gael Guennebaud
|
80142362ac
|
Fix mixing types in sparse matrix products.
|
2017-09-02 22:50:20 +02:00 |
|
Benoit Steiner
|
a4089991eb
|
Added support for CUDA 9.0.
|
2017-08-31 02:49:39 +00:00 |
|
Gael Guennebaud
|
21633e585b
|
bug #1462: remove all occurences of the deprecated __CUDACC_VER__ macro by introducing EIGEN_CUDACC_VER
|
2017-08-24 11:06:47 +02:00 |
|
Gael Guennebaud
|
12249849b5
|
Make the threshold from gemm to coeff-based-product configurable, and add some explanations.
|
2017-08-24 10:43:21 +02:00 |
|
Gael Guennebaud
|
39864ebe1e
|
bug #336: improve doc for PlainObjectBase::Map
|
2017-08-22 17:18:43 +02:00 |
|
Gael Guennebaud
|
600e52fc7f
|
Add missing scalar conversion
|
2017-08-22 17:06:57 +02:00 |
|
Gael Guennebaud
|
9deee79922
|
bug #1457: add setUnit() methods for consistency.
|
2017-08-22 16:48:07 +02:00 |
|
Gael Guennebaud
|
bc91a2df8b
|
bug #1461: fix compilation of Map<const Quaternion>::x()
|
2017-08-22 15:10:42 +02:00 |
|
Gael Guennebaud
|
fc39d5954b
|
Merged in dtrebbien/eigen/patch-1 (pull request PR-312)
Work around a compilation error seen with nvcc V8.0.61
|
2017-08-22 12:17:37 +00:00 |
|
Gael Guennebaud
|
b223918ea9
|
Doc: warn about constness in LLT::solveInPlace
|
2017-08-22 14:12:47 +02:00 |
|
Jim Radford
|
0c226644d8
|
LLT: const the arg to solveInPlace() to allow passing .transpose(), .block(), etc.
|
2017-01-04 14:42:57 -08:00 |
|
Jim Radford
|
be281e5289
|
LLT: avoid making a copy when decomposing in place
|
2017-01-04 14:43:56 -08:00 |
|
Gael Guennebaud
|
e27f17bf5c
|
Gub 1453: fix Map with non-default inner-stride but no outer-stride.
|
2017-08-22 13:27:37 +02:00 |
|
Gael Guennebaud
|
21d0a0bcf5
|
bug #1456: add perf recommendation for LLT and storage format
|
2017-08-22 12:46:35 +02:00 |
|
Gael Guennebaud
|
2c3d70d915
|
Re-enable hidden doc in LLT
|
2017-08-22 12:04:09 +02:00 |
|
Gael Guennebaud
|
a6e7a41a55
|
bug #1455: Cholesky module depends on Jacobi for rank-updates.
|
2017-08-22 11:37:32 +02:00 |
|
Gael Guennebaud
|
e6021cc8cc
|
bug #1458: fix documentation of LLT and LDLT info() method.
|
2017-08-22 11:32:55 +02:00 |
|
Gael Guennebaud
|
f727844658
|
use MKL's lapacke.h header when using MKL
|
2017-08-17 21:58:39 +02:00 |
|
Gael Guennebaud
|
8c858bd891
|
Clarify doc regarding the usage of MKL_DIRECT_CALL
|
2017-08-17 12:17:45 +02:00 |
|
Gael Guennebaud
|
b95f92843c
|
Fix support for MKL's BLAS when using MKL_DIRECT_CALL.
|
2017-08-17 12:07:10 +02:00 |
|
Gael Guennebaud
|
687bedfcad
|
Make NoAlias and JacobiRotation compatible with CUDA.
|
2017-08-17 11:51:22 +02:00 |
|
Gael Guennebaud
|
1f4b24d2df
|
Do not preallocate more space than the matrix size (when the sparse matrix boils down to a vector
|
2017-07-20 10:13:48 +02:00 |
|
Gael Guennebaud
|
55d7181557
|
Fix lazyness of operator* with CUDA
|
2017-07-20 09:47:28 +02:00 |
|
Gael Guennebaud
|
cda47c42c2
|
Fix compilation in c++98 mode.
|
2017-07-17 21:08:20 +02:00 |
|
Gael Guennebaud
|
3182bdbae6
|
Disable vectorization when compiled by nvcc, even is EIGEN_NO_CUDA is defined
|
2017-07-17 11:01:28 +02:00 |
|
Gael Guennebaud
|
9f8136ff74
|
disable nvcc boolean-expr-is-constant warning
|
2017-07-17 10:43:18 +02:00 |
|
Gael Guennebaud
|
bbd97b4095
|
Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH aliases
|
2017-07-17 01:02:51 +02:00 |
|
Benoit Steiner
|
c5a241ab9b
|
Merged in benoitsteiner/opencl (pull request PR-323)
Improved support for OpenCL
|
2017-07-07 16:27:33 +00:00 |
|
Benoit Steiner
|
c92faf9d84
|
Merged in mehdi_goli/upstr_benoit/HiperbolicOP (pull request PR-13)
Adding hyperbolic operations for sycl.
* Adding hyperbolic operations.
* Adding the hyperbolic operations for CPU as well.
|
2017-07-06 05:05:57 +00:00 |
|
Gael Guennebaud
|
561f777075
|
Fix a gcc7 warning about bool * bool in abs2 default implementation.
|
2017-06-27 12:05:17 +02:00 |
|
Gael Guennebaud
|
b651ce0ffa
|
Fix a gcc7 warning: Wint-in-bool-context
|
2017-06-26 09:58:28 +02:00 |
|
Gael Guennebaud
|
24fe1de9b4
|
merge
|
2017-06-15 10:17:39 +02:00 |
|
Gael Guennebaud
|
b240080e64
|
bug #1436: fix compilation of Jacobi rotations with ARM NEON, some specializations of internal::conj_helper were missing.
|
2017-06-15 10:16:30 +02:00 |
|
Benoit Steiner
|
3baef62b9a
|
Added missing __device__ qualifier
|
2017-06-13 12:56:55 -07:00 |
|
Benoit Steiner
|
449936828c
|
Added missing __device__ qualifier
|
2017-06-13 12:54:57 -07:00 |
|
Gael Guennebaud
|
9fbdf02059
|
Enable Array(EigenBase<>) ctor for compatible scalar types only. This prevents nested arrays to look as being convertible from/to simple arrays.
|
2017-06-12 22:30:32 +02:00 |
|
Gael Guennebaud
|
e43d8fe9d7
|
Fix compilation of streaming nested Array, i.e., cout << Array<Array<>>
|
2017-06-12 22:26:26 +02:00 |
|
Gael Guennebaud
|
d9d7bd6d62
|
Fix 1x1 case in Solve expression with EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION==RowMajor
|
2017-06-12 22:25:02 +02:00 |
|
Gael Guennebaud
|
6dcf966558
|
Avoid implicit scalar conversion with accuracy loss in pow(scalar,array)
|
2017-06-12 16:47:22 +02:00 |
|
Gael Guennebaud
|
c3e2afce0d
|
Enable MSVC 2010 workaround from MSVC only
|
2017-06-09 16:25:18 +02:00 |
|
Gael Guennebaud
|
731c8c704d
|
bug #1403: more scalar conversions fixes in BDCSVD
|
2017-06-09 15:45:49 +02:00 |
|
Gael Guennebaud
|
1bbcf19029
|
bug #1403: fix implicit scalar type conversion.
|
2017-06-09 14:44:02 +02:00 |
|
Gael Guennebaud
|
ba5cab576a
|
bug #1405: enable StrictlyLower/StrictlyUpper triangularView as the destination of matrix*matrix products.
|
2017-06-09 14:38:04 +02:00 |
|
Gael Guennebaud
|
90168c003d
|
bug #1414: doxygen, add EigenBase to CoreModule
|
2017-06-09 14:01:44 +02:00 |
|