aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
...
* add optimized cross3 function (code from Rohit Garg)Gravatar Gael Guennebaud2009-03-11
* add the vectorization of absGravatar Gael Guennebaud2009-03-09
* big rework of the Transform class:Gravatar Gael Guennebaud2009-03-08
* add efficient matrix product specializations for HomogeneousGravatar Gael Guennebaud2009-03-05
* big addons:Gravatar Gael Guennebaud2009-03-05
* add a proof of concept autodiff jacobian helper class based on adolcGravatar Gael Guennebaud2009-02-27
* compilation fix + test orho methods for complexGravatar Gael Guennebaud2009-02-26
* * split CacheFriendlyProduct into multiple smaller filesGravatar Gael Guennebaud2009-02-21
* add tests showing bug in unitOrthogonal such that we don't forget it!Gravatar Gael Guennebaud2009-02-17
* * fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum)Gravatar Gael Guennebaud2009-02-17
* update vectorization_logic unit test wrt previous sum/redux changeGravatar Gael Guennebaud2009-02-13
* fix m = m*m with m sparse (gug found by Frederik Heinz)Gravatar Gael Guennebaud2009-02-12
* * exit Sum.h, exit Prod.h, welcome vectorization of redux() !Gravatar Gael Guennebaud2009-02-12
* * add ei_predux_mul internal functionGravatar Gael Guennebaud2009-02-10
* - add diagonal * sparse product as an expressionGravatar Gael Guennebaud2009-02-09
* * allow Matrix to be resized to 0 (solve a lot of troubles withGravatar Gael Guennebaud2009-02-07
* force the use of debug version of QtCore unless it is not availableGravatar Gael Guennebaud2009-02-06
* eventually MSVC does not like my /O2 flags (incompatibility with other option...Gravatar Gael Guennebaud2009-02-06
* Add vectorization of Reverse (was more tricky than I thought) andGravatar Gael Guennebaud2009-02-06
* Reverse::coeff*(int) functions are for vector onlyGravatar Gael Guennebaud2009-02-06
* apply Ricard patch for Reverse with minor modificationsGravatar Gael Guennebaud2009-02-06
* add optimization flag for MSVC and heavy testsGravatar Gael Guennebaud2009-02-05
* Add sub/super-diagonal expression (read/write) as a trivial extension ofGravatar Gael Guennebaud2009-02-05
* remove explicit fortran dependency in FindCholmodGravatar Gael Guennebaud2009-02-05
* add custom FindBLAS FindLAPACK working for c++ compilerGravatar Gael Guennebaud2009-02-05
* oops, #ifdef instead of #if ---> bugGravatar Benoit Jacob2009-02-04
* forgot to update this unit test...Gravatar Benoit Jacob2009-02-04
* disable alignment altogether outside of the platforms which potentially have ...Gravatar Benoit Jacob2009-02-04
* setup the unsupported directory structure.Gravatar Gael Guennebaud2009-02-04
* Add full pivoting to LDLT decomposition.Gravatar Keir Mierle2009-02-03
* Add Matrix::resizeLike(other) convenience function and test.Gravatar Keir Mierle2009-02-03
* add MatrixBase::stableNorm() avoiding over/under-flowGravatar Gael Guennebaud2009-01-28
* Big change in DiagonalMatrix and Geometry/Scaling:Gravatar Gael Guennebaud2009-01-28
* QR: add isInjective(), isSurjective(),Gravatar Gael Guennebaud2009-01-28
* add support for read/write sub sets of inner vectors (sparse module)Gravatar Gael Guennebaud2009-01-27
* now these tests succeed with 10,000 repeatsGravatar Benoit Jacob2009-01-27
* fix my previous commit with EIGEN_EMPTY macro bugGravatar Gael Guennebaud2009-01-27
* check GSL version in cmake filesGravatar Gael Guennebaud2009-01-27
* small fix related to GSL cmake stuffGravatar Gael Guennebaud2009-01-26
* fix msvc warnings (useful ones again) reported by gael on CDashGravatar Benoit Jacob2009-01-26
* disable unordered_map for ICCGravatar Gael Guennebaud2009-01-26
* add partial count redux (adapted patch from Ricard Marxer)Gravatar Gael Guennebaud2009-01-24
* add fill() function as an alias for setConstantGravatar Gael Guennebaud2009-01-24
* eventually it turns out that our currentGravatar Gael Guennebaud2009-01-23
* sparse module: makes -= and += operator workingGravatar Gael Guennebaud2009-01-23
* very minor update in test/CMakeLists.txtGravatar Gael Guennebaud2009-01-23
* fix a few remaining warningsGravatar Gael Guennebaud2009-01-23
* * fix compilation with gcc 3.4Gravatar Gael Guennebaud2009-01-23
* add computeRotationScaling and computeScalingRotation in SVDGravatar Benoit Jacob2009-01-22
* add polar decomposition on both sides, in SVD, with testGravatar Benoit Jacob2009-01-22