index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
SparseCore
/
SparseSelfAdjointView.h
Commit message (
Expand
)
Author
Age
*
Fix dense * sparse-selfadjoint-view product.
Gael Guennebaud
2017-04-25
*
bug #1358: fix compilation for sparse += sparse.selfadjointView();
Gael Guennebaud
2016-12-14
*
Add support for non trivial scalar factor in sparse selfadjoint * dense produ...
Gael Guennebaud
2016-08-24
*
Change the semantic of the last template parameter of Assignment from "Scalar...
Gael Guennebaud
2016-07-04
*
Relax mixing-type constraints for binary coefficient-wise operators:
Gael Guennebaud
2016-06-06
*
Fix usage of evaluator in sparse * permutation products.
Gael Guennebaud
2016-02-12
*
bug #178: get rid of some const_cast in SparseCore
Gael Guennebaud
2016-01-28
*
bug #1144: fix regression in x=y+A*x (aliasing), and move evaluator_traits::A...
Gael Guennebaud
2016-01-09
*
Fix ambiguous instantiation issues of product_evaluator.
Gael Guennebaud
2015-10-14
*
Fix storage index type in empty permutations
Gael Guennebaud
2015-10-06
*
Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...
Gael Guennebaud
2015-09-02
*
Make SparseSelfAdjointView, twists, and SparseQR more evaluator friendly
Gael Guennebaud
2015-06-24
*
Add typedefs for return types of SparseMatrixBase::selfadjointView
Gael Guennebaud
2015-03-09
*
Fix many long to int conversion warnings:
Gael Guennebaud
2015-02-16
*
Index refactoring: StorageIndex must be used for storage only (and locally wh...
Gael Guennebaud
2015-02-13
*
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
*
bug #882: fix various const-correctness issues with *View classes.
Gael Guennebaud
2014-10-07
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
Call product_generic_impl by default, and remove lot of boilerplate code
Gael Guennebaud
2014-07-31
*
Make permutation compatible with sparse matrices
Gael Guennebaud
2014-07-30
*
Various minor fixes
Gael Guennebaud
2014-07-30
*
Refactor TriangularView to handle both dense and sparse objects. Introduce a ...
Gael Guennebaud
2014-07-22
*
Implement evaluator for sparse-selfadjoint products
Gael Guennebaud
2014-07-22
*
bug #397: add a warning for 64 to 32 bit integer conversion and fix many of t...
Gael Guennebaud
2014-07-17
*
Fix ICE with ICC 11
Gael Guennebaud
2013-07-19
*
Use true compile-time branching in SparseVector::assign to handle automatic t...
Gael Guennebaud
2013-07-05
*
Fix unresolved typename bug for MSVC
Desire NUENTSA
2013-07-04
*
Add missing sparse matrix constructor from sparse self-adjoint views, and add...
Gael Guennebaud
2013-06-28
*
Fiw bug #553: add support for sparse matrix time sparse self-adjoint view pro...
Desire NUENTSA
2013-06-28
*
Fix bug #314: move remaining math functions from internal to numext namespace
Gael Guennebaud
2013-06-10
*
Clean source code and unit tests with respect to -Wunused-local-typedefs
Gael Guennebaud
2013-04-10
*
Fix bug #535: unused variable warnings
Gael Guennebaud
2012-12-16
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
bug #482: pass scalar by const ref - pass on the sparse module
Gael Guennebaud
2012-06-28
*
fix documentaion of twistedBy
Gael Guennebaud
2012-06-07
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
add sparse-selfadjoint to sparse-selfadjoint assignment operators
Gael Guennebaud
2012-03-29
*
fix a couple of warnings
Gael Guennebaud
2012-02-27
*
fix symmetric permuatation for mixed storage orders
Gael Guennebaud
2012-02-27
*
Modify the symmetric permutation to deal with nonsymmetric matrices
Desire NUENTSA
2012-02-10
*
Adding support for twistedby on SparseMatrixBase
Desire NUENTSA
2012-02-08
*
fix several const qualifier issues: double ones, meaningless ones, some missi...
Gael Guennebaud
2012-02-03
*
fix bug #356: fix TriangularView::InnerIterator for unit diagonals
Gael Guennebaud
2011-12-04
*
make the accessors to internal sparse storage part of the public API and remo...
Gael Guennebaud
2011-12-04
*
bug fix in SparseSelfAdjointTimeDenseProduct for empty rows or columns
Gael Guennebaud
2011-11-30
*
cleanning pass on the sparse modules:
Gael Guennebaud
2011-11-28
*
move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...
Gael Guennebaud
2011-11-12