aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* more MSVC fixes (asm comments...)Gravatar Gael Guennebaud2009-03-17
|
* fix compilation MSVCGravatar Gael Guennebaud2009-03-17
|
* opengl demo: add aligned operator new where appropriate and remove myGravatar Gael Guennebaud2009-03-13
| | | | mess...
* add affine * homogeneous vector for backward compatibility (e.g.,Gravatar Gael Guennebaud2009-03-11
| | | | kgllib)
* minor changes in AlignedBox needed for BVH moduleGravatar Gael Guennebaud2009-03-11
|
* add optimized cross3 function (code from Rohit Garg)Gravatar Gael Guennebaud2009-03-11
|
* fix doxygen generation of unsupported modulesGravatar Gael Guennebaud2009-03-11
|
* fix a few compilation errors and warnings (ICC)Gravatar Gael Guennebaud2009-03-11
|
* fix compilation with old, and future gccGravatar Gael Guennebaud2009-03-10
|
* compilation fix in MapBaseGravatar Gael Guennebaud2009-03-10
|
* various BTL updates (disable Cholesky for MTL, add new plot settings,Gravatar Gael Guennebaud2009-03-09
| | | | etc)
* add "slice vectorization" of redux (eg. m.block().minCoeff() is nowGravatar Gael Guennebaud2009-03-09
| | | | vectorized)
* because of a missing specialization, operator/(scalar) was not vectorizedGravatar Gael Guennebaud2009-03-09
|
* fix MapBase's ForceAligned concept which was not working at all....Gravatar Gael Guennebaud2009-03-09
|
* add the vectorization of absGravatar Gael Guennebaud2009-03-09
|
* forgot to include a file in previous commitGravatar Gael Guennebaud2009-03-09
|
* add an option to bench eigen without GCC's auto vec (might conflict withGravatar Gael Guennebaud2009-03-09
| | | | Eigen's auto vec)
* fix warning in TridiagGravatar Gael Guennebaud2009-03-09
|
* add a small note in Transform doc.Gravatar Gael Guennebaud2009-03-08
|
* big rework of the Transform class:Gravatar Gael Guennebaud2009-03-08
| | | | | | * add Projective and AffineCompact modes as an optional third template argument * extend Transform::operator* to support more use cases
* slight optimization of SSE base integer mul (thanks to Rohit Garg)Gravatar Gael Guennebaud2009-03-08
|
* Install the newly added eigen2/Eigen/src/Geometry/arch/Geometry_SSE.hGravatar Jure Repinc2009-03-08
|
* add optimized quaternion * quaternion product specialization forGravatar Gael Guennebaud2009-03-07
| | | | float/SSE using code from Rohit Garg
* significantly reduce the default stack allocation limit which was muchGravatar Gael Guennebaud2009-03-06
| | | | too high
* patch from Stjepan Rajko (MSVC fix in RotationBase)Gravatar Gael Guennebaud2009-03-06
|
* Commented out duplicate definition of TransformTraits - was causingGravatar Andrew Coles2009-03-05
| | | | compile-time errors.
* add efficient matrix product specializations for HomogeneousGravatar Gael Guennebaud2009-03-05
|
* remove bad #include of SelfadjointRank2Update.hGravatar Gael Guennebaud2009-03-05
|
* big addons:Gravatar Gael Guennebaud2009-03-05
| | | | | | | | | | | * add Homogeneous expression for vector and set of vectors (aka matrix) => the next step will be to overload operator* * add homogeneous normalization (again for vector and set of vectors) * add a Replicate expression (with uni-directional replication facilities) => for all of them I'll add examples once we agree on the API * fix gcc-4.4 warnings * rename reverse.cpp array_reverse.cpp
* BTL: add syr2 actionGravatar Gael Guennebaud2009-03-05
|
* BTL: - patch from Victor (add ACML support)Gravatar Gael Guennebaud2009-03-05
| | | | - fix overflow issues
* add ReturnByValue pseudo expression for in-place evaluation with aGravatar Gael Guennebaud2009-03-04
| | | | return-by-value API style (will soon use it for the transform products)
* various update of of BTLGravatar Gael Guennebaud2009-03-04
|
* add much faster versions of unaligned stores (and slightly fasterGravatar Gael Guennebaud2009-03-03
| | | | unaligned loads)
* cleaned Tridiagonalization impl, with improved performanceGravatar Gael Guennebaud2009-03-02
|
* performance improvement: rewrite of the matrix-matrix product followingGravatar Gael Guennebaud2009-03-02
| | | | Goto's paper => x1.4 speedup with more consistent perf results
* improve WIP new matrix productGravatar Gael Guennebaud2009-02-27
|
* add a proof of concept autodiff jacobian helper class based on adolcGravatar Gael Guennebaud2009-02-27
| | | | with unit test and FindAdolc cmake module
* compilation fix + test orho methods for complexGravatar Gael Guennebaud2009-02-26
|
* fix unitOrthogonal() for size > 3Gravatar Gael Guennebaud2009-02-25
|
* Add COMPONENT DevelGravatar Laurent Montel2009-02-23
|
* Fix install headerGravatar Laurent Montel2009-02-22
|
* * split CacheFriendlyProduct into multiple smaller filesGravatar Gael Guennebaud2009-02-21
| | | | | | * add an efficient selfadjoint * vector implementation (= blas symv) perf are inbetween MKL and GOTO => the interface is still missing (have to be rethougth)
* oops, got confused by the preprocessor directives aroundGravatar Gael Guennebaud2009-02-21
| | | | posix_memalign...
* fix posix_memalign return value warningGravatar Gael Guennebaud2009-02-21
|
* fix typo found by markusfroeb (forum)Gravatar Benoit Jacob2009-02-21
|
* Added new product implementation.Gravatar Daniel Gomez Ferro2009-02-20
| | | | Just works for square, power of 2 matrices of floats.
* add symv benchGravatar Gael Guennebaud2009-02-20
|
* Fix some formatting in quick ref. Add references to headers.Gravatar Keir Mierle2009-02-19
|
* increase version number for stepGravatar Gael Guennebaud2009-02-19
|