aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* suppress unused variable warningsGravatar Gael Guennebaud2012-01-06
* set the default number of iteration to the size of the problemGravatar Gael Guennebaud2011-12-27
* pushed too fast the previous oneGravatar Gael Guennebaud2011-12-23
* the previous test works for Dynamic sizes onlyGravatar Gael Guennebaud2011-12-23
* add a reconstruction testGravatar Gael Guennebaud2011-12-23
* fix bug #398, the quaternion returned by slerp was not always normalized,Gravatar Gael Guennebaud2011-12-23
* fix compilation of sparse_basic unit test for complexesGravatar Gael Guennebaud2011-12-23
* suppress an 'unused variable' warningGravatar Gael Guennebaud2011-12-22
* evaluate 1D sparse expressions into SparseVector and make the sparse operator...Gravatar Gael Guennebaud2011-12-22
* fix assignment of a row-major sparse vector to a column major sparse oneGravatar Gael Guennebaud2011-12-22
* fix bug #391: prune was for compressed format only, now it also turns the mat...Gravatar Gael Guennebaud2011-12-20
* fix bug #391: improper stream output for uncompressed mode, also avoid double...Gravatar Gael Guennebaud2011-12-20
* add aliasing test for sparse*sparse productGravatar Gael Guennebaud2011-12-20
* fix bug #394: innerVector::nonZeros() was broken for uncompressed modeGravatar Gael Guennebaud2011-12-20
* we need to define EXTRACT_ALL to YES to get doxygen see the whole hierarchy. ...Gravatar Gael Guennebaud2011-12-20
* workaround doxygen limitation to follow the base class of PlainObjectBaseGravatar Gael Guennebaud2011-12-19
* rm local fill-in ratio estimation (was broken sometimes)Gravatar Gael Guennebaud2011-12-16
* implement a more optimistic heuristic to predict the nnz of a saprse*sparse p...Gravatar Gael Guennebaud2011-12-16
* fig bug #396: add a static assertion on the storage order of a sparse-sparse ...Gravatar Gael Guennebaud2011-12-15
* Remove evaluators for 2.1 release.Gravatar Jitse Niesen2011-12-14
* remove a file that was not intended to be committedGravatar Gael Guennebaud2011-12-13
* Remove asserts that eigenvalue computation has converged (bug #354).Gravatar Jitse Niesen2011-12-12
* fix sparse insertion exampleGravatar Gael Guennebaud2011-12-11
* remove redundant declaration (fix compilation with clang 3.0)Gravatar Gael Guennebaud2011-12-11
* s/compressed()/isCompressed()Gravatar Gael Guennebaud2011-12-10
* Cholmod: add support for uncompressed SparseMatrix objectsGravatar Gael Guennebaud2011-12-10
* add cholmod_support unit testsGravatar Gael Guennebaud2011-12-10
* enforce weak linking of xerblaGravatar Gael Guennebaud2011-12-10
* trivial compilation fixGravatar Gael Guennebaud2011-12-10
* feature 297: s/intersectionPoint/pointAt, fix documentation, add a unit testGravatar Gael Guennebaud2011-12-10
* feature 297: add ParametrizedLine::intersectionPoint() and intersectionParam()Gravatar Andy Somerville2011-12-10
* bug #352:properly cast constantsGravatar Igor Krivenko2011-12-09
* fix compilation with EIGEN_NO_DEBUGGravatar Gael Guennebaud2011-12-09
* feature 319: fix LDLT::rankUpdate for complex/upper, simply the algortihm, up...Gravatar Gael Guennebaud2011-12-09
* feature 319: Add update and downdate functionality to LDLTGravatar Tim Holy2011-12-09
* add a "using MKL" documentation page, add a minimal documentation of PARDISO ...Gravatar Gael Guennebaud2011-12-09
* Fix MSVC integer overflow warningGravatar Sebastian Lipponer2011-12-09
* add missing CMakeLists.txtGravatar Gael Guennebaud2011-12-09
* add user defined CXX and LINKER flag cmake variables for the unit testsGravatar Gael Guennebaud2011-12-09
* mv blas.h to src/misc such that it would be possible to use any blas libraries,Gravatar Gael Guennebaud2011-12-09
* - split and rename defined tokens to enable the use of BLAS/Lapack/VML/etcGravatar Gael Guennebaud2011-12-09
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* fix min/max clash with clang's header by including fstream beforehandGravatar Gael Guennebaud2011-12-08
* remove dead codeGravatar Gael Guennebaud2011-12-08
* suppress deprecated warning when compiling legacy testsGravatar Gael Guennebaud2011-12-08
* add missing CMakeLists.txt in SplinesGravatar Gael Guennebaud2011-12-08
* Document QuaternionBase, minor doc improvements.Gravatar Jitse Niesen2011-12-08
* improve compiler name and version detectionGravatar Gael Guennebaud2011-12-07
* fix detection of ICC versionGravatar Gael Guennebaud2011-12-06
* improve compiler and architecture detectionGravatar Gael Guennebaud2011-12-06