aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Adapted settings for the eol extension.Gravatar Hauke Heibel2013-05-15
|
* Set back the default ordering method in SPQR supportGravatar Desire NUENTSA2013-05-13
|
* fix memory leak from Cholmod data in SPQR supportGravatar Desire NUENTSA2013-05-13
|
* Add missing support for x.noalias() = ReturnByValue<...>Gravatar Gael Guennebaud2013-05-13
|
* Fix setFromTripplet with empty inputsGravatar Gael Guennebaud2013-05-03
|
* document the evaluation order of the comma initializerGravatar Gael Guennebaud2013-04-19
|
* Add a few missing standard functions for ScalarWithExceptions type.Gravatar Gael Guennebaud2013-04-17
|
* Disable "operands are evaluated in unspecified order" ICC's remarkGravatar Gael Guennebaud2013-04-17
|
* Extend internal doc of ploaddup and palignGravatar Gael Guennebaud2013-04-17
|
* Big 564: add hasNaN and isFinite membersGravatar Gael Guennebaud2013-04-16
|
* Fix a bug in Supernodal Matrix IteratorGravatar Desire NUENTSA2013-04-15
|
* Fix ICC warning when defining both -ansi and -strict-ansiGravatar Gael Guennebaud2013-04-12
|
* Fix bug #482: pass scalar value by const reference (it remained a few cases)Gravatar Gael Guennebaud2013-04-12
|
* generalize testing flags to clang and ICCGravatar Gael Guennebaud2013-04-12
|
* Fix bug #563: assignement to Block<SparseMatrix> is now allowed on ↵Gravatar Gael Guennebaud2013-04-12
| | | | non-compressed matrices
* Enable SSE with ICC even when it mimics a gcc version lower than 4.2Gravatar Gael Guennebaud2013-04-11
|
* workaround strange compilation issue with ICC and -strict-ansiGravatar Gael Guennebaud2013-04-10
|
* 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 a serious bug in handmade_aligned_realloc: original data have to be ↵Gravatar Gael Guennebaud2013-04-10
| | | | moved if the alignment offset differs.
* Fix missuse of unitialized values in unit testsGravatar Gael Guennebaud2013-04-10
|
* Remove a useless variable in blueNormGravatar Gael Guennebaud2013-04-10
|
* bug #564: document the fact that minCoeff/maxCoeff members have undefined ↵Gravatar Gael Guennebaud2013-04-09
| | | | behavior if the matrix contains NaN.
* 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 missing epsilon/dummy_precision function in NumTraits<Array>Gravatar Gael Guennebaud2013-04-09
|
* Fix bug #581: remove useless piece of code is blueNormGravatar Gael Guennebaud2013-04-09
|
* Replace int by IndexGravatar Desire NUENTSA2013-04-08
|
* Fixing bug #578. Thanks to Angelos <filiatra@gmail.com>Gravatar Christoph Hertzberg2013-04-03
|
* elif/elseif typoGravatar Gael Guennebaud2013-03-26
|
* Fix warning: implicit conversion loses integer precision in SparseMatrix. No ↵Gravatar Gael Guennebaud2013-03-20
| | | | need to use std::ptrdiff_t instead of Index since this later is requested to be signed.
* adapt AutoDiff to scalar_product_traitsGravatar Gael Guennebaud2013-03-20
|
* Allow multiplication like binary operators to be applied on type couples ↵Gravatar Gael Guennebaud2013-03-20
| | | | supported by scalar_product_traits
* Add complex support to dgmres and the unit testGravatar Desire NUENTSA2013-03-20
|
* Add SSE4 min/max for integersGravatar Gael Guennebaud2013-03-20
|
* Bug567 : Fix iterative solvers to immediately return when the initial guess ↵Gravatar Desire NUENTSA2013-03-20
| | | | is the true solution and for trivial solution
* Use a template Index for COLAMD orderingGravatar Desire NUENTSA2013-03-20
|
* Handle zero right hand side in CG and GMRESGravatar Desire NUENTSA2013-03-20
|
* Add Official/Unsupported labels to unit tests and add a ctest driver to ↵Gravatar Gael Guennebaud2013-03-20
| | | | submit subprojects to cdash
* fix a weird bug where a space was missing before a linkGravatar Thomas Capricelli2013-03-19
|
* fixes #568Gravatar Thomas Capricelli2013-03-19
| | | | | | | | | (files from previous build were kept on the server, with outdated/garbled information) The documentation update script now wipes build/doc/html before rebuilding stuff. Most of the time/cpu consuming is spent in compiling snippets, so we don't loose that much.
* Make cpuid not use %%esi -> dangerous if someone is using it.Gravatar Gael Guennebaud2013-03-19
|
* Fix bug #566: rbx register has to be saved when calling cpuid on x84_64 with ↵Gravatar Michael Schmidt2013-03-19
| | | | -fPIC and medium or large code models.
* Forward compiler flags to Fortran workaroundGravatar Claas H. Köhler2013-03-17
|
* Patch by Kolja Brix <brix@igpm.rwth-aachen.de> that fixes bug #565 and adds ↵Gravatar Christoph Hertzberg2013-03-17
| | | | a testcase to verify that.
* Include SparseLU and SparseQRGravatar Desire NUENTSA2013-03-13
|
* Update matlab-eigen quick ascii reffGravatar Gael Guennebaud2013-03-11
|
* bug #563 : Sparse block assignments should be called on compressed matrices. ↵Gravatar Desire NUENTSA2013-03-11
| | | | Uncompressed matrices will be supported later
* Relax tolerances in matrix_power tests to avoid intermittent failures.Gravatar Jitse Niesen2013-03-09
|
* Handle special case in atanh2(x,y) when y = 0.Gravatar Jitse Niesen2013-03-09
| | | | This fixes matrix_power unit test on clang.