aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* fix sparse vector assignment from a sparse matrixGravatar Gael Guennebaud2013-03-06
* Add missing template keywordGravatar Gael Guennebaud2013-03-01
* Prevent calling .norm() on integer matrices in the unit tests.Gravatar Hauke Heibel2013-02-28
* Fixed compiler warning.Gravatar Hauke Heibel2013-02-28
* The ref unit test cannot be easily written to work with EIGEN_DEFAULT_TO_ROW_...Gravatar Gael Guennebaud2013-02-27
* Fix two numerical issues in unit tests.Gravatar Gael Guennebaud2013-02-27
* Remove ICC warning in nomalloc unit test.Gravatar Gael Guennebaud2013-02-26
* Fix compilation with ICC that was unable to instanciate Scaling from Eigen's ...Gravatar Gael Guennebaud2013-02-26
* Add a unit test for Ref.h and fix an extra copy.Gravatar Gael Guennebaud2013-02-26
* Workaround warning: assuming signed overflow does not occur when...Gravatar Gael Guennebaud2013-02-26
* Fix no newline warning.Gravatar Gael Guennebaud2013-02-26
* 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