| 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 |
* | * Start of the LU module, with matrix inversion already there and | Benoit Jacob | 2008-04-14 |
* | 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 |
* | Added initial experimental support for explicit vectorization. | Gael Guennebaud | 2008-04-09 |
* | * make use of the EvalBeforeNestingBit and EvalBeforeAssigningBit | Gael Guennebaud | 2008-04-05 |
* | - 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 |
* | * add Gael copyright lines on 2 more files | Benoit Jacob | 2008-03-26 |
* | * 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 |
* | get rid of MatrixRef, simplifications. | Benoit Jacob | 2008-03-13 |
* | Removed Column and Row in favor of Block | Gael Guennebaud | 2008-03-12 |
* | * basic support for multicore CPU via a .evalOMP() which | Gael Guennebaud | 2008-03-09 |
* | * 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 |
* | * Eigen compiles with any GCC versions from, at least, 3.3 without the previ... | Gael Guennebaud | 2008-03-04 |
* | * Added generic unary operators (replace Opposite and Conjugate) | Gael Guennebaud | 2008-03-03 |
* | Patch by Gael Guennebaud: coeff-wise binary operators. | Benoit Jacob | 2008-02-29 |
* | Patch by Gael Guennebaud: unify fixed-size and dynamic-size Block | Benoit Jacob | 2008-02-29 |
* | Patch by Gael Guennebaud: | Benoit Jacob | 2008-02-29 |
* | prefix global functions with ei_ as previous solution was rather | Benoit Jacob | 2008-02-28 |
* | alpha 3.1. in this commit: | Benoit Jacob | 2008-01-15 |
* | renaming: | Benoit Jacob | 2008-01-13 |
* | big architecture change dissociating "actual" dimensions from "maximum possible" | Benoit Jacob | 2008-01-13 |
* | reorganization/cleanup | Benoit Jacob | 2008-01-11 |
* | more documentation, 12 more code snippets | Benoit Jacob | 2008-01-03 |
* | part 2 of the reorganization. Benefits/changes: | Benoit Jacob | 2007-12-28 |
* | move Core/ to a src/ subdir, in preparation for following changes | Benoit Jacob | 2007-12-28 |
* | matrix storage order can now also be row-dominant (choosable for each matrix ... | Benoit Jacob | 2007-12-27 |
* | more changes in ScalarMultiple, reintroduce FloatingPoint in NumTraits, improve | Benoit Jacob | 2007-12-26 |
* | in ScalarMultiple, make the factor type independent from the matrix scalar type. | Benoit Jacob | 2007-12-26 |
* | - eigen2 now fully enforces constness! found a way to achieve that | Benoit Jacob | 2007-12-25 |
* | - rework the coefficients API | Benoit Jacob | 2007-12-24 |
* | everything works, make now runs doxygen once and only once, after all | Benoit Jacob | 2007-12-21 |
* | now we also have a examples/ directory for self-contained examples, | Benoit Jacob | 2007-12-21 |
* | rename src/ to Eigen/ so that we're able to #include<Eigen/Core.h> | Benoit Jacob | 2007-12-20 |