aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Cleaning in BDCSVD (formating, handling of transpose case, remove some for lo...Gravatar Gael Guennebaud2014-09-03
* Clean bdcsvdGravatar Gael Guennebaud2014-09-02
* Disable solve_ret_val like mechanism with evaluator enabledGravatar Gael Guennebaud2014-09-01
* Factorize *SVD::solve to SVDBaseGravatar Gael Guennebaud2014-09-01
* merge with default branchGravatar Gael Guennebaud2014-09-01
|\
| * Reafctoring in D&C SVD unsupported module: clean and merge the SVDBase class ...Gravatar Gael Guennebaud2014-09-01
* | Disable a few unit tests in unsupportedGravatar Gael Guennebaud2014-09-01
| * Fix regression is sparse-sparse productGravatar Gael Guennebaud2014-09-01
* | Fix remaining garbage during a merge.Gravatar Gael Guennebaud2014-09-01
* | Fix Kronecker product in legacy mode.Gravatar Gael Guennebaud2014-09-01
* | Make unsupport sparse solvers use SparseSolverBaseGravatar Gael Guennebaud2014-09-01
* | Add evaluator for DynamicSparseMatrixGravatar Gael Guennebaud2014-09-01
* | Factorize solveWithGuess in IterativeSolverBaseGravatar Gael Guennebaud2014-09-01
* | Make IncompleteLUT use SparseSolverBase.Gravatar Gael Guennebaud2014-09-01
* | Fix usage of m_isInitialized in SparseLU and Pastix support.Gravatar Gael Guennebaud2014-09-01
* | Fix regression in sparse-sparse productGravatar Gael Guennebaud2014-09-01
* | Fix Cholmod support without evaluatorsGravatar Gael Guennebaud2014-09-01
* | Fix sparse matrix times sparse vector.Gravatar Gael Guennebaud2014-09-01
* | Refactoring of sparse solvers through a SparseSolverBase class and usage of t...Gravatar Gael Guennebaud2014-09-01
* | Implement the missing bits to make Solve compatible with sparse rhsGravatar Gael Guennebaud2014-09-01
* | Fix compilation in legacy modeGravatar Gael Guennebaud2014-09-01
| * bug #871: fix compilation on ARM/Neon regarding __has_builtin usageGravatar Gael Guennebaud2014-09-01
* | mergeGravatar Gael Guennebaud2014-08-29
|\ \
* | | Enable evaluators by defaultGravatar Gael Guennebaud2014-08-29
* | | merge default branchGravatar Gael Guennebaud2014-08-29
|\ \ \
* | | | undef Unsable macroGravatar Gael Guennebaud2014-08-29
| | | * Merged in georg_drenkhahn/eigen/georg_d/fix_warn_minmax (pull request PR-81)Gravatar Gael Guennebaud2014-08-29
| | |/| | |/| |
| * | | Optimization in sparse-sparse matrix products for small onesGravatar Gael Guennebaud2014-08-29
| * | | Fix SparseVector::coeffRef(i,j) and add missing SparseVector::insert*UnorderedGravatar Gael Guennebaud2014-08-29
| * | | In sparse matrix product, enable sorted insertion when doing two transpositio...Gravatar Gael Guennebaud2014-08-29
| | | * Added missing STL include of <list> in main.hGravatar Georg Drenkhahn2014-08-29
| | |/ | |/|
| * | Allow LevenbergMarquardt to work with non-standard types.Gravatar Freddie Witherden2014-08-27
| * | Fixed CMakeLists.txt files to prevent CMake 3.0.0 warnings about deprecated L...Gravatar Georg Drenkhahn2014-08-22
| * | In SparseQR, calling factorize() without analyzePattern() was broken.Gravatar Gael Guennebaud2014-08-26
| * | bug #857: workaround MSVC compilation issue.Gravatar Gael Guennebaud2014-08-26
| * | bug #861: enable posix_memalign with PGIGravatar Gael Guennebaud2014-08-26
| * | Do not apply the preconditioner before starting the iterations as this might ...Gravatar Gael Guennebaud2014-08-21
| * | bug #854: fix numerical issue in SelfAdjointEigenSolver::computeDirect for 3x...Gravatar Gael Guennebaud2014-08-21
| * | EIGEN_EXCEPTIONS was not defined in test/main.h, therefore all VERIFY_RAISES_...Gravatar Christoph Hertzberg2014-08-20
| * | Merged in vladimir_ch/eigen-1/vladimir_ch/fix-uninitialized-variable-warning-...Gravatar Christoph Hertzberg2014-08-20
| |\ \
| * \ \ Merged in traversaro/eigen/traversaro/findeigen3cmake-add-reading-hints-of-ei...Gravatar Christoph Hertzberg2014-08-20
| |\ \ \
| | | * | Fix uninitialized variable warning in SparseQRGravatar Vladimir Chalupecky2014-08-20
| | |/ / | |/| |
| | * | FindEigen3.cmake: Add reading hints of Eigen directory location from environm...Gravatar Silvio Traversaro2014-08-07
| * | | Correct GMRES:Gravatar Kolja Brix2014-08-02
| |/ /
| * | Memory allocated on the stack is freed at the function exit, so reduce iterat...Gravatar Gael Guennebaud2014-08-04
| * | Fix bug #850: workaround MSVC 2008 weird compilation bugGravatar Gael Guennebaud2014-08-02
| | * Optimize reduxions for HomogeneousGravatar Gael Guennebaud2014-08-01
| | * Fix nesting of Homogenous evaluatorGravatar Gael Guennebaud2014-08-01
| |/ |/|
* | Fix geo_orthomethods unit test for complexesGravatar Gael Guennebaud2014-08-01
* | Fix various small issues detected by gccGravatar Gael Guennebaud2014-08-01