aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
...
* proper C++ castingGravatar Gael Guennebaud2012-01-31
* fix a few warnings: change of sign and missing return statementGravatar Gael Guennebaud2012-01-31
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* workaround "empty macro argument" warningGravatar Gael Guennebaud2012-01-31
* add .data() member to Diagonal<>Gravatar Gael Guennebaud2012-01-31
* fix some compilation errors with ICC and -strict-ansiGravatar Gael Guennebaud2012-01-31
* add the possibility to assemble a SparseMatrix object from a random list of t...Gravatar Gael Guennebaud2012-01-28
* fix memory leak in SuperLUSupportGravatar Gael Guennebaud2012-01-27
* honor nested types in dense * sparseGravatar Gael Guennebaud2012-01-27
* Document that JacobiSVD also handles complex matrices.Gravatar Jitse Niesen2012-01-26
* add missing inline keyword (linking issue)Gravatar Gael Guennebaud2012-01-26
* SimplicialCholesky: the shift offset must be real, and fix a comparison issue...Gravatar Gael Guennebaud2012-01-26
* simple compilation fixGravatar Gael Guennebaud2012-01-26
* fix bug #410: fix a possible out of range access in EigenSolverGravatar Gael Guennebaud2012-01-25
* Check for positive definiteness in SimplicialLLTGravatar Christoph Hertzberg2012-01-14
* fix a nesting type issue in Sparse/TriangularViewGravatar Gael Guennebaud2012-01-25
* fix bug #406: Using OpenMP and Eigen causes infinite loop/deadlockGravatar Gael Guennebaud2012-01-25
* fix warning with gcc 4.6Gravatar Gael Guennebaud2012-01-25
* workaround ICC compilation error with -strict-ansiGravatar Gael Guennebaud2012-01-25
* std::isfinite is non standardGravatar Gael Guennebaud2012-01-23
* LLT: improve rankUpdate to support downdates,Gravatar Gael Guennebaud2012-01-23
* added functions to allow for cwise min/max operations with scalar argument (b...Gravatar Abraham Bachrach2012-01-11
* optimize the packing of lhs blocks for matrix-matrix products => significant ...Gravatar Gael Guennebaud2012-01-21
* Make sure that now-fixed assert is not triggered.Gravatar Jitse Niesen2012-01-19
* Fix broken asserts releaved by Clang.Gravatar Keir Mierle2012-01-18
* fixe one more VC10 ICEGravatar Gael Guennebaud2012-01-18
* fix VC10 ICEGravatar Gael Guennebaud2012-01-18
* Fix out-of-range int constant in 4x4 inverse.Gravatar Keir Mierle2012-01-05
* suppress unused variable warningsGravatar Gael Guennebaud2012-01-06
* set the default number of iteration to the size of the problemGravatar Gael Guennebaud2011-12-27
* fix bug #398, the quaternion returned by slerp was not always normalized,Gravatar 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
* fix bug #394: innerVector::nonZeros() was broken for uncompressed modeGravatar 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 asserts that eigenvalue computation has converged (bug #354).Gravatar Jitse Niesen2011-12-12
* 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
* 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