aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Fix sparse_basic unit test conflictGravatar Gael Guennebaud2013-06-12
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Add support with unit test for off-diagonal sparse matrix viewsGravatar Desire NUENTSA2013-06-11
* Restore internal math functions for unit testsGravatar Desire NUENTSA2013-06-11
* Check sparse matrices with short indicesGravatar Gael Guennebaud2013-06-10
* Fix bug #607: handle implicit transposition from sparse vector to dense vectorGravatar Gael Guennebaud2013-06-10
* Add regression test for bug #608Gravatar Gael Guennebaud2013-06-09
* Fix bug #609: avoid if statement and improve consistency of eulerAngles methodGravatar Gael Guennebaud2013-06-09
* Fix bug #596 : Recover plain SparseMatrix from SparseQR matrixQ()Gravatar Desire NUENTSA2013-05-21
* Add a few missing standard functions for ScalarWithExceptions type.Gravatar Gael Guennebaud2013-04-17
* Big 564: add hasNaN and isFinite membersGravatar Gael Guennebaud2013-04-16
* Fix bug #563: assignement to Block<SparseMatrix> is now allowed on non-compre...Gravatar Gael Guennebaud2013-04-12
* Add temporary check for triangularView += productGravatar Gael Guennebaud2013-04-10
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Fix missuse of unitialized values in unit testsGravatar Gael Guennebaud2013-04-10
* Fix bug #562: add vector-wise normalized and normalize functionsGravatar Gael Guennebaud2013-04-09
* Fix a couple of int versus Index issues.Gravatar Gael Guennebaud2013-04-09
* Add SSE4 min/max for integersGravatar Gael Guennebaud2013-03-20
* Bug567 : Fix iterative solvers to immediately return when the initial guess i...Gravatar Desire NUENTSA2013-03-20
* Add Official/Unsupported labels to unit tests and add a ctest driver to submi...Gravatar Gael Guennebaud2013-03-20
* 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
|/