aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* - cleaner use of OpenMP (no code duplication anymore)Gravatar Benoit Jacob2008-04-11
* Merge Gael's experimental OpenMP parallelization support into Assign.h.Gravatar Benoit Jacob2008-04-11
* added a vectorized version of Product::_cacheOptimalProduct,Gravatar Gael Guennebaud2008-04-10
* * add typedefs for matrices/vectors with LargeBitGravatar Benoit Jacob2008-04-10
* split those files in util/Gravatar Benoit Jacob2008-04-10
* * rename XprCopy -> NestedGravatar Benoit Jacob2008-04-10
* fix priority operator bugs in the computationGravatar Gael Guennebaud2008-04-09
* a better bugfix in ei_matrix_operator_equals_packet_unrollerGravatar Gael Guennebaud2008-04-09
* bugfix in ei_matrix_operator_equals_packet_unrollerGravatar Gael Guennebaud2008-04-09
* Added initial experimental support for explicit vectorization.Gravatar Gael Guennebaud2008-04-09
* finish making use of CoeffReadCost and the new XprCopy everywhereGravatar Benoit Jacob2008-04-08
* - merge ei_xpr_copy and ei_eval_if_needed_before_nestingGravatar Benoit Jacob2008-04-06
* fix compilation (finish removal of EIGEN_UNROLLED_LOOPS)Gravatar Benoit Jacob2008-04-05
* fixes as discussed with Gael on IRC. Mainly, in Fuzzy.h, and Dot.h, useGravatar Benoit Jacob2008-04-05
* * make use of the EvalBeforeNestingBit and EvalBeforeAssigningBitGravatar Gael Guennebaud2008-04-05
* * added cwise comparisonsGravatar Gael Guennebaud2008-04-03
* current state of the mess. One line fails in the tests, andGravatar Benoit Jacob2008-04-03
* More clever evaluation of arguments: now it occurs in earlier, in operator*,Gravatar Benoit Jacob2008-04-03
* fix a compilation issue with gcc-3.3 and ei_result_ofGravatar Gael Guennebaud2008-04-03
* -new: recursive costs system, useful to determine automaticallyGravatar Benoit Jacob2008-04-03
* - remove Eval/EvalOMP (moving them to a disabled/ subdir in orderGravatar Benoit Jacob2008-03-31
* Make use of the LazyBit, introduce .lazy(), remove lazyProduct.Gravatar Benoit Jacob2008-03-31
* * introducte recursive Flags system for the expressionsGravatar Benoit Jacob2008-03-30
* * fix compilation with gcc-4.0 which doesn't like "using" too muchGravatar Benoit Jacob2008-03-29
* look at that subtle difference in Product.h...Gravatar Benoit Jacob2008-03-26
* * add Gael copyright lines on 2 more filesGravatar Benoit Jacob2008-03-26
* * #define EIGEN_NDEBUG now also disables asserts. UsefulGravatar Benoit Jacob2008-03-26
* * support for matrix-scalar quotient with integer scalar types.Gravatar Gael Guennebaud2008-03-21
* * cleanup: in public api docs, don't put \sa links to \internal things.Gravatar Benoit Jacob2008-03-17
* * Added a generic *redux* mini framework allowing custom redux operationsGravatar Gael Guennebaud2008-03-16
* - introduce sum() returning the sum of the coeffs of a vectorGravatar Benoit Jacob2008-03-15
* - expand MathFunctions.h to provide more functions, like exp, log...Gravatar Benoit Jacob2008-03-14
* get rid of MatrixRef, simplifications.Gravatar Benoit Jacob2008-03-13
* a lot of renamingGravatar Benoit Jacob2008-03-13
* Removed Column and Row in favor of BlockGravatar Gael Guennebaud2008-03-12
* generalized ei_traits<>.Gravatar Benoit Jacob2008-03-12
* big change: MatrixBase only takes one template parameter "Derived", theGravatar Benoit Jacob2008-03-10
* * basic support for multicore CPU via a .evalOMP() whichGravatar Gael Guennebaud2008-03-09
* Extended the comma initializer to support xpr on the right side:Gravatar Gael Guennebaud2008-03-08
* * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4;Gravatar Gael Guennebaud2008-03-08
* * coefficient wise operators are more generic, with controllable result type.Gravatar Gael Guennebaud2008-03-06
* * Fix a compilation issue with large fixed-size matrices: the unrollers were...Gravatar Gael Guennebaud2008-03-05
* renaming: ref() --> asArg()Gravatar Benoit Jacob2008-03-04
* * Eigen compiles with any GCC versions from, at least, 3.3 without the previ...Gravatar Gael Guennebaud2008-03-04
* Removed trailling spaces.Gravatar Gael Guennebaud2008-03-03
* * Added generic unary operators (replace Opposite and Conjugate)Gravatar Gael Guennebaud2008-03-03
* release alpha4, Gael editionGravatar Benoit Jacob2008-02-29
* Patch by Gael Guennebaud: coeff-wise binary operators.Gravatar Benoit Jacob2008-02-29
* Patch by Gael Guennebaud: unify fixed-size and dynamic-size BlockGravatar Benoit Jacob2008-02-29
* -merge patch from Gael Guennebaud adding NumTraits for long longGravatar Benoit Jacob2008-02-29