aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Doc presentation:Gravatar Gael Guennebaud2013-01-05
| | | | | - remove the "modules|classes" link for module pages (they are already in the TOC) - fine tune the TOC css
* Big changes in Eigen documentation:Gravatar Gael Guennebaud2013-01-05
| | | | | | | | | | | | | | | | | | | | | | - Organize the documentation into "chapters". - Each chapter include many documentation pages, reference pages organized as modules, and a quick reference page. - The "Chapters" tree is created using the defgroup/ingroup mechanism, even for the documentation pages (i.e., .dox files for which I added an \eigenManualPage macro that we can switch between \page or \defgroup ). - Add a "General topics" entry for all pages that do not fit well in the previous "chapters". - The highlevel struture is managed by a new eigendoxy_layout.xml file. - remove the "index" and quite useless pages (namespace list, class hierarchy, member list, file list, etc.) - add the javascript search-engine. - add the "treeview" panel. - remove \tableofcontents (replace them by a custom \eigenAutoToc macro to be able to easily re-enable if needed). - add javascript to automatically generate a TOC from the h1/h2 tags of the current page, and put the TOC in the left side panel. - overload various javascript function generated by doxygen to: - remove the root of the treeview - remove links to section/subsection from the treeview - automatically expand the "Chapters" section - automatically expand the current section - adjust the height of the treeview to take into account the TOC - always use the default .css file, eigendoxy.css now only includes our modifications - use Doxyfile to specify our logo - remove cross references to unsupported modules (temporarily)
* Set matrix to zero before inserting entries (partially fixes bug #539).Gravatar Jitse Niesen2013-01-03
|
* Make KroneckerProductSparse inherit EigenBase instead of SparseMatrixBase, ↵Gravatar Chen-Pang He2012-10-25
| | | | for it does not provide an InnerIterator.
* Fix compile error caused by incomplete SparseMatrixBase.Gravatar Chen-Pang He2012-10-16
|
* Let KroneckerProduct inherit ReturnByValue to eliminate temporary ↵Gravatar Chen-Pang He2012-10-15
| | | | evaluation. It's uncommon to store the product back to one of the operands.
* Add doc for KroneckerProductSparse.Gravatar Chen-Pang He2012-10-15
|
* Make kroneckerProduct take two arguments and return an expression, which is ↵Gravatar Chen-Pang He2012-10-15
| | | | more straight-forward.
* KroneckerProduct: we have const_cast_derived so why not use it?Gravatar Chen-Pang He2012-10-14
|
* Remove #include of removed header file.Gravatar Jitse Niesen2013-01-03
|
* Remove useless empty file.Gravatar Gael Guennebaud2013-01-03
|
* Doc: replace manual TOC by doxygen's \tableofcontents commandGravatar Gael Guennebaud2012-12-28
|
* Doc: remove page margins and limits to 60em paragraphes only instaead of the ↵Gravatar Gael Guennebaud2012-12-28
| | | | entire page (many declarations and tables are larger than 60em anyway)
* Update doxygen files to doxygen version 1.8Gravatar Gael Guennebaud2012-12-28
|
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
|
* Fix MSVC compilation: std::log was not accessible.Gravatar Gael Guennebaud2012-12-20
|
* Make sure sqrt and the likes are not compiled for integer type in cwiseop ↵Gravatar Gael Guennebaud2012-12-20
| | | | unit test.
* Fix bug #507: Mark variable as unused in NDEBUG caseGravatar Christoph Hertzberg2012-12-20
|
* Merge with 6300e8ca0239ed4bfe8fbf37c5f72cb4ef3451a7Gravatar Christoph Hertzberg2012-12-17
|\
| * replaced compiler specific __attribute__((noinline)) by EIGEN_DONT_INLINEGravatar Christoph Hertzberg2012-12-17
| |
* | Fix bug #531: Empty line in <table> made doxygen render it as paragraphsGravatar 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. ↵Gravatar David Harmon2012-10-06
| | | | Currently self-adjoint only.
* Move work in progress Levenberg Marquardt module in unsupportedGravatar Gael Guennebaud2012-12-08
|
* Add missing minpack copyrights/license.Gravatar Gael Guennebaud2012-12-08
| | | | | Fix LM header files and credits original MINPACK authors. Move minimizeOneStep code into its own file to get it more properly credited.
* Backed out changeset 363e506776babe4fdfb8e670fe6d91942fc61d7cGravatar Gael Guennebaud2012-12-07
|
* Rename the old LevenbergMarquardt class to LevenbergMarquardtLegacyGravatar Desire NUENTSA2012-12-07
| | | | Split the levenberg marquardt test and the hybrid nonlinear test
* Add tests for dense and sparse levenberg-MarquardtGravatar Desire NUENTSA2012-12-07
|
* Move the Levenberg Marquardt to the supported branchGravatar Desire NUENTSA2012-12-07
| | | | Add support for sparse computations... need SPQR module.
* 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<> ↵Gravatar Gael Guennebaud2012-11-16
| | | | | | specialization for Sparse expression. The specializations for "InnerPanels" are still preserved for efficiency reasons and because they offer additional usefull features.
* Generalize Block<> to support various implementation wrt StorageKind (just ↵Gravatar Gael Guennebaud2012-11-16
| | | | like other expression)
* 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
| | | | | - remove most of the metaprogramming kung fu in MathFunctions.h (only keep functions that differs from the std) - remove the overloads for array expression that were in the std namespace