| Commit message (Expand) | Author | Age |
* | Fix a couple of issue with the vectorization. In particular, default ei_p* fu... | Gael Guennebaud | 2008-04-24 |
* | give up on OpenMP... for now | Benoit Jacob | 2008-04-18 |
* | - add _packetCoeff() to Inverse, allowing vectorization. | Benoit Jacob | 2008-04-16 |
* | - optimized determinant calculations for small matrices (size <= 4) | Benoit Jacob | 2008-04-14 |
* | when evaluating an xpr, the result can now be vectorizable | Benoit Jacob | 2008-04-14 |
* | * Start of the LU module, with matrix inversion already there and | Benoit Jacob | 2008-04-14 |
* | * Add fixed-size template versions of corner(), start(), end(). | Benoit Jacob | 2008-04-12 |
* | - cleaner use of OpenMP (no code duplication anymore) | Benoit Jacob | 2008-04-11 |
* | Merge Gael's experimental OpenMP parallelization support into Assign.h. | Benoit Jacob | 2008-04-11 |
* | added a vectorized version of Product::_cacheOptimalProduct, | Gael Guennebaud | 2008-04-10 |
* | * add typedefs for matrices/vectors with LargeBit | Benoit Jacob | 2008-04-10 |
* | split those files in util/ | Benoit Jacob | 2008-04-10 |
* | * rename XprCopy -> Nested | Benoit Jacob | 2008-04-10 |
* | fix priority operator bugs in the computation | Gael Guennebaud | 2008-04-09 |
* | a better bugfix in ei_matrix_operator_equals_packet_unroller | Gael Guennebaud | 2008-04-09 |
* | bugfix in ei_matrix_operator_equals_packet_unroller | Gael Guennebaud | 2008-04-09 |
* | Added initial experimental support for explicit vectorization. | Gael Guennebaud | 2008-04-09 |
* | finish making use of CoeffReadCost and the new XprCopy everywhere | Benoit Jacob | 2008-04-08 |
* | - merge ei_xpr_copy and ei_eval_if_needed_before_nesting | Benoit Jacob | 2008-04-06 |
* | fix compilation (finish removal of EIGEN_UNROLLED_LOOPS) | Benoit Jacob | 2008-04-05 |
* | fixes as discussed with Gael on IRC. Mainly, in Fuzzy.h, and Dot.h, use | Benoit Jacob | 2008-04-05 |
* | * make use of the EvalBeforeNestingBit and EvalBeforeAssigningBit | Gael Guennebaud | 2008-04-05 |
* | * added cwise comparisons | Gael Guennebaud | 2008-04-03 |
* | current state of the mess. One line fails in the tests, and | Benoit Jacob | 2008-04-03 |
* | More clever evaluation of arguments: now it occurs in earlier, in operator*, | Benoit Jacob | 2008-04-03 |
* | fix a compilation issue with gcc-3.3 and ei_result_of | Gael Guennebaud | 2008-04-03 |
* | -new: recursive costs system, useful to determine automatically | Benoit Jacob | 2008-04-03 |
* | - remove Eval/EvalOMP (moving them to a disabled/ subdir in order | Benoit Jacob | 2008-03-31 |
* | Make use of the LazyBit, introduce .lazy(), remove lazyProduct. | Benoit Jacob | 2008-03-31 |
* | * introducte recursive Flags system for the expressions | Benoit Jacob | 2008-03-30 |
* | * fix compilation with gcc-4.0 which doesn't like "using" too much | Benoit Jacob | 2008-03-29 |
* | look at that subtle difference in Product.h... | Benoit Jacob | 2008-03-26 |
* | * add Gael copyright lines on 2 more files | Benoit Jacob | 2008-03-26 |
* | * #define EIGEN_NDEBUG now also disables asserts. Useful | Benoit Jacob | 2008-03-26 |
* | * support for matrix-scalar quotient with integer scalar types. | Gael Guennebaud | 2008-03-21 |
* | * cleanup: in public api docs, don't put \sa links to \internal things. | Benoit Jacob | 2008-03-17 |
* | * Added a generic *redux* mini framework allowing custom redux operations | Gael Guennebaud | 2008-03-16 |
* | - introduce sum() returning the sum of the coeffs of a vector | Benoit Jacob | 2008-03-15 |
* | - expand MathFunctions.h to provide more functions, like exp, log... | Benoit Jacob | 2008-03-14 |
* | get rid of MatrixRef, simplifications. | Benoit Jacob | 2008-03-13 |
* | a lot of renaming | Benoit Jacob | 2008-03-13 |
* | Removed Column and Row in favor of Block | Gael Guennebaud | 2008-03-12 |
* | generalized ei_traits<>. | Benoit Jacob | 2008-03-12 |
* | big change: MatrixBase only takes one template parameter "Derived", the | Benoit Jacob | 2008-03-10 |
* | * basic support for multicore CPU via a .evalOMP() which | Gael Guennebaud | 2008-03-09 |
* | Extended the comma initializer to support xpr on the right side: | Gael Guennebaud | 2008-03-08 |
* | * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4; | Gael Guennebaud | 2008-03-08 |
* | * coefficient wise operators are more generic, with controllable result type. | Gael Guennebaud | 2008-03-06 |
* | * Fix a compilation issue with large fixed-size matrices: the unrollers were... | Gael Guennebaud | 2008-03-05 |
* | renaming: ref() --> asArg() | Benoit Jacob | 2008-03-04 |