aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse
Commit message (Expand)AuthorAge
* synch with main devel branchGravatar Gael Guennebaud2009-07-14
|\
| * one more fix of the previous commit (forgot to update ei_must_nest_by_value)Gravatar Gael Guennebaud2009-07-13
| * fix typo in previous commitGravatar Gael Guennebaud2009-07-13
| * add a SparseNestByValue expression and fix issue in sparse adjoint evaluationGravatar Gael Guennebaud2009-07-13
* | * extended the cache friendly products to support C = alpha * A * M and C += ...Gravatar Gael Guennebaud2009-07-07
* | add a generic mechanism to copy a special matrix to a dense matrix so thatGravatar Gael Guennebaud2009-07-07
| * fixes a segfaultGravatar Gael Guennebaud2009-07-05
* | * update sparse module wrt new diagonal matrix implGravatar Gael Guennebaud2009-07-04
|/
* fixed typo in SuperLUSupport.hGravatar Moritz Lenz2009-06-17
* * rename PartialRedux to VectorwiseOpGravatar Gael Guennebaud2009-06-10
* SparseMatrix::resize() always resets the matrix to an empty oneGravatar Gael Guennebaud2009-06-08
* fix #10: the reallocateSparse function was half codedGravatar Gael Guennebaud2009-06-08
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* * optimize sum() for sparse matrices and vectorsGravatar Gael Guennebaud2009-05-19
* fix compilation with ICCGravatar Gael Guennebaud2009-05-18
* fix bug reported by Moritz Lenz about random setterGravatar Gael Guennebaud2009-05-18
* bugfix from Jens Mueller (s/RowMajor/IsRowMajor)Gravatar Gael Guennebaud2009-05-11
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* fix realloc when initial size was 0 (bug reported by Jens Mueller)Gravatar Gael Guennebaud2009-05-07
* oopsGravatar Gael Guennebaud2009-05-04
* new simplified API to fill sparse matrices (the old functions areGravatar Gael Guennebaud2009-05-04
* add auto transposition for vectorsGravatar Gael Guennebaud2009-04-30
* patch from Moritz Lenz to allow solving transposed problem with superluGravatar Gael Guennebaud2009-04-10
* fix memory leak in superlu backendGravatar Gael Guennebaud2009-04-10
* bugfix when the diagonal is not stored and assumed to be 1Gravatar Gael Guennebaud2009-04-10
* sparse module: new API proposal for triangular solves and experimentalGravatar Gael Guennebaud2009-04-05
* add an assertion in sparse LLT for invalid input matrixGravatar Gael Guennebaud2009-04-03
* CwiseUnaryOp -> SparseCwiseUnaryOpGravatar Benoit Jacob2009-04-01
* fix superLU backend: missing operator=Gravatar Gael Guennebaud2009-03-27
* fix Taucs support (it appears Taucs does not return sorted matrices)Gravatar Gael Guennebaud2009-03-26
* Add COMPONENT DevelGravatar Laurent Montel2009-02-23
* compilation fix for SuperLU 3.1Gravatar Gael Guennebaud2009-02-12
* fix m = m*m with m sparse (gug found by Frederik Heinz)Gravatar Gael Guennebaud2009-02-12
* some ICC fixesGravatar Gael Guennebaud2009-02-12
* various minor fixes in Sparse moduleGravatar Gael Guennebaud2009-02-10
* - add diagonal * sparse product as an expressionGravatar Gael Guennebaud2009-02-09
* add custom FindBLAS FindLAPACK working for c++ compilerGravatar Gael Guennebaud2009-02-05
* fix various Taucs and Cholmod issues (they have not been tested for a while)Gravatar Gael Guennebaud2009-02-04
* fix overflow in sparse productGravatar Gael Guennebaud2009-01-28
* add support for read/write sub sets of inner vectors (sparse module)Gravatar Gael Guennebaud2009-01-27
* fix MatrixNase::fillrand bugGravatar Gael Guennebaud2009-01-26
* sparse module: makes -= and += operator workingGravatar Gael Guennebaud2009-01-23
* fix a few remaining warningsGravatar Gael Guennebaud2009-01-23
* * fix compilation with gcc 3.4Gravatar Gael Guennebaud2009-01-23
* I hope this one fix the issue with MSVC and sparse moduleGravatar Gael Guennebaud2009-01-22
* perhaps fix a compilation issue in the sparse module with MSVCGravatar Gael Guennebaud2009-01-21
* sparse module:Gravatar Gael Guennebaud2009-01-21
* optimize A * v product for A sparse and row majorGravatar Gael Guennebaud2009-01-19
* add a flexible sparse matrix class designed for fast matrix assemblyGravatar Gael Guennebaud2009-01-19
* add a smart realloc algorithm when filling a sparse matrixGravatar Gael Guennebaud2009-01-18