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