aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Enable RawAccess to tensor slices whenever possinle.Gravatar Benoit Steiner2018-04-30
| | | | Avoid 32-bit integer overflow in TensorSlicingOp
* Fix compilation with NEON+MSVCGravatar Gael Guennebaud2018-04-26
|
* Fix unit test for SIMD engine not supporting sqrtGravatar Gael Guennebaud2018-04-26
|
* Add multi-threading for sparse-row-major * dense-row-majorGravatar Gael Guennebaud2018-04-25
|
* Fix "used uninitialized" warningsGravatar Gael Guennebaud2018-04-24
|
* Workaround warningGravatar Gael Guennebaud2018-04-24
|
* bug #1428: atempt to make NEON vectorization compilable by MSVC.Gravatar Gael Guennebaud2018-04-24
| | | | The workaround is to wrap NEON packet types to make them different c++ types.
* fix AVX512 plogGravatar Benoit Steiner2018-04-23
|\
* | Add specializations of is_arithmetic for long long in c++11Gravatar Gael Guennebaud2018-04-23
| |
* | workaround MSVC 2013 compilation issue (ambiguous call)Gravatar Gael Guennebaud2018-04-23
| |
* | typo in docGravatar Gael Guennebaud2018-04-23
| |
* | bug #1543: fix linear indexing in generic block evaluation (this completes ↵Gravatar Gael Guennebaud2018-04-23
| | | | | | | | | | | | the fix in commit 12efc7d41b80259b996be5781bf596c249c90d3f )
* | Fix unit testGravatar Gael Guennebaud2018-04-22
| |
* | Disable -Wshadow when compiling with g++Gravatar Christoph Hertzberg2018-04-21
| |
| * fix AVX512 plogGravatar Jayaram Bobba2018-04-20
|/
* fix const cast in NEONGravatar Gael Guennebaud2018-04-18
|
* Cast zeros to Scalar in RealSchurGravatar Dmitriy Korchemkin2018-04-18
|
* Renamed .trans() et al. to .reverseFlag() et at. Adapted documentation of ↵Gravatar Christoph Hertzberg2018-04-17
| | | | .setReverseFlag()
* Add a specialization of Eigen::numext::conj for std::complex<T> to be used ↵Gravatar nicolov2018-04-13
| | | | | | | when compiling a cuda kernel. This fixes the compilation of TensorFlow 1.4 with clang 6.0 used as CUDA compiler with libc++. This follows the previous change in https://bitbucket.org/eigen/eigen/commits/2a69290ddb165b7103c87ba8f5b257eca23f62aa , which mentions OSX (I guess because it uses libc++ too).
* Add parenthesis to fix compiler warningsGravatar Christoph Hertzberg2018-04-15
|
* bug #1493: Make representation of HouseholderSequence consistent and working ↵Gravatar Christoph Hertzberg2018-04-15
| | | | for complex numbers. Made corresponding unit test actually test that. Also simplify implementation of QR decompositions
* Add links where to make PRs and report bugs into README.mdGravatar Christoph Hertzberg2018-04-13
|
* Limit test size for sparse Cholesky solvers to EIGEN_TEST_MAX_SIZEGravatar Christoph Hertzberg2018-04-13
|
* No need to make noise, if KLU is foundGravatar Christoph Hertzberg2018-04-13
|
* Recent Adolc versions require C++11Gravatar Christoph Hertzberg2018-04-13
|
* Make hypot_impl compile again for types with expression-templates (e.g., ↵Gravatar Christoph Hertzberg2018-04-13
| | | | boost::multiprecision)
* SelfAdjointView<...,Mode> causes a static assert since commit ↵Gravatar Christoph Hertzberg2018-04-13
| | | | d820ab9edc0b38af4cdb3d545714a0c9083e5a78
* fix linking issueGravatar Gael Guennebaud2018-04-13
|
* bug #1520: workaround some -Wfloat-equal warnings by calling std::equal_toGravatar Gael Guennebaud2018-04-11
|
* Avoid using memcpy for non-POD elementsGravatar Weiming Zhao2018-04-11
|
* extend doxygen splitter for huge screensGravatar Gael Guennebaud2018-04-11
|
* Update header/footer for doxygen 1.8.13Gravatar Gael Guennebaud2018-04-11
|
* Fix javascript hacks for oxygen 1.8.13Gravatar Gael Guennebaud2018-04-11
|
* bug #1538: update manual pages regarding BDCSVD.Gravatar Gael Guennebaud2018-04-11
|
* Umfpack: UF_long has been removed in recent versions of suitesparse, and fix ↵Gravatar Gael Guennebaud2018-04-11
| | | | a few long-to-int conversions issues.
* Merged in v_huber/eigen (pull request PR-378)Gravatar Gael Guennebaud2018-04-11
|\ | | | | | | Add interface to umfpack_*l_* functions
* | Fix code sample output in block(int, int, int, int) doxygenGravatar Guillaume Jacob2018-04-09
| |
| * Add unitTestGravatar vhuber2018-04-09
| |
* | Fix MKL backend for symmetric eigenvalues on row-major matrices.Gravatar Gael Guennebaud2018-04-09
| |
* | Add missing empty line.Gravatar Gael Guennebaud2018-04-09
| |
* | Fix cmake scripts with no fortran compilerGravatar Gael Guennebaud2018-04-07
| |
* | bug #1509: fix computeInverseWithCheck for complexesGravatar Gael Guennebaud2018-04-04
| |
* | Extend list of MSVC versionsGravatar Gael Guennebaud2018-04-04
| |
* | Make stableNorm and blueNorm compatible with 2D matrices.Gravatar Gael Guennebaud2018-04-04
| |
* | Factories code between numext::hypot and scalar_hyot_op functor.Gravatar Gael Guennebaud2018-04-04
| |
* | Make innerVector() and innerVectors() methods available to all expressions ↵Gravatar Gael Guennebaud2018-04-04
| | | | | | | | | | | | supported by Block. Before, only SparseBase exposed such methods.
* | bug #1521: avoid signalling NaN in hypot and make it std::complex<> friendly.Gravatar Gael Guennebaud2018-04-04
| |
* | bug #1521: add unit test dedicated to numbest::hyposGravatar Gael Guennebaud2018-04-04
| |
* | Add a note on vec_min vs asmGravatar Gael Guennebaud2018-04-04
| |
* | bug #1494: makes pmin/pmax behave on Altivec/VSX as on x86 regading NaNsGravatar Gael Guennebaud2018-04-04
| |