index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
SparseCore
/
SparseBlock.h
Commit message (
Expand
)
Author
Age
*
bug #1359: fix compilation of col_major_sparse.row() *= scalar
Gael Guennebaud
2016-12-14
*
bug #1355: Fixed wrong line-endings on two files
Christoph Hertzberg
2016-12-02
*
Clean up SparseCore module regarding ReverseInnerIterator
Gael Guennebaud
2016-12-01
*
Fix regression in assigment of sparse block to spasre block.
Gael Guennebaud
2016-11-21
*
Fix compilation with msvc
Gael Guennebaud
2016-07-05
*
Fix/handle some int-to-long conversions.
Gael Guennebaud
2016-05-26
*
bug #1172: make valuePtr and innderIndexPtr properly return null for empty ma...
Gael Guennebaud
2016-02-27
*
Fix nesting type and complete reflection methods of Block expressions.
Gael Guennebaud
2016-02-19
*
Clarify error message when writing to a read-only sparse-sub-matrix.
Gael Guennebaud
2016-02-03
*
bug #178: get rid of some const_cast in SparseCore
Gael Guennebaud
2016-01-28
*
Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENE...
Gael Guennebaud
2015-10-08
*
Optimise assignment into a Block<SparseMatrix> by using Ref and avoiding usel...
Gael Guennebaud
2015-10-06
*
Fix returned index type of inner iterators of sparse blocks.
Gael Guennebaud
2015-09-03
*
Since there is no reason for evaluators to be nested by reference, let's remo...
Gael Guennebaud
2015-09-02
*
Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...
Gael Guennebaud
2015-09-02
*
Add missing specialization of evaluator of sub-sparse-matrices that can be se...
Gael Guennebaud
2015-09-01
*
Make sure that BlockImpl<const SparseMatrix> ctor is called with the right type
Gael Guennebaud
2015-04-21
*
Remove unused GenericSparseBlockInnerIteratorImpl code.
Gael Guennebaud
2015-04-01
*
bug #875: remove broken SparseMatrixBase::nonZeros and introduce a nonZerosEs...
Gael Guennebaud
2015-04-01
*
fix stupid warning with old GCC
Gael Guennebaud
2015-03-28
*
Add missing coeff/coeffRef members to Block<sparse>, and extend unit tests.
Gael Guennebaud
2015-03-13
*
Big 957, workaround MSVC/ICC compilation issue
Gael Guennebaud
2015-02-18
*
Remove deprecated usage of expr::Index.
Gael Guennebaud
2015-02-16
*
Fix many long to int conversion warnings:
Gael Guennebaud
2015-02-16
*
Index refactoring: StorageIndex must be used for storage only (and locally wh...
Gael Guennebaud
2015-02-13
*
Merge Index-refactoring branch with default, fix PastixSupport, remove some u...
Gael Guennebaud
2015-02-13
|
\
|
*
Make Block<SparseMatrix> inherit SparseCompressedBase in the case of an inner...
Gael Guennebaud
2015-02-09
*
|
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
|
/
*
Fixed bug in SparseBlock which caused a segfault in sparse_extra_3 test
Christoph Hertzberg
2014-10-30
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
Fix various small issues detected by gcc
Gael Guennebaud
2014-08-01
*
merge with default branch
Gael Guennebaud
2014-07-15
|
\
|
*
Fix inner iterator on an outer-vector
Gael Guennebaud
2014-07-11
*
|
merge with default branch
Gael Guennebaud
2014-07-10
|
\
|
|
*
Fix many long to int implicit conversions
Gael Guennebaud
2014-07-08
*
|
Fix double constructions of the nested CwiseBinaryOp evaluator in sparse*diag...
Gael Guennebaud
2014-06-27
*
|
Make operator=(EigenBase<>) uses the new assignment mechanism and introduce a...
Gael Guennebaud
2014-06-25
*
|
Implement evaluators for sparse Block.
Gael Guennebaud
2014-06-25
|
/
*
Silence stupid parenthesis warnings for old GCC versions (<= 4.6.x)
Christoph Hertzberg
2014-03-13
*
_MatrixTypeNested must be public in sparse Block
Gael Guennebaud
2014-02-18
*
Fix support for row (resp. column) of a column-major (resp. row-major) sparse...
Gael Guennebaud
2014-02-17
*
Use the specialization of Block<SparseMatrix> for const matrices too
Gael Guennebaud
2013-11-10
*
Add missing nonZeros() overload in Block<SparseMatrixBase<>>
Gael Guennebaud
2013-11-10
*
Fix sparse block
Gael Guennebaud
2013-09-07
*
Merged in advanpix/eigen-mp-devs (pull request PR-32)
Gael Guennebaud
2013-09-03
|
\
*
|
Another compilation fix with ICC/MSVC combo
Gael Guennebaud
2013-09-03
|
*
Replaced memcpy & memmove to smart_* alternatives for non-POD scalar types
Pavel Holoborodko
2013-08-25
|
/
*
Fix compilation with ICC/MSVC combo
Gael Guennebaud
2013-08-21
*
Fix ambiguity from the origin of Index type in BlockImpl<Sparse>::InnerIterator
Gael Guennebaud
2013-07-06
[next]