aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseBlock.h
Commit message (Expand)AuthorAge
...
* Fix bug #563: assignement to Block<SparseMatrix> is now allowed on non-compre...Gravatar Gael Guennebaud2013-04-12
* bug #563 : Sparse block assignments should be called on compressed matrices. ...Gravatar Desire NUENTSA2013-03-11
* Fix overlaping operands when calling memcpyGravatar Gael Guennebaud2013-03-04
* Fix "type qualifiers are meaningless here" warningsGravatar Gael Guennebaud2013-02-28
* Fix segfault in SparseBlock::InnerIteratorGravatar Gael Guennebaud2013-02-25
* Fix compilation of Block/SparseBlock with MSVCGravatar Gael Guennebaud2012-12-16
* ReverseInnerIterator for SparseBlockGravatar Desire NUENTSA2012-11-16
* Remove Sparse/InnerVectorSet expression in favor of a more general Block<> sp...Gravatar Gael Guennebaud2012-11-16
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* add 2 missing ReverseInnerIteratorsGravatar Gael Guennebaud2012-03-14
* fix a dozen of warnings with MSVC, and get rid of some useless throw()Gravatar Gael Guennebaud2012-02-06
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* fix bug #394: innerVector::nonZeros() was broken for uncompressed modeGravatar Gael Guennebaud2011-12-20
* s/compressed()/isCompressed()Gravatar Gael Guennebaud2011-12-10
* make the accessors to internal sparse storage part of the public API and remo...Gravatar Gael Guennebaud2011-12-04
* add more support for uncompressed modeGravatar Gael Guennebaud2011-11-30
* 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