Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bug #1101: typo | Gael Guennebaud | 2015-10-30 |
| | |||
* | Add missing licence header to some top header files | Gael Guennebaud | 2015-10-26 |
| | |||
* | Add a Ref<SparseMatrix> specialization. | Gael Guennebaud | 2015-02-07 |
| | |||
* | Add a Map<SparseMatrix> specialization. | Gael Guennebaud | 2015-02-07 |
| | |||
* | Add a SparseCompressedBase class providing (un)compressed accessors (like ↵ | Gael Guennebaud | 2015-02-07 |
| | | | | | | data()/*Stride() for dense matrices), and a CompressedAccessBit flag (similar to DirectAccessBit for dense matrices). | ||
* | Workaround various "returning reference to temporary" warnings. | Gael Guennebaud | 2014-12-05 |
| | |||
* | Refactoring of sparse solvers through a SparseSolverBase class and usage of ↵ | Gael Guennebaud | 2014-09-01 |
| | | | | the Solve<> expression. Introduce a SolveWithGuess expression on top of Solve. | ||
* | Make permutation compatible with sparse matrices | Gael Guennebaud | 2014-07-30 |
| | |||
* | Refactor TriangularView to handle both dense and sparse objects. Introduce a ↵ | Gael Guennebaud | 2014-07-22 |
| | | | | glu_shape<S1,S2> helper to assemble sparse/dense shapes with triagular/seladjoint views. | ||
* | Implement evaluator for sparse-selfadjoint products | Gael Guennebaud | 2014-07-22 |
| | |||
* | Implement evaluators for sparse*dense products | Gael Guennebaud | 2014-07-01 |
| | |||
* | Implement evaluators for sparse * sparse with auto pruning. | Gael Guennebaud | 2014-07-01 |
| | |||
* | Implement evaluators for sparse * sparse products | Gael Guennebaud | 2014-07-01 |
| | |||
* | Implement evaluators for sparse times diagonal products. | Gael Guennebaud | 2014-06-27 |
| | |||
* | Implement evaluator for sparse views. | Gael Guennebaud | 2014-06-26 |
| | |||
* | Update sparse reduxions and sparse-vectors to evaluators. | Gael Guennebaud | 2014-06-25 |
| | |||
* | Implement evaluators for sparse Block. | Gael Guennebaud | 2014-06-25 |
| | |||
* | Implement binaryop and transpose evaluators for sparse matrices | Gael Guennebaud | 2014-06-23 |
| | |||
* | Started to move the SparseCore module to evaluators: implemented assignment ↵ | Gael Guennebaud | 2014-06-20 |
| | | | | and cwise-unary evaluator | ||
* | Move the definition of DenseBase::InnerIterator to Core module. (needed to ↵ | Gael Guennebaud | 2013-01-15 |
| | | | | make blueNorm generic) | ||
* | Big changes in Eigen documentation: | Gael Guennebaud | 2013-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) | ||
* | Remove #include of removed header file. | Jitse Niesen | 2013-01-03 |
| | |||
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
| | |||
* | add sparse * permutation products with assiciated unit tests | Gael Guennebaud | 2012-03-29 |
| | |||
* | - move CompressedStorage and AmbiVector into internal namespace | Gael Guennebaud | 2011-12-02 |
| | | | | - remove innerVectorNonZeros(j) => use innerVector(j).nonZeros() | ||
* | move sparse solvers from unsupported/ to main Eigen/ and remove the "not ↵ | Gael Guennebaud | 2011-11-12 |
stable yet" warning |