aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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.
* Fix bug #561: remove useless sign macroGravatar Gael Guennebaud2013-03-07
|
* Added tag 3.2-beta1 for changeset 22385920621ed00e32e557f831ae18bbd59bb8e3Gravatar Gael Guennebaud2013-03-07
|
* bump to 3.2-beta1 (3.1.91)Gravatar Gael Guennebaud2013-03-07
|
* Fix bug in SparseLU kernel for 32bits indicesGravatar Desire NUENTSA2013-03-06
|
* fix sparse vector assignment from a sparse matrixGravatar Gael Guennebaud2013-03-06
|
* Fix mismatched free/deleteGravatar Desire NUENTSA2013-03-05
|
* Update doc for the sparse moduleGravatar Desire NUENTSA2013-03-05
|
* Fix overlaping operands when calling memcpyGravatar Gael Guennebaud2013-03-04
|
* Do not globally disable stupid warnings in our unit test since such warnings ↵Gravatar Gael Guennebaud2013-03-01
| | | | do affect user code.
* Fix a couple of remaining warnings (missing newlines, inline-noinline, ↵Gravatar Gael Guennebaud2013-03-01
| | | | meaningless type qualifiers)
* Fix "missing return statement at end of non-void function"Gravatar Gael Guennebaud2013-03-01
|
* Update to latest mpreal.Gravatar Gael Guennebaud2013-03-01
|
* Remove assumption on RowMajorBit==RowMajor and ColMajor==0Gravatar Gael Guennebaud2013-03-01
|
* Add missing template keyword in evaluatorsGravatar Gael Guennebaud2013-03-01
|
* Add missing template keywordGravatar Gael Guennebaud2013-03-01
|
* Fix "explicit instantiation of 'Eigen::Spline' must occur in namespace ↵Gravatar Gael Guennebaud2013-02-28
| | | | 'Eigen'" warnings
* Fix "routine is both "inline" and "noinline"" warningsGravatar Gael Guennebaud2013-02-28
|
* Fix "type qualifiers are meaningless here" warningsGravatar Gael Guennebaud2013-02-28
|
* Fix "storage class is not first" warningsGravatar Gael Guennebaud2013-02-28
|