aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* minor compilation fixes for Sun CC and ICCGravatar Gael Guennebaud2009-07-20
* bugfix for a = a * b; when a has to be resizedGravatar Gael Guennebaud2009-07-20
* re-implement stableNorm using a homemade blocky andGravatar Gael Guennebaud2009-07-17
* fix issue #25 : the problem was that we assumed Dynamic was a multiple of a p...Gravatar Gael Guennebaud2009-07-15
* fix typo in blue normGravatar Gael Guennebaud2009-07-14
* add a blueNorm() function implementing the Blues's stable normGravatar Gael Guennebaud2009-07-13
* add a SparseNestByValue expression and fix issue in sparse adjoint evaluationGravatar Gael Guennebaud2009-07-13
* Set of fixes and workaround to make sun studio more happy.Gravatar Gael Guennebaud2009-07-10
* * rename QR to HouseholderQR because really that impacts the API, not just th...Gravatar Benoit Jacob2009-07-06
* quick reimplementation of SVD from the numeral recipes book:Gravatar Gael Guennebaud2009-07-06
* another test in the non invertible caseGravatar Manuel Yguel2009-07-04
* * polish computeInverseWithCheck to share more code, fix documentation, fix c...Gravatar Benoit Jacob2009-06-29
* * rename PartialRedux to VectorwiseOpGravatar Gael Guennebaud2009-06-10
* make Umeyama, and its unit-test, work for me on gcc 4.3Gravatar Benoit Jacob2009-05-27
* * Umeyama has now similar performance for RowMajor and ColMajor layouts.Gravatar Hauke Heibel2009-05-27
* Added Umeyama implementation.Gravatar Hauke Heibel2009-05-26
* mergeGravatar Benoit Jacob2009-05-22
|\
| * remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* | Oops, here the actual LLT and LDLT patch.Gravatar Hauke Heibel2009-05-22
* | Eigensolver decomposition interface unification.Gravatar Hauke Heibel2009-05-22
* | LU and PartialLU decomposition interface unification.Gravatar Hauke Heibel2009-05-22
* | QR and SVD decomposition interface unification.Gravatar Hauke Heibel2009-05-22
* | * add a writable generic coeff wise expression (CwiseUnaryView)Gravatar Gael Guennebaud2009-05-20
|/
* update cdash testsuite file to use mercurialGravatar Gael Guennebaud2009-05-19
* fix #1 : need to nest by value the affine part in homogeneous productGravatar Gael Guennebaud2009-05-18
* Fix compilation error in createRandomMatrixOfRank()Gravatar Jitse Niesen2009-05-17
* * introduced method createRandomMatrixOfRank (R = U*D*V where U,V unitary, D ...Gravatar Hauke Heibel2009-05-17
* enable testing of complex numbers for taucsGravatar Gael Guennebaud2009-05-12
* compilation fixesGravatar Gael Guennebaud2009-05-12
* various minor updates of some unit testsGravatar Gael Guennebaud2009-05-11
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* CREDIT Hauke Heibel, fix MSVC warningsGravatar Benoit Jacob2009-05-09
* *add missing overloads of setZero, etc... that were mentioned in the tutorialGravatar Benoit Jacob2009-05-06
* * compilation fixes for gcc 3.3Gravatar Gael Guennebaud2009-05-06
* fix linearRegression, fix doc, add unit test (it was untested since the changeGravatar Benoit Jacob2009-05-05
* new simplified API to fill sparse matrices (the old functions areGravatar Gael Guennebaud2009-05-04
* "forgot to commit the required changes in stdvector unit test"Gravatar Gael Guennebaud2009-05-03
* let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN.Gravatar Benoit Jacob2009-05-03
* gni, forgot to call the new subtestGravatar Benoit Jacob2009-04-29
* add cast<>() tests. including a vectorization_logic test that currently fails...Gravatar Benoit Jacob2009-04-29
* patch from Moritz Lenz to allow solving transposed problem with superluGravatar Gael Guennebaud2009-04-10
* add a 4x4 inverse case which is not handled by the currentGravatar Gael Guennebaud2009-04-09
* sparse module: new API proposal for triangular solves and experimentalGravatar Gael Guennebaud2009-04-05
* More Cholesky fixes.Gravatar Benoit Jacob2009-04-01
* add adjointInPlace() and add documentation warnings on adjoint() and transpos...Gravatar Benoit Jacob2009-03-31
* Many improvements in LLT and LDLT:Gravatar Benoit Jacob2009-03-30
* add vectorization of sqrt for floatGravatar Gael Guennebaud2009-03-27
* add SSE2 versions of sin, cos, log, exp using code from JulienGravatar Gael Guennebaud2009-03-25
* split and extend eigen-solver testsGravatar Gael Guennebaud2009-03-23
* add vectorization of unary operator-() (the AltiVec version is probablyGravatar Gael Guennebaud2009-03-20