aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseBlock.h
Commit message (Expand)AuthorAge
* Make sure that BlockImpl<const SparseMatrix> ctor is called with the right typeGravatar Gael Guennebaud2015-04-21
* Remove unused GenericSparseBlockInnerIteratorImpl code.Gravatar Gael Guennebaud2015-04-01
* bug #875: remove broken SparseMatrixBase::nonZeros and introduce a nonZerosEs...Gravatar Gael Guennebaud2015-04-01
* fix stupid warning with old GCCGravatar Gael Guennebaud2015-03-28
* Add missing coeff/coeffRef members to Block<sparse>, and extend unit tests.Gravatar Gael Guennebaud2015-03-13
* Big 957, workaround MSVC/ICC compilation issueGravatar Gael Guennebaud2015-02-18
* Remove deprecated usage of expr::Index.Gravatar 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
|\
| * Make Block<SparseMatrix> inherit SparseCompressedBase in the case of an inner...Gravatar Gael Guennebaud2015-02-09
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
|/
* Fixed bug in SparseBlock which caused a segfault in sparse_extra_3 testGravatar Christoph Hertzberg2014-10-30
* 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
* Fix various small issues detected by gccGravatar Gael Guennebaud2014-08-01
* merge with default branchGravatar Gael Guennebaud2014-07-15
|\
| * Fix inner iterator on an outer-vectorGravatar Gael Guennebaud2014-07-11
* | merge with default branchGravatar Gael Guennebaud2014-07-10
|\|
| * Fix many long to int implicit conversionsGravatar Gael Guennebaud2014-07-08
* | Fix double constructions of the nested CwiseBinaryOp evaluator in sparse*diag...Gravatar Gael Guennebaud2014-06-27
* | Make operator=(EigenBase<>) uses the new assignment mechanism and introduce a...Gravatar Gael Guennebaud2014-06-25
* | Implement evaluators for sparse Block.Gravatar Gael Guennebaud2014-06-25
|/
* Silence stupid parenthesis warnings for old GCC versions (<= 4.6.x)Gravatar Christoph Hertzberg2014-03-13
* _MatrixTypeNested must be public in sparse BlockGravatar Gael Guennebaud2014-02-18
* Fix support for row (resp. column) of a column-major (resp. row-major) sparse...Gravatar Gael Guennebaud2014-02-17
* Use the specialization of Block<SparseMatrix> for const matrices tooGravatar Gael Guennebaud2013-11-10
* Add missing nonZeros() overload in Block<SparseMatrixBase<>>Gravatar Gael Guennebaud2013-11-10
* Fix sparse blockGravatar Gael Guennebaud2013-09-07
* Merged in advanpix/eigen-mp-devs (pull request PR-32)Gravatar Gael Guennebaud2013-09-03
|\
* | Another compilation fix with ICC/MSVC comboGravatar Gael Guennebaud2013-09-03
| * Replaced memcpy & memmove to smart_* alternatives for non-POD scalar typesGravatar Pavel Holoborodko2013-08-25
|/
* Fix compilation with ICC/MSVC comboGravatar Gael Guennebaud2013-08-21
* Fix ambiguity from the origin of Index type in BlockImpl<Sparse>::InnerIteratorGravatar Gael Guennebaud2013-07-06
* 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