aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Eigenvalues module: Implement setMaxIterations() methods.Gravatar Jitse Niesen2012-07-28
* Add a preliminary GeneralizedEigenSolver computing the eigenvalues of Av=lBv ...Gravatar Gael Guennebaud2012-07-26
* Fix aliasing issue in sparse matrix assignment.Gravatar Gael Guennebaud2012-07-25
* real QZ: update licenseGravatar Gael Guennebaud2012-07-24
* Add a RealQZ class: a generalized Schur decomposition for real matricesGravatar Alexey Korepanov2012-07-11
* Allow user to specify max number of iterations (bug #479).Gravatar Jitse Niesen2012-07-24
* LDLT: Report sign consistent with D for indefinite matrices.Gravatar Jitse Niesen2012-07-22
* bug #449: add SparseMatrix::conservativeResize featureGravatar Benjamin Piwowarski2012-07-19
* remove outdated "Eigen itself is part of the KDE project" outside of eigen2 f...Gravatar Benoit Jacob2012-07-15
* Manual MPL2 relicensing fixesGravatar Benoit Jacob2012-07-13
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Add a DynamicIndex constant for signed quantities and use it to fix the conflictGravatar Gael Guennebaud2012-07-10
* fix computation of fixed size sub/super diagonal sizeGravatar Gael Guennebaud2012-07-10
* fix bug #487: isometry * scaling was not compilingGravatar Gael Guennebaud2012-07-04
* Make product eval-at-once.Gravatar Jitse Niesen2012-06-29
* Implement interface for NoAlias assignments.Gravatar Jitse Niesen2012-06-29
* Move (part of) evaluation of products to evaluator objects.Gravatar Jitse Niesen2012-06-29
* Resize lhs automatically in copy_using_evaluator().Gravatar Jitse Niesen2012-06-28
* remove dynamic allocation for fixed size object and triangular matrix-matrix ...Gravatar Gael Guennebaud2012-06-26
* Fix an evaluator test which was wrong and failed in debug builds.Gravatar Jitse Niesen2012-06-24
* resurrect expression evaluatorsGravatar Gael Guennebaud2012-06-22
* comment two tests in nomalloc (there is no regression here, it's just I've be...Gravatar Gael Guennebaud2012-06-20
* fix a few warningsGravatar Gael Guennebaud2012-06-15
* extend nomalloc unit test to test the solve callsGravatar Gael Guennebaud2012-06-12
* clean the support for testing existing sparse problemsGravatar Gael Guennebaud2012-06-07
* make sure we do not solve with a null right hand sideGravatar Gael Guennebaud2012-06-06
* test block objects for sparse solvingGravatar Gael Guennebaud2012-06-06
* CholmodDecomposition now has explicit variants. These variants will allow to ...Gravatar Gael Guennebaud2012-06-04
* extend umfpack supportGravatar Gael Guennebaud2012-06-04
* Fix infinite recursion in ProductBase::coeff() (bug #447)Gravatar Jitse Niesen2012-04-18
* fix compilation of "somedensematrix.llt().matrixL().transpose()" (missing con...Gravatar Gael Guennebaud2012-04-10
* rm unused gsl_helper fileGravatar Gael Guennebaud2012-03-31
* fix bug #362 and add missing specialization for affine-compact * projectiveGravatar Gael Guennebaud2012-03-30
* Cholmod does not compute a determinantGravatar Desire NUENTSA2012-03-29
* Correct a small bug in sparse_solverGravatar Desire NUENTSA2012-03-29
* modify the unit tests of sparse linear solvers to enable tests on real matri...Gravatar Desire NUENTSA2012-03-29
* add sparse * permutation products with assiciated unit testsGravatar Gael Guennebaud2012-03-29
* fix bug #439: add Quaternion::FromTwoVectors() static constructorGravatar Gael Guennebaud2012-03-26
* Fixed division by zero corner case in array unit test.Gravatar Hauke Heibel2012-03-09
* rm cC++11 featuresGravatar Gael Guennebaud2012-03-09
* Adding an interface to PaStiX, the multithreaded and distributed linear solverGravatar Desire NUENTSA2012-03-08
* Improved the unit tests for setLinSpaced.Gravatar Hauke Heibel2012-03-07
* Fixed setLinSpaced for size==1.Gravatar Hauke Heibel2012-03-07
* Added support for component-wise pow (equivalent to Matlab's operator .^).Gravatar Hauke Heibel2012-03-07
* Added support for scalar / array division.Gravatar Hauke Heibel2012-03-02
* update unit test for Simplicial-CholeskyGravatar Gael Guennebaud2012-02-28
* fix and clean Pardiso solver and s/PARDISOSupport/PardisoSupportGravatar Gael Guennebaud2012-02-27
* add unit tests for analyzePatter/factorize APIGravatar Gael Guennebaud2012-02-27
* fix symmetric permuatation for mixed storage ordersGravatar Gael Guennebaud2012-02-27
* Add test in BiCGSTAB for ILUTGravatar Desire NUENTSA2012-02-10