aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore
Commit message (Collapse)AuthorAge
...
* Fix overlaping operands when calling memcpyGravatar Gael Guennebaud2013-03-04
|
* Remove assumption on RowMajorBit==RowMajor and ColMajor==0Gravatar Gael Guennebaud2013-03-01
|
* Fix "routine is both "inline" and "noinline"" warningsGravatar Gael Guennebaud2013-02-28
|
* Fix "type qualifiers are meaningless here" warningsGravatar Gael Guennebaud2013-02-28
|
* bug #482: pass scalar arguments by const references. Still remains a few ↵Gravatar Gael Guennebaud2013-02-25
| | | | cases that might affect the ABI (see the bug entry)
* Fix segfault in SparseBlock::InnerIteratorGravatar Gael Guennebaud2013-02-25
|
* Add a rank-revealing feature to sparse QRGravatar Desire NUENTSA2013-02-15
|
* Change int to Index type for SparseLUGravatar Desire NUENTSA2013-01-29
|
* Fix documentation for SparseLUGravatar Desire NUENTSA2013-01-21
|
* Move the definition of DenseBase::InnerIterator to Core module. (needed to ↵Gravatar Gael Guennebaud2013-01-15
| | | | make blueNorm generic)
* Move SparseColEtree common to SparseLU and SparseQR to SparseCore and fix ↵Gravatar Desire NUENTSA2013-01-14
| | | | build issue of sparseqr
* Add support for sparse blueNormGravatar Desire NUENTSA2013-01-11
|
* Fix _data() versus data() issue in SparseVector, and add a Storage typedef ↵Gravatar Gael Guennebaud2013-01-05
| | | | just like SparseMatrix.
* Make KroneckerProductSparse inherit EigenBase instead of SparseMatrixBase, ↵Gravatar Chen-Pang He2012-10-25
| | | | for it does not provide an InnerIterator.
* Make kroneckerProduct take two arguments and return an expression, which is ↵Gravatar Chen-Pang He2012-10-15
| | | | more straight-forward.
* Remove useless empty file.Gravatar Gael Guennebaud2013-01-03
|
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
|
* Fix bug #535: unused variable warningsGravatar Gael Guennebaud2012-12-16
|
* 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<> ↵Gravatar Gael Guennebaud2012-11-16
| | | | | | specialization for Sparse expression. The specializations for "InnerPanels" are still preserved for efficiency reasons and because they offer additional usefull features.
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
| | | | | - remove most of the metaprogramming kung fu in MathFunctions.h (only keep functions that differs from the std) - remove the overloads for array expression that were in the std namespace
* fix dense=sparse*diagonal (there was an issue in the values returned by the ↵Gravatar Gael Guennebaud2012-10-03
| | | | .outer() function of the related iterators)
* add an assertion when inserting an already existing elementGravatar Gael Guennebaud2012-10-02
|
* fix SparseMatrix option bit flag in eval<> helperGravatar Gael Guennebaud2012-09-27
|
* merge Sparse LU branchGravatar Desire NUENTSA2012-09-07
|\
| * Add tutorial for sparse solversGravatar Desire NUENTSA2012-09-07
| |
| * Improve the permutationGravatar Desire NUENTSA W.2012-07-27
| |
* | SparseMatrix: add missing ctor for ReturnByValueGravatar Gael Guennebaud2012-07-25
| |
* | Fix aliasing issue in sparse matrix assignment.Gravatar Gael Guennebaud2012-07-25
| | | | | | | | (m=-m; or m=m.transpose(); with m sparse work again)
* | Fix some illegal memory access in sparse conservativeResize()Gravatar Jitse Niesen2012-07-20
| |
* | bug #449: add SparseMatrix::conservativeResize featureGravatar Benjamin Piwowarski2012-07-19
| |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
| |
* | workaround compilation issue with MSVC 2005Gravatar Gael Guennebaud2012-07-02
| |
* | bug #482: pass scalar by const ref - pass on the sparse moduleGravatar Gael Guennebaud2012-06-28
| | | | | | | | (also fix a compilation issue due to previous pass)
* | fix documentaion of twistedByGravatar Gael Guennebaud2012-06-07
|/
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
|
* add sparse * permutation products with assiciated unit testsGravatar Gael Guennebaud2012-03-29
|
* add sparse-selfadjoint to sparse-selfadjoint assignment operatorsGravatar Gael Guennebaud2012-03-29
| | | | (no need to use .twistedBy(I) anymore)
* remove parenthesis suggestion warningGravatar Gael Guennebaud2012-03-14
|
* add 2 missing ReverseInnerIteratorsGravatar Gael Guennebaud2012-03-14
|
* export IsRowMajor in MappedSparseMatrixGravatar Gael Guennebaud2012-03-09
|
* simplify and speedup sparse * dense matrix productsGravatar Gael Guennebaud2012-03-01
|
* allow null elements in sparse assignmentsGravatar Desire NUENTSA2012-02-29
|
* fix a couple of warningsGravatar Gael Guennebaud2012-02-27
|
* fix symmetric permuatation for mixed storage ordersGravatar Gael Guennebaud2012-02-27
|
* declare a ReverseInnerIterator in sparse CwiseBinaryOp. These ↵Gravatar Gael Guennebaud2012-02-23
| | | | ReverseInnerIterator should probably be removed anyway since we currently don't have real use cases for them. The only one in TriangularSolver could be advantageously replaced by a binary search.
* bug #419: Add spaces between adjacent > in template argumentsGravatar Christoph Hertzberg2012-02-15
|
* Modify the symmetric permutation to deal with nonsymmetric matricesGravatar Desire NUENTSA2012-02-10
|
* Adding support for twistedby on SparseMatrixBaseGravatar Desire NUENTSA2012-02-08
|