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
Commit message (
Expand
)
Author
Age
*
bug #1468 (1/2) : add missing std:: to memcpy
Gael Guennebaud
2017-09-22
*
Fix mixing types in sparse matrix products.
Gael Guennebaud
2017-09-02
*
Do not preallocate more space than the matrix size (when the sparse matrix bo...
Gael Guennebaud
2017-07-20
*
Fix dense * sparse-selfadjoint-view product.
Gael Guennebaud
2017-04-25
*
Fix prunning in (sparse*sparse).pruned() when the result is nearly dense.
Gael Guennebaud
2017-02-10
*
bug #1384: fix evaluation of "sparse/scalar" that used the wrong evaluation p...
Gael Guennebaud
2017-01-30
*
bug #1381: fix sparse.diagonal() used as a rvalue.
Gael Guennebaud
2017-01-25
*
bug #1376: add missing assertion on size mismatch with compound assignment op...
Gael Guennebaud
2017-01-23
*
Add std:: namespace prefix to all (hopefully) instances if size_t/ptrdfiff_t
Gael Guennebaud
2017-01-23
*
bug #1379: fix compilation in sparse*diagonal*dense with openmp
Gael Guennebaud
2017-01-21
*
Add missing doc of SparseView
Gael Guennebaud
2017-01-06
*
Fix and workaround several doxygen issues/warnings
Gael Guennebaud
2017-01-04
*
Add doc for sparse triangular solve functions
Gael Guennebaud
2017-01-04
*
bug #1370: add doc for StorageIndex
Gael Guennebaud
2017-01-03
*
bug #1370: rename _Index to _StorageIndex in SparseMatrix, and add a warning ...
Gael Guennebaud
2017-01-03
*
Added += and + operators to inner iterators
Valentin Roussellet
2016-12-28
*
Cleanup because trait<CwiseBinaryOp>::Flags now expose the correct storage order
Gael Guennebaud
2016-12-27
*
Add missing .outer() member to iterators of evaluators of cwise sparse binary...
Gael Guennebaud
2016-12-27
*
Fix check of storage order mismatch for "sparse cwiseop sparse".
Gael Guennebaud
2016-12-27
*
Remove superfluous const's (can cause warnings on some Intel compilers)
Angelos Mantzaflaris
2016-12-07
*
bug #1358: fix compilation for sparse += sparse.selfadjointView();
Gael Guennebaud
2016-12-14
*
bug #1359: fix compilation of col_major_sparse.row() *= scalar
Gael Guennebaud
2016-12-14
*
bug #1359: fix sparse /=scalar and *=scalar implementation.
Gael Guennebaud
2016-12-14
*
Fix memory leak in Ref<Sparse>
Gael Guennebaud
2016-12-05
*
bug #1355: Fixed wrong line-endings on two files
Christoph Hertzberg
2016-12-02
*
Clean up SparseCore module regarding ReverseInnerIterator
Gael Guennebaud
2016-12-01
*
fix member order
Gael Guennebaud
2016-12-01
*
Fix misleading-indentation warnings.
Gael Guennebaud
2016-12-01
*
Fix compilation issue with MSVC:
Gael Guennebaud
2016-11-23
*
Fix regression in assigment of sparse block to spasre block.
Gael Guennebaud
2016-11-21
*
Optimize sparse<bool> && sparse<bool> to use the same path as for coeff-wise ...
Gael Guennebaud
2016-11-14
*
Fix regression in SparseMatrix::ReverseInnerIterator
Gael Guennebaud
2016-11-14
*
Fix printing of sparse expressions
Gael Guennebaud
2016-11-10
*
Generalize solve_sparse_through_dense_panels to handle SparseVector.
Gael Guennebaud
2016-11-06
*
Add missing friend declaration
Gael Guennebaud
2016-11-06
*
Add a default ctor to evaluator<SparseVector>.
Gael Guennebaud
2016-11-06
*
Enable swapping between SparseMatrix and SparseVector
Gael Guennebaud
2016-11-06
*
Fix regression in X = (X*X.transpose())/s with X rectangular by deferring res...
Gael Guennebaud
2016-10-26
*
Doc: add link from block methods to respective tutorial section.
Gael Guennebaud
2016-09-16
*
bug #828: clarify documentation of SparseMatrixBase's methods returning a sub...
Gael Guennebaud
2016-09-16
*
bug #828: clarify documentation of SparseMatrixBase's unary methods.
Gael Guennebaud
2016-09-16
*
Doc: split customizing-eigen page into sub-pages and re-structure a bit the d...
Gael Guennebaud
2016-08-30
*
bug #1271: add SparseMatrix::coeffs() methods returning a 1D view of the non ...
Gael Guennebaud
2016-08-29
*
bug #1167: simplify installation of header files using cmake's install(DIRECT...
Gael Guennebaud
2016-08-29
*
Add support for non trivial scalar factor in sparse selfadjoint * dense produ...
Gael Guennebaud
2016-08-24
*
bug #1258: fix compilation of Map<SparseMatrix>::coeffRef
Gael Guennebaud
2016-07-26
*
compile fix (SFINAE variant apparently didn't work for all compilers) for the...
klimpel
2016-07-11
*
Fix compilation with msvc
Gael Guennebaud
2016-07-05
*
Change the semantic of the last template parameter of Assignment from "Scalar...
Gael Guennebaud
2016-07-04
*
Generalize coeff-wise sparse products to support different scalar types
Gael Guennebaud
2016-06-14
[next]