aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseMatrix.h
Commit message (Expand)AuthorAge
* Fixed sparse conservativeResize() when both num cols and rows decreased.Gravatar Adam Shapiro2021-02-23
* Fix a typo in SparseMatrix documentation.Gravatar David Tellenbach2020-12-09
* Fix #1974: assertion when reserving an empty sparse matrixGravatar Gael Guennebaud2020-08-26
* Save one extra temporary when assigning a sparse product to a row-major spars...Gravatar Gael Guennebaud2020-05-30
* Rollback or PR-746 and partial rollback of https://bitbucket.org/eigen/eigen/...Gravatar Rasmus Munk Larsen2019-11-05
* Remove internal::smart_copy and replace with std::copyGravatar Eugene Zhulenev2019-10-29
* Fix some implicit literal to Scalar conversions in SparseCoreGravatar Gael Guennebaud2019-09-11
* Fix compilation with c++03 (local class cannot be template arguments), and ma...Gravatar Gael Guennebaud2019-01-29
* bug #1574: implement "sparse_matrix =,+=,-= diagonal_matrix" with smart inser...Gravatar Gael Guennebaud2019-01-28
* Explicitly convert 0 to Scalar for custom typesGravatar Christoph Hertzberg2018-10-12
* Fix shadowingGravatar Gael Guennebaud2018-09-20
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Add std:: namespace prefix to all (hopefully) instances if size_t/ptrdfiff_tGravatar Gael Guennebaud2017-01-23
* bug #1370: rename _Index to _StorageIndex in SparseMatrix, and add a warning ...Gravatar Gael Guennebaud2017-01-03
* Fix misleading-indentation warnings.Gravatar Gael Guennebaud2016-12-01
* Add missing friend declarationGravatar Gael Guennebaud2016-11-06
* Doc: split customizing-eigen page into sub-pages and re-structure a bit the d...Gravatar Gael Guennebaud2016-08-30
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Fix/handle some int-to-long conversions.Gravatar Gael Guennebaud2016-05-26
* bug #1172: make valuePtr and innderIndexPtr properly return null for empty ma...Gravatar Gael Guennebaud2016-02-27
* Improve documentation.Gravatar Gael Guennebaud2016-01-25
* bug #1105: fix default preallocation when moving from compressed to uncompres...Gravatar Gael Guennebaud2015-11-06
* bug #1088: fix setIdenity for non-compressed sparse-matrixGravatar Gael Guennebaud2015-10-25
* Fix SparseMatrix::insert/coeffRef for non-empty compressed matrixGravatar Gael Guennebaud2015-10-25
* Fix perm*sparse return type and nesting, and add several sanity checks for pe...Gravatar Gael Guennebaud2015-10-14
* Update custom setFromTripplets API to allow passing a functor object, and add...Gravatar Gael Guennebaud2015-10-13
* Add a functor to setFromTriplets to handle duplicated entriesGravatar Calixte Denizet2015-10-06
* remove reference to internal methodGravatar Gael Guennebaud2015-10-13
* extend unit test for SparseMatrix::pruneGravatar Gael Guennebaud2015-10-13
* Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENE...Gravatar Gael Guennebaud2015-10-08
* Improve counting of sparse temporariesGravatar Gael Guennebaud2015-10-06
* Add explicit ctor for diagonal to sparse conversionGravatar Gael Guennebaud2015-06-24
* Inherit operator+= and -= with 'using' kkeywordGravatar Gael Guennebaud2015-06-24
* Get rid of class internal::nested<> (still have to updated Tensor module)Gravatar Gael Guennebaud2015-06-19
* bug #910: add a StandardCompressedFormat option to Ref<SparseMatrix> to enfor...Gravatar Gael Guennebaud2015-06-09
* Fix shadow warnings triggered by clangGravatar Gael Guennebaud2015-06-09
* bug #998: Started fixing doxygen warningsGravatar Christoph Hertzberg2015-05-01
* bug #360: add value_type typedef to DenseBase/SparseMatrixBaseGravatar Gael Guennebaud2015-04-24
* bug #875: remove broken SparseMatrixBase::nonZeros and introduce a nonZerosEs...Gravatar Gael Guennebaud2015-04-01
* SparseMatrix::insert: switch to a fully uncompressed mode if sequential inser...Gravatar Gael Guennebaud2015-03-13
* Improve efficiency of SparseMatrix::insert/coeffRef for sequential outer-inde...Gravatar Gael Guennebaud2015-03-04
* Add an internal assertion in makeCompressed to catch a possible risk of null-...Gravatar Gael Guennebaud2015-02-18
* Doc: explain how to free allocated memory in SparseMAtrixGravatar Gael Guennebaud2015-02-16
* Fix many long to int conversion warnings:Gravatar Gael Guennebaud2015-02-16
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
| * Add a SparseCompressedBase class providing (un)compressed accessors (like dat...Gravatar Gael Guennebaud2015-02-07
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
| * Workaround various "returning reference to temporary" warnings.Gravatar Gael Guennebaud2014-12-05
|/
* Document non-const SparseMatrix::diagonal() method.Gravatar Gael Guennebaud2014-12-01