aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/CompressedStorage.h
Commit message (Expand)AuthorAge
* 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
* bug #1574: implement "sparse_matrix =,+=,-= diagonal_matrix" with smart inser...Gravatar Gael Guennebaud2019-01-28
* bug #1172: make valuePtr and innderIndexPtr properly return null for empty ma...Gravatar Gael Guennebaud2016-02-27
* Fix regression on CompressedStorage::operator=Gravatar Gael Guennebaud2015-06-20
* Fix undefined behavior. When resizing a default-constructed SparseArray, we e...Gravatar vanhoucke2015-06-19
* Avoid calling smart_copy with null pointers.Gravatar Gael Guennebaud2015-05-25
* Bound pre-allocation to the maximal size representable by StorageIndex and th...Gravatar Gael Guennebaud2015-03-13
* Check for no-reallocation in SparseMatrix::insert (bug #974)Gravatar Gael Guennebaud2015-03-04
* Suppress some remaining Index conversion warningsGravatar Christoph Hertzberg2015-02-17
* 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
|\
* | 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
|/
* Make SparseMatrix::coeff() returns a const reference and add a non const vers...Gravatar Gael Guennebaud2014-12-01
* Add lapack interface to JacobiSVD and BDCSVDGravatar Gael Guennebaud2014-10-17
* Remove unused and dangerous CompressedStorage::Map functionGravatar Gael Guennebaud2014-10-09
* bug #367: fix double copies in atWithInsertion, and add respective unit-testGravatar Gael Guennebaud2014-10-09
* bug #887: fix CompressedStorage::reallocate wrt memory leaksGravatar Gael Guennebaud2014-10-09
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* bug #808: use double instead of float for the increasing size ratio in Compre...Gravatar Gael Guennebaud2014-07-08
* Fixed bug #647 by using smart_copy instead of bitwise memcpy.Gravatar Pavel Holoborodko2013-08-25
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* bug #482: pass scalar by const ref - pass on the sparse moduleGravatar Gael Guennebaud2012-06-28
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* - move CompressedStorage and AmbiVector into internal namespaceGravatar Gael Guennebaud2011-12-02
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12