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
*
Fix more enum arithmetic.
Rasmus Munk Larsen
2021-06-15
*
Fix c++20 warnings about using enums in arithmetic expressions.
Rasmus Munk Larsen
2021-06-10
*
Fixed/masked more implicit copy constructor warnings
Christoph Hertzberg
2021-02-27
*
Fixed sparse conservativeResize() when both num cols and rows decreased.
Adam Shapiro
2021-02-23
*
Fix a typo in SparseMatrix documentation.
David Tellenbach
2020-12-09
*
Fix sparse_extra_3, disable counting temporaries for testing DynamicSparseMat...
Antonio Sanchez
2020-11-18
*
fix #1901: warning in Mode==(Upper|Lower)
Gael Guennebaud
2020-09-02
*
Fix #1974: assertion when reserving an empty sparse matrix
Gael Guennebaud
2020-08-26
*
Avoid division by zero in nonZerosEstimate() for empty blocks.
Rasmus Munk Larsen
2020-07-22
*
Save one extra temporary when assigning a sparse product to a row-major spars...
Gael Guennebaud
2020-05-30
*
Fix some maybe-unitialized warnings
Christoph Hertzberg
2019-12-18
*
Bug 1786: fix compilation with MSVC
Gael Guennebaud
2019-12-11
*
Fix shadow warnings in AlignedBox and SparseBlock
Eugene Zhulenev
2019-11-27
*
SparseRef: Fixed alignment warning on ARM GCC
Joel Holdsworth
2019-11-07
*
Rollback or PR-746 and partial rollback of https://bitbucket.org/eigen/eigen/...
Rasmus Munk Larsen
2019-11-05
*
Remove internal::smart_copy and replace with std::copy
Eugene Zhulenev
2019-10-29
*
Explicitly bypass resize and memmoves when there is already the exact right n...
Gael Guennebaud
2019-10-08
*
Fix some implicit literal to Scalar conversions in SparseCore
Gael Guennebaud
2019-09-11
*
Change typedefs from private to protected to fix MSVC compilation
Eugene Zhulenev
2019-09-03
*
Fix compilation with c++03 (local class cannot be template arguments), and ma...
Gael Guennebaud
2019-01-29
*
bug #1574: implement "sparse_matrix =,+=,-= diagonal_matrix" with smart inser...
Gael Guennebaud
2019-01-28
*
Move evaluator<SparseCompressedBase>::find(i,j) to a more general and reusabl...
Gael Guennebaud
2019-01-28
*
Explicitly convert 0 to Scalar for custom types
Christoph Hertzberg
2018-10-12
*
bug #632: add specializations for res ?= dense +/- sparse and res ?= sparse +...
Gael Guennebaud
2018-10-10
*
Fix shadowing
Gael Guennebaud
2018-09-20
*
bug #1531: expose NumDimensions for solve and sparse expressions.
Gael Guennebaud
2018-06-08
*
Add multi-threading for sparse-row-major * dense-row-major
Gael Guennebaud
2018-04-25
*
workaround MSVC 2013 compilation issue (ambiguous call)
Gael Guennebaud
2018-04-23
*
Make innerVector() and innerVectors() methods available to all expressions su...
Gael Guennebaud
2018-04-04
*
MIsc. source and comment typos
luz.paz
2018-03-11
*
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
[next]