aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseVector.h
Commit message (Expand)AuthorAge
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Add a default ctor to evaluator<SparseVector>.Gravatar Gael Guennebaud2016-11-06
* Enable swapping between SparseMatrix and SparseVectorGravatar Gael Guennebaud2016-11-06
* Doc: split customizing-eigen page into sub-pages and re-structure a bit the d...Gravatar Gael Guennebaud2016-08-30
* bug #1172: make valuePtr and innderIndexPtr properly return null for empty ma...Gravatar Gael Guennebaud2016-02-27
* Improve documentation.Gravatar Gael Guennebaud2016-01-25
* Add SparseVector::conservativeResize() method.Gravatar Gael Guennebaud2016-01-25
* Refactoring of the cost model:Gravatar Gael Guennebaud2015-10-28
* bug #1064: add support for Ref<SparseVector>Gravatar Gael Guennebaud2015-10-21
* Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENE...Gravatar Gael Guennebaud2015-10-08
* Make SparseVector derive from SparseCompressedBase, thus improving compatibil...Gravatar Gael Guennebaud2015-10-06
* InnerIterator::index() should really return a StorageIndexGravatar Gael Guennebaud2015-09-03
* Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...Gravatar Gael Guennebaud2015-09-02
* bug #1048: fix unused variable warningGravatar Gael Guennebaud2015-07-28
* bug #875: remove broken SparseMatrixBase::nonZeros and introduce a nonZerosEs...Gravatar Gael Guennebaud2015-04-01
* 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
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* bug #718: Introduce a compilation error when using the wrong InnerIterator ty...Gravatar Gael Guennebaud2014-10-20
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* merge default branchGravatar Gael Guennebaud2014-08-29
|\
| * Fix SparseVector::coeffRef(i,j) and add missing SparseVector::insert*UnorderedGravatar Gael Guennebaud2014-08-29
* | Update copyright datesGravatar Gael Guennebaud2014-07-01
* | Update sparse reduxions and sparse-vectors to evaluators.Gravatar Gael Guennebaud2014-06-25
* | implement evaluator for SparseVectorGravatar Gael Guennebaud2014-06-25
|/
* Expose InnerSizeAtCompileTime in SparseMatrixBase (it was already present in ...Gravatar Gael Guennebaud2013-07-16
* SparseVector::assign: it is not always possible to reserve according to given...Gravatar Gael Guennebaud2013-07-14
* Rationalize assignment to sparse vectorsGravatar Gael Guennebaud2013-07-13
* Use true compile-time branching in SparseVector::assign to handle automatic t...Gravatar Gael Guennebaud2013-07-05
* Fix bug #626: add assertion on input ranges for coeff* and insert members for...Gravatar Gael Guennebaud2013-06-28
* bug #626: add compiletime check of the Options template parameter of SparseMa...Gravatar Gael Guennebaud2013-06-28
* fix sparse vector assignment from a sparse matrixGravatar Gael Guennebaud2013-03-06
* Fix "routine is both "inline" and "noinline"" warningsGravatar Gael Guennebaud2013-02-28
* Fix _data() versus data() issue in SparseVector, and add a Storage typedef ju...Gravatar Gael Guennebaud2013-01-05
* Fix bug #535: unused variable warningsGravatar Gael Guennebaud2012-12-16
* 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
* fix a dozen of warnings with MSVC, and get rid of some useless throw()Gravatar Gael Guennebaud2012-02-06
* suppress unused variable warningsGravatar Gael Guennebaud2012-01-06
* suppress an 'unused variable' warningGravatar Gael Guennebaud2011-12-22
* evaluate 1D sparse expressions into SparseVector and make the sparse operator...Gravatar Gael Guennebaud2011-12-22
* fix assignment of a row-major sparse vector to a column major sparse oneGravatar Gael Guennebaud2011-12-22
* fix bug #221: remove the dense to SparseVector conversion ctor.Gravatar Gael Guennebaud2011-12-04
* make the accessors to internal sparse storage part of the public API and remo...Gravatar Gael Guennebaud2011-12-04
* add SparseVector::ReverseInnerIteratorGravatar Gael Guennebaud2011-12-04
* - move CompressedStorage and AmbiVector into internal namespaceGravatar Gael Guennebaud2011-12-02
* cleanning pass on the sparse modules:Gravatar Gael Guennebaud2011-11-28
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12