aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* conservative_resize unit test was executed only onceGravatar Gael Guennebaud2013-02-25
* Output random generator seed in case of failure so that we have it in CDash.Gravatar Gael Guennebaud2013-02-25
* Remove erroneously committed debugging stuff.Gravatar Gael Guennebaud2013-02-25
* Fix visitor unit test.Gravatar Gael Guennebaud2013-02-25
* Fix bug #496: generalize internal rank1_update implementation to accept uplo(...Gravatar Gael Guennebaud2013-02-24
* Extend sparseqr unit test to check linearly dependent columnsGravatar Gael Guennebaud2013-02-24
* Fix another issue related to summing up many signed values.Gravatar Gael Guennebaud2013-02-23
* Fix array unit test: isApprox(log(0),log(0)) is false, and summing up signed ...Gravatar Gael Guennebaud2013-02-23
* SparseLU does not accept row-major matrices for the destination.Gravatar Gael Guennebaud2013-02-22
* Fix linear vectorized transversal in linspace (fixes bug #526).Gravatar Jitse Niesen2013-02-18
* Fix some unused or not initialized related warnings.Gravatar Gael Guennebaud2013-02-15
* Fix SSE plog<float> to return -INF on 0Gravatar Gael Guennebaud2013-02-14
* Update adjoint unit test to avoid instantiating sqrt(int)Gravatar Gael Guennebaud2013-02-14
* Update basicstuff unit test to avoid instantiating the ambiguous sqrt(int)Gravatar Gael Guennebaud2013-02-14
* Correct bug in SPQR backend and replace matrixQR by matrixRGravatar Desire NUENTSA2013-01-29
* Change int to Index type for SparseLUGravatar Desire NUENTSA2013-01-29
* Merged local branch with main trunkGravatar Desire NUENTSA2013-01-25
|\
| * add support for solving with sparse right hand sideGravatar Desire NUENTSA2013-01-25
* | Check that NeedsToAlign is properly sets before checking alignmentGravatar Gael Guennebaud2013-01-24
|/
* Fix test for MetisGravatar Desire NUENTSA2013-01-21
* Test for the sparse Blue normGravatar Desire NUENTSA2013-01-21
* Unit test for the Metis Ordering packageGravatar Desire NUENTSA2013-01-21
* Fix traits of Map<Quaternion>, and respectively extend the unit testsGravatar Gael Guennebaud2013-01-20
* Add a sparse QR factorization and update the elimination tree in SparseLUGravatar Desire NUENTSA2013-01-11
* Check that minCoeff(int*)/maxCoeff(int*) always pick the first entry in case ...Gravatar Gael Guennebaud2013-01-05
* Make sure sqrt and the likes are not compiled for integer type in cwiseop uni...Gravatar Gael Guennebaud2012-12-20
* Move work in progress Levenberg Marquardt module in unsupportedGravatar Gael Guennebaud2012-12-08
* Add tests for dense and sparse levenberg-MarquardtGravatar Desire NUENTSA2012-12-07
* Update SPQR module for Sparse LMGravatar Desire NUENTSA2012-11-21
* Remove Sparse/InnerVectorSet expression in favor of a more general Block<> sp...Gravatar Gael Guennebaud2012-11-16
* Add support for Sparse QR factorizationGravatar Desire NUENTSA2012-11-12
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* fix dense=sparse*diagonal (there was an issue in the values returned by the ....Gravatar Gael Guennebaud2012-10-03
* extend unit tests to check rectangular matrices for sparse*diagonal productsGravatar Gael Guennebaud2012-10-02
* add scalar multiple to diagonal matricesGravatar Gael Guennebaud2012-09-27
* fix compilation with m.array().min/max(scalar)Gravatar Gael Guennebaud2012-09-12
* merge Sparse LU branchGravatar Desire NUENTSA2012-09-07
|\
* | forward resize() function from Array/Matrix-Wrapper to the nested expression ...Gravatar Gael Guennebaud2012-08-30
* | Fix out-of-range memory access in GEMV (the memory was not used for the compu...Gravatar Gael Guennebaud2012-08-30
| * Add unit testsGravatar Desire NUENTSA2012-08-03
* | 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