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
Commit message (
Expand
)
Author
Age
*
bug #1048: fix unused variable warning
Gael Guennebaud
2015-07-28
*
Fix compilation of tri(sparse) * dense with OpenMP
Gael Guennebaud
2015-07-21
*
Enable OpenMP parallelization of row-major-sparse * dense products.
Gael Guennebaud
2015-06-26
*
Workaround MSVC ambiguous instanciation
Gael Guennebaud
2015-06-24
*
Add explicit ctor for diagonal to sparse conversion
Gael Guennebaud
2015-06-24
*
Add support for sparse = diagonal
Gael Guennebaud
2015-06-24
*
Make SparseSelfAdjointView, twists, and SparseQR more evaluator friendly
Gael Guennebaud
2015-06-24
*
Inherit operator+= and -= with 'using' kkeyword
Gael Guennebaud
2015-06-24
*
Fix regression on CompressedStorage::operator=
Gael Guennebaud
2015-06-20
*
Merged in vanhoucke/eigen_vanhoucke (pull request PR-118)
Gael Guennebaud
2015-06-20
|
\
*
|
Get rid of class internal::nested<> (still have to updated Tensor module)
Gael Guennebaud
2015-06-19
|
*
Fix undefined behavior. When resizing a default-constructed SparseArray, we e...
vanhoucke
2015-06-19
|
/
*
Introduce a AliasFreeProduct option for Permutations and Transpositions
Gael Guennebaud
2015-06-19
*
Clean implementation of permutation * matrix products.
Gael Guennebaud
2015-06-19
*
bug #910: add a StandardCompressedFormat option to Ref<SparseMatrix> to enfor...
Gael Guennebaud
2015-06-09
*
bug #650: fix sparse * dense wrt noalias and compound assignment
Gael Guennebaud
2015-06-09
*
Add missing documentation for TriangularViewImpl<MatrixType,Mode,Sparse>
Gael Guennebaud
2015-06-09
*
Fix shadow warnings triggered by clang
Gael Guennebaud
2015-06-09
*
bug #1005: fix regression regarding sparse coeff-wise binary operator that di...
Gael Guennebaud
2015-06-08
*
Avoid calling smart_copy with null pointers.
Gael Guennebaud
2015-05-25
*
bug #998: Started fixing doxygen warnings
Christoph Hertzberg
2015-05-01
*
bug #360: add value_type typedef to DenseBase/SparseMatrixBase
Gael Guennebaud
2015-04-24
*
Make sure that BlockImpl<const SparseMatrix> ctor is called with the right type
Gael Guennebaud
2015-04-21
*
simplify previous changeset: sub-expressions are nested by value
Gael Guennebaud
2015-04-18
*
bug #942: fix dangling references in evaluator of diagonal * sparse products.
Gael Guennebaud
2015-04-18
*
Make conversion from 0 to Scalar explicit (issue reported by Brad Bell)
Christoph Hertzberg
2015-04-13
*
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
*
SparseMatrix::insert: switch to a fully uncompressed mode if sequential inser...
Gael Guennebaud
2015-03-13
*
Bound pre-allocation to the maximal size representable by StorageIndex and th...
Gael Guennebaud
2015-03-13
*
Add missing coeff/coeffRef members to Block<sparse>, and extend unit tests.
Gael Guennebaud
2015-03-13
*
Add typedefs for return types of SparseMatrixBase::selfadjointView
Gael Guennebaud
2015-03-09
*
Check for no-reallocation in SparseMatrix::insert (bug #974)
Gael Guennebaud
2015-03-04
*
Improve efficiency of SparseMatrix::insert/coeffRef for sequential outer-inde...
Gael Guennebaud
2015-03-04
*
Add an internal assertion in makeCompressed to catch a possible risk of null-...
Gael Guennebaud
2015-02-18
*
Big 957, workaround MSVC/ICC compilation issue
Gael Guennebaud
2015-02-18
*
Suppress some remaining Index conversion warnings
Christoph Hertzberg
2015-02-17
*
Remove some useless typedefs
Gael Guennebaud
2015-02-16
*
Doc: explain how to free allocated memory in SparseMAtrix
Gael Guennebaud
2015-02-16
*
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
|
*
Cleaning and add more unit tests for Ref<SparseMatrix> and Map<SparseMatrix>
Gael Guennebaud
2015-02-09
|
*
Add a Ref<SparseMatrix> specialization.
Gael Guennebaud
2015-02-07
|
*
Add a Map<SparseMatrix> specialization.
Gael Guennebaud
2015-02-07
|
*
Make SparseTranspose inherit SparseCompressBase when possible
Gael Guennebaud
2015-02-07
|
*
Add a SparseCompressedBase class providing (un)compressed accessors (like dat...
Gael Guennebaud
2015-02-07
[next]