aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse
Commit message (Expand)AuthorAge
* Added EIGEN_REF_TO_TEMPORARY define for rvalue support.Gravatar Hauke Heibel2009-09-21
* implement __gnuc_forget_about_setZero_its_over_nowGravatar Gael Guennebaud2009-09-18
* finish my evalToDense => evalTo changeGravatar Gael Guennebaud2009-09-17
* fix another .stride() issue in Cholmod supportGravatar Gael Guennebaud2009-09-07
* bug fix in SuperLU support: the meaning of Matrix::stride() changed for vectorsGravatar Gael Guennebaud2009-09-07
* enable ILU in super LU only if the super version supports itGravatar Gael Guennebaud2009-09-04
* Added support for SuperLU's ILU factorizationGravatar Peter Román2009-08-21
* compilation fix in AmbiVector<int>Gravatar Gael Guennebaud2009-08-31
* Fix compilation in sparse moduleGravatar Gael Guennebaud2009-08-06
* remove remnant of MultiplierBaseGravatar Benoit Jacob2009-08-06
* make the dot product linear in the second variable, not the first variableGravatar Benoit Jacob2009-08-03
* bug fix in inverse for 1x1 matrix,Gravatar Gael Guennebaud2009-07-27
* 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