aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Simplify API by removing allCols/allRows and reusing rowwise/colwise to defin...Gravatar Gael Guennebaud2018-10-05
* Move iterators to internal, improve doc, make unit test c++03 friendlyGravatar Gael Guennebaud2018-10-03
* Change the logic of A.reshaped<Order>() to be a simple alias to A.reshaped<Or...Gravatar Gael Guennebaud2018-10-03
* Add pointer-based iterator for direct-access expressionsGravatar Gael Guennebaud2018-10-02
* Factorize RowsProxy/ColsProxy and related iterators using subVector<>(Index)Gravatar Gael Guennebaud2018-10-02
* Add templated subVector<Vertical/Horizonal>(Index) aliases to col/row(Index) ...Gravatar Gael Guennebaud2018-10-02
* Use Index instead of ptrdiff_t or int, fix random-accessors.Gravatar Gael Guennebaud2018-10-02
* bug #231: initial implementation of STL iterators for dense expressionsGravatar Gael Guennebaud2018-10-01
* Provide EIGEN_OVERRIDE and EIGEN_FINAL macros to mark virtual function overridesGravatar Christoph Hertzberg2018-09-24
* fix alignment issue in ploaddup for AVX512Gravatar Gael Guennebaud2018-09-28
* oops, I've been too fast in previous copy/pasteGravatar Gael Guennebaud2018-09-27
* #pragma GCC diagnostic push/pop is not supported prioro to gcc 4.6Gravatar Gael Guennebaud2018-09-27
* Fix documentation of reshape to vectors.Gravatar Gael Guennebaud2018-09-25
* Merge with default.Gravatar Gael Guennebaud2018-09-23
|\
| * Fix logic in diagonal*dense product in a corner case.Gravatar Gael Guennebaud2018-09-22
| * Demangle Travseral and Unrolling in ReduxGravatar Gael Guennebaud2018-09-21
* | Add reshaped<>() shortcuts when returning vectors and remove the reshaping ve...Gravatar Gael Guennebaud2018-09-21
| * Add more debug outputGravatar Gael Guennebaud2018-09-21
| * Improve slice-vectorization logic for redux (significant speed-up for reduxio...Gravatar Gael Guennebaud2018-09-21
* | merge with default EigenGravatar Gael Guennebaud2018-09-21
|\|
* | Doc fixesGravatar Gael Guennebaud2018-09-21
| * Merged indexing cleanup (pull request PR-506)Gravatar Gael Guennebaud2018-09-21
| |\
| * | Fix EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF_VECTORIZABLE_FIXED_SIZE for AVX512 or ...Gravatar Gael Guennebaud2018-09-21
| | * Fix docGravatar Gael Guennebaud2018-09-20
| | * Add indexing namespaceGravatar Gael Guennebaud2018-09-20
| | * Fix shadowingGravatar Gael Guennebaud2018-09-20
* | | Fix doc wrt previous changeGravatar Gael Guennebaud2018-09-19
* | | Update reshaped API to use RowMajor/ColMajor directly as integral values inst...Gravatar Gael Guennebaud2018-09-19
| | * ease transition by adding placeholders::all/last/and as deprecatedGravatar Gael Guennebaud2018-09-17
| | * Move all, last, end from Eigen::placeholders namespace to Eigen::, and rename...Gravatar Gael Guennebaud2018-09-15
| |/
| * Fix regression introduced by the previous fix for AVX512.Gravatar Gael Guennebaud2018-09-20
| * Workaround increases required alignment warningGravatar Gael Guennebaud2018-09-20
| * Fix gebp kernel for real+complex in case only reals are vectorized (e.g., AVX...Gravatar Gael Guennebaud2018-09-20
| * Fix warnings in AVX512Gravatar Gael Guennebaud2018-09-20
| * Rename Symbolic namespace to symbolic to be consistent with numext namespaceGravatar Gael Guennebaud2018-09-15
| * bug #1600: initialize m_info to InvalidInput by default, even though m_info i...Gravatar Gael Guennebaud2018-09-18
| * Provide EIGEN_ALIGNOF macro, and give handmade_aligned_malloc the possibility...Gravatar Christoph Hertzberg2018-09-14
| * Fix conjugate-gradient for very small rhsGravatar Gael Guennebaud2018-09-13
| * Updates to fix HIP-clang specific compile errors.Gravatar Deven Desai2018-08-30
| * Enable std::result_of for msvc 2015 and laterGravatar Gael Guennebaud2018-09-13
| * Fix misleading indentation of errorCode and make it loop-localGravatar Christoph Hertzberg2018-09-12
| * Disable type-limits warnings for g++ < 4.8Gravatar Christoph Hertzberg2018-09-12
| * LLT: correct doc and add missing reference for the return type of rankUpdateGravatar Justin Carpentier2018-09-11
| * Fix doxy and misc. typosGravatar luz.paz"2018-08-01
| * bug #1526 - CUDA compilation fails on CUDA 9.x SDK when arch is set to comput...Gravatar Jiandong Ruan2018-09-08
| * bug #1595: Don't use C++11's std::isnan() in MIPS/MSA packet math.Gravatar Alexey Frunze2018-09-06
| * Make param name and docs constistent for JacobiRotation::makeGivensGravatar cgs10192018-09-06
| * Fixed a few more shadowing warnings when compiling with g++ (and c++03)Gravatar Christoph Hertzberg2018-08-30
| * Collapsed revisionGravatar Mehdi Goli2018-08-28
| * Fix numerous shadow-warnings for GCC<=4.8Gravatar Christoph Hertzberg2018-08-28