| Commit message (Expand) | Author | Age |
* | * move memory related stuff to util/Memory.h | Gael Guennebaud | 2008-08-26 |
* | * remove LargeBit and related stuff | Gael Guennebaud | 2008-08-23 |
* | Renamed allowAligned() => forceAligned() and added the constants ForceAligned | Gael Guennebaud | 2008-08-09 |
* | * Big change in Block and Map: | Gael Guennebaud | 2008-08-09 |
* | Added a ei_palign function align a packet from two others. | Gael Guennebaud | 2008-08-03 |
* | Several compilation fixes for MSVC and NVCC, basically: | Gael Guennebaud | 2008-07-29 |
* | Fix compilation issues with icc and g++ < 4.1. Those include: | Gael Guennebaud | 2008-07-21 |
* | Added an automatically generated list of selected examples in the documentation. | Gael Guennebaud | 2008-07-19 |
* | * Optimization: added a specialization of Block for xpr with DirectAccessBit | Gael Guennebaud | 2008-07-12 |
* | Add a *very efficient* evaluation path for both col-major matrix * vector | Gael Guennebaud | 2008-07-12 |
* | * added optimized paths for matrix-vector and vector-matrix products | Gael Guennebaud | 2008-07-09 |
* | * rework Map, allow vectorization | Benoit Jacob | 2008-06-27 |
* | change derived classes methods from "private:_method()" | Benoit Jacob | 2008-06-26 |
* | * add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned) | Benoit Jacob | 2008-06-26 |
* | * vectorize dot product, copying code from sum. | Benoit Jacob | 2008-06-24 |
* | * Block: row and column expressions in the inner direction | Benoit Jacob | 2008-06-16 |
* | added a static assertion mechanism | Gael Guennebaud | 2008-06-04 |
* | fix a couple of issues making the eigensolver test compile and run without ab... | Benoit Jacob | 2008-06-02 |
* | many small fixes and documentation improvements, | Benoit Jacob | 2008-05-29 |
* | Fix compilation issues with MSVC and NVCC. | Gael Guennebaud | 2008-05-15 |
* | Introduce generic Flagged xpr, remove already Lazy.h and Temporary.h | Benoit Jacob | 2008-05-14 |
* | put inline keywords everywhere appropriate. So we don't need anymore to pass | Benoit Jacob | 2008-05-12 |
* | * Draft of a eigenvalues solver | Gael Guennebaud | 2008-05-12 |
* | * Added ReferencableBit flag to known if coeffRef is available. | Gael Guennebaud | 2008-05-08 |
* | * Started support for unaligned vectorization. | Gael Guennebaud | 2008-05-05 |
* | * Patch by Konstantinos Margaritis: AltiVec vectorization. | Benoit Jacob | 2008-05-03 |
* | Added Triangular expression to extract upper or lower (strictly or not) | Gael Guennebaud | 2008-04-26 |
* | Fix a couple of issue with the vectorization. In particular, default ei_p* fu... | Gael Guennebaud | 2008-04-24 |
* | - optimized determinant calculations for small matrices (size <= 4) | 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 |
* | * rename XprCopy -> Nested | Benoit Jacob | 2008-04-10 |
* | Added initial experimental support for explicit vectorization. | Gael Guennebaud | 2008-04-09 |
* | -new: recursive costs system, useful to determine automatically | Benoit Jacob | 2008-04-03 |
* | 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 |
* | * #define EIGEN_NDEBUG now also disables asserts. Useful | Benoit Jacob | 2008-03-26 |
* | 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 |
* | renaming: ref() --> asArg() | Benoit Jacob | 2008-03-04 |
* | * Eigen compiles with any GCC versions from, at least, 3.3 without the previ... | Gael Guennebaud | 2008-03-04 |
* | Removed trailling spaces. | Gael Guennebaud | 2008-03-03 |
* | * 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 |
* | Relicense --> dual-license LGPL3+/GPL2+ | Benoit Jacob | 2008-02-28 |
* | alpha 3.1. in this commit: | Benoit Jacob | 2008-01-15 |