aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* give up on OpenMP... for nowGravatar Benoit Jacob2008-04-18
* - add _packetCoeff() to Inverse, allowing vectorization.Gravatar Benoit Jacob2008-04-16
* +5% optimization in 4x4 inverse:Gravatar Benoit Jacob2008-04-15
* for 4x4 matrices implement the special algorithm that Markos proposed,Gravatar Benoit Jacob2008-04-15
* - optimized determinant calculations for small matrices (size <= 4)Gravatar Benoit Jacob2008-04-14
* when evaluating an xpr, the result can now be vectorizableGravatar Benoit Jacob2008-04-14
* * Start of the LU module, with matrix inversion already there andGravatar Benoit Jacob2008-04-14
* * Add fixed-size template versions of corner(), start(), end().Gravatar Benoit Jacob2008-04-12
* - 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