aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* replaced compiler specific __attribute__((noinline)) by EIGEN_DONT_INLINEGravatar Christoph Hertzberg2012-12-17
* updated geometry benchmark to handle additional casesGravatar Jakob Schwendner2012-12-17
* added benchmark for test vectorization in geometry packageGravatar Jakob Schwendner2012-12-16
* Fix bug #534: rm useless initialization of rowSpacer.Gravatar Gael Guennebaud2012-12-16
* Fix bug #535: unused variable warningsGravatar Gael Guennebaud2012-12-16
* Fix compilation of Block/SparseBlock with MSVCGravatar Gael Guennebaud2012-12-16
* Add arpack support module fileGravatar David Harmon2012-12-16
* Added ARPACK support for standard and generalized eigenvalue problems. Curren...Gravatar David Harmon2012-10-06
* Move work in progress Levenberg Marquardt module in unsupportedGravatar Gael Guennebaud2012-12-08
* Add missing minpack copyrights/license.Gravatar Gael Guennebaud2012-12-08
* Backed out changeset 363e506776babe4fdfb8e670fe6d91942fc61d7cGravatar Gael Guennebaud2012-12-07
* Rename the old LevenbergMarquardt class to LevenbergMarquardtLegacyGravatar Desire NUENTSA2012-12-07
* Add tests for dense and sparse levenberg-MarquardtGravatar Desire NUENTSA2012-12-07
* Move the Levenberg Marquardt to the supported branchGravatar Desire NUENTSA2012-12-07
* Fix Incomplete Cholesky factorization. Stable but need iterative robust shiftGravatar Desire NUENTSA2012-12-07
* Update SPQR interfaceGravatar Desire NUENTSA2012-12-07
* Fixed mpreal for IA64 architecturesGravatar Pavel Holoborodko2012-12-04
* fix geometry tutorialGravatar Gael Guennebaud2012-11-29
* Update SPQR module for Sparse LMGravatar Desire NUENTSA2012-11-21
* ReverseInnerIterator for SparseBlockGravatar Desire NUENTSA2012-11-16
* Move VectorBlock methods into plugin sectionGravatar Desire NUENTSA2012-11-16
* remove deprecated InnerVectorSet for the deprecated DynamicSparseMatrix classGravatar Gael Guennebaud2012-11-16
* Remove Sparse/InnerVectorSet expression in favor of a more general Block<> sp...Gravatar Gael Guennebaud2012-11-16
* Generalize Block<> to support various implementation wrt StorageKind (just li...Gravatar Gael Guennebaud2012-11-16
* plugin header files can be included more than onceGravatar Gael Guennebaud2012-11-15
* Improve the IncompleteLLT ... not yet robustGravatar Desire NUENTSA2012-11-13
* Add more useful functions to SPQR interfaceGravatar Desire NUENTSA2012-11-13
* Add support for Sparse QR factorizationGravatar Desire NUENTSA2012-11-12
* Add restarted GMRES with deflationGravatar Desire NUENTSA2012-11-12
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Fix FindUmfpack when specifying manually the related cmake variables.Gravatar Gael Guennebaud2012-11-05
* Disable opengl demo if Qt4 or OpenGL cannot be found.Gravatar Gael Guennebaud2012-10-31
* add first_multiple helper functionGravatar Gael Guennebaud2012-10-30
* SparseLU: remove the "snode" path which appears to bring nearly zero speedupGravatar Gael Guennebaud2012-10-30
* add missing copyrightGravatar Gael Guennebaud2012-10-30
* SparseLU: add a specialized gemm kernel, and add padding to the supernodes su...Gravatar Gael Guennebaud2012-10-30
* Fix build error in matrixfunctions on MSVCGravatar Desire NUENTSA2012-10-30
* fix bug #524: Pardiso's parameter array does not have to be aligned!Gravatar Gael Guennebaud2012-10-24
* fix bug #521: __cpuidex is not available on all architectures supported by MSVCGravatar Gael Guennebaud2012-10-24
* Windows CE does not provide an aligned_malloc function.Gravatar Gael Guennebaud2012-10-24
* Fix bug #519: AlignedBox::dim() was wrong for dynamic dimensionsGravatar Gael Guennebaud2012-10-24
* Fixed gcc warnings, John Westwood name and round_style functionGravatar Pavel Holoborodko2012-10-19
* Updated multiprecision module to support the most recent version of MPFR C++Gravatar Pavel Holoborodko2012-10-19
* the repeated solves are already present in check_sparse_solving()Gravatar Desire NUENTSA2012-10-09
* MINRES solverGravatar dnuentsa2012-10-09
|\
* | Discard failing tests in NonlinearOptimizationGravatar Desire NUENTSA2012-10-09
* | Use Ref instead of VectorBlockGravatar Desire NUENTSA2012-10-09
* | RealShur for a already Hessenberg matrixGravatar Desire NUENTSA2012-10-09
* | fix comma initializer when inserting empty matricesGravatar Gael Guennebaud2012-10-03
* | bug #517 : Small typo in AsciiQuickReferenceGravatar Desire NUENTSA2012-10-03