aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Collapse)AuthorAge
* Enable LinearAccessBit in Block expression for inner-panelsGravatar Gael Guennebaud2014-06-06
|
* Fic bug #819: include path of details.hGravatar Gael Guennebaud2014-06-04
|
* Fix doc'n of FullPivLU re permutation matrices (bug #815).Gravatar Jitse Niesen2014-05-31
|
* Merged in benoitsteiner/eigen-fixes (pull request PR-62)Gravatar Christoph Hertzberg2014-05-08
|\ | | | | | | Made it possible to call the assignment operator on an Eigen::Block from a CUDA kernel.
| * Made it possible to call the assignment operator on an Eigen::Block from a ↵Gravatar Benoit Steiner2014-05-07
| | | | | | | | CUDA kernel.
* | Missed to remove IACA_END in previous commitGravatar Christoph Hertzberg2014-05-05
| |
* | Removed IACA-definesGravatar Christoph Hertzberg2014-05-05
| | | | | | | | This caused redefinition warnings if IACA headers were included from elsewhere. For a clean solution we should define our own EIGEN_IACA_* macros
* | Fix bug #807: Missing scalar type cast in umeyama()Gravatar Christoph Hertzberg2014-05-05
| |
* | Fixed bug #806: Missing scalar type cast in Quaternion::setFromTwoVectors()Gravatar Christoph Hertzberg2014-05-05
| |
* | Fix typo in SparseMatrix assert.Gravatar Benjamin Chretien2014-05-03
| |
* | Add missing add_subdirectory directiveGravatar Gael Guennebaud2014-05-03
| |
* | Fix bug #803: avoid char* to int* conversionGravatar Gael Guennebaud2014-05-01
| |
* | TRMM: Make sure we have enough memory in rhs block to enforce alignment.Gravatar Gael Guennebaud2014-04-25
| |
* | Make sure that calls to broadcast4 are 16 bytes alignedGravatar Gael Guennebaud2014-04-25
| |
* | Product kernel: skip loop on columns if there is no remaining rowsGravatar Gael Guennebaud2014-04-25
| |
* | Fix sizeof unit testGravatar Gael Guennebaud2014-04-25
| |
* | Fix for mixed productsGravatar Gael Guennebaud2014-04-25
| |
* | Implement pbroadcast4 on altivecGravatar Gael Guennebaud2014-04-25
| |
* | Disable 3pX4 kernel on Altivec: despite this platform has 32 registers, this ↵Gravatar Gael Guennebaud2014-04-25
| | | | | | | | version seems significantly slower.
* | Fix ptranspose overload prototypes for NEONGravatar Gael Guennebaud2014-04-25
| |
* | Minor optimizations in product kernel:Gravatar Gael Guennebaud2014-04-25
| | | | | | | | | | - use pbroadcast4 (helpful when AVX is not available) - process all remaining rows at once (significant speedup for small matrices)
* | Enable vectorization of pack_rhs with a column-major RHS.Gravatar Gael Guennebaud2014-04-25
| | | | | | | | Rename and generalize Kernel<*> to PacketBlock<*,N>.
* | Enable fused madd for AltivecGravatar Gael Guennebaud2014-04-24
| |
* | Implement ptranspose on altivec and fix pgather/pscatterGravatar Gael Guennebaud2014-04-24
| |
* | Fixed the NEON implementation of predux_max<Packet4i>.Gravatar Benoit Steiner2014-04-23
| |
* | Created a NEON version of the ptranspose packet primitivesGravatar Benoit Steiner2014-04-23
| |
* | Add Altivec implementation of pgather/pscatter (not tested)Gravatar Gael Guennebaud2014-04-23
| |
* | Fix EIGEN_MAKE_UNALIGNED_ARRAY_ASSERT macroGravatar Gael Guennebaud2014-04-22
| |
* | merge with default branchGravatar Gael Guennebaud2014-04-22
|\ \
* | | Workaround gcc's default ABI not being able to distinghish between vector ↵Gravatar Gael Guennebaud2014-04-22
| | | | | | | | | | | | types of different sizes.
* | | Fix 128bit packet size assumptions in unit tests.Gravatar Gael Guennebaud2014-04-18
| | |
* | | Fix alignment assertion.Gravatar Gael Guennebaud2014-04-18
| | |
* | | Fix calls to lazy products (lazy product does not like matrices with 0 length)Gravatar Gael Guennebaud2014-04-18
| | |
* | | Smarter block size computationGravatar Gael Guennebaud2014-04-18
| | |
* | | Fix typo (was working with clang\!)Gravatar Gael Guennebaud2014-04-18
| | |
* | | Fixes for fixed sizes and non vectorizable typesGravatar Gael Guennebaud2014-04-17
| | |
* | | mergeGravatar Gael Guennebaud2014-04-17
|\ \ \
| * | | Implemented the pgather/pscatter packet primitives for the arm/NEON architectureGravatar Benoit Steiner2014-04-17
| | | |
* | | | Optimize AVX pset1 for complexes and ploaddupGravatar Gael Guennebaud2014-04-17
| | | |
* | | | Fix and optimize mixed productsGravatar Gael Guennebaud2014-04-17
| | | |
* | | | Optimize ploaddup for AVXGravatar Gael Guennebaud2014-04-17
|/ / /
* | | Fallback to lazy products for very small ones.Gravatar Gael Guennebaud2014-04-16
| | |
* | | Enable alloca on MAC OSXGravatar Gael Guennebaud2014-04-16
| | |
* | | New gebp kernel handling up to 3 packets x 4 register-level blocks. Huge ↵Gravatar Gael Guennebaud2014-04-16
| | | | | | | | | | | | | | | | | | speeup on Haswell. This changeset also introduce new vector functions: ploadquad and predux4.
| * | Check IMKL version for compatibility with EigenGravatar Mark Borgerding2014-04-15
| | |
| * | bug #793: detect NaN and INF in EigenSolver instead of aborting with an assert.Gravatar Gael Guennebaud2014-04-14
| | |
| * | Add isfinite overload for complexes.Gravatar Gael Guennebaud2014-04-14
| | |
* | | Optimized SSE unaligned loads and stores when compiling a 64bit target with ↵Gravatar Benoit Steiner2014-04-14
| | | | | | | | | | | | a recent version of gcc (ie gcc 4.8).
| * | bug #790: fix overflow in real_2x2_jacobi_svdGravatar Gael Guennebaud2014-04-14
| | |
| * | bug #793: fix overflow in EigenSolver and add respective regression unit testGravatar Gael Guennebaud2014-04-14
| | |