aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* workaround doxygen limitation to follow the base class of PlainObjectBaseGravatar Gael Guennebaud2011-12-19
* rm local fill-in ratio estimation (was broken sometimes)Gravatar Gael Guennebaud2011-12-16
* implement a more optimistic heuristic to predict the nnz of a saprse*sparse p...Gravatar Gael Guennebaud2011-12-16
* fig bug #396: add a static assertion on the storage order of a sparse-sparse ...Gravatar Gael Guennebaud2011-12-15
* Remove evaluators for 2.1 release.Gravatar Jitse Niesen2011-12-14
* Remove asserts that eigenvalue computation has converged (bug #354).Gravatar Jitse Niesen2011-12-12
* remove redundant declaration (fix compilation with clang 3.0)Gravatar Gael Guennebaud2011-12-11
* s/compressed()/isCompressed()Gravatar Gael Guennebaud2011-12-10
* Cholmod: add support for uncompressed SparseMatrix objectsGravatar Gael Guennebaud2011-12-10
* trivial compilation fixGravatar Gael Guennebaud2011-12-10
* feature 297: s/intersectionPoint/pointAt, fix documentation, add a unit testGravatar Gael Guennebaud2011-12-10
* feature 297: add ParametrizedLine::intersectionPoint() and intersectionParam()Gravatar Andy Somerville2011-12-10
* bug #352:properly cast constantsGravatar Igor Krivenko2011-12-09
* fix compilation with EIGEN_NO_DEBUGGravatar Gael Guennebaud2011-12-09
* feature 319: fix LDLT::rankUpdate for complex/upper, simply the algortihm, up...Gravatar Gael Guennebaud2011-12-09
* feature 319: Add update and downdate functionality to LDLTGravatar Tim Holy2011-12-09
* add a "using MKL" documentation page, add a minimal documentation of PARDISO ...Gravatar Gael Guennebaud2011-12-09
* Fix MSVC integer overflow warningGravatar Sebastian Lipponer2011-12-09
* add missing CMakeLists.txtGravatar Gael Guennebaud2011-12-09
* mv blas.h to src/misc such that it would be possible to use any blas libraries,Gravatar Gael Guennebaud2011-12-09
* - split and rename defined tokens to enable the use of BLAS/Lapack/VML/etcGravatar Gael Guennebaud2011-12-09
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* Document QuaternionBase, minor doc improvements.Gravatar Jitse Niesen2011-12-08
* bumpGravatar Gael Guennebaud2011-12-06
* fix QuaternionBase::cast.Gravatar Gael Guennebaud2011-12-05
* fix compilation with clangGravatar Gael Guennebaud2011-12-05
* fig bug #373: compilation error with clang 2.9 when exceptions are disabled (...Gravatar Gael Guennebaud2011-12-05
* fix bug #384: add a static assertion on the Index type which has to be signedGravatar Gael Guennebaud2011-12-04
* fix bug #294: add a diagonal() method to SparseMatrix (const)Gravatar Gael Guennebaud2011-12-04
* fix bug #221: remove the dense to SparseVector conversion ctor.Gravatar Gael Guennebaud2011-12-04
* fix bug #281: replace csparse macros by template functionsGravatar Gael Guennebaud2011-12-04
* fix bug #341: trisove on MappedSparseMatrixGravatar Gael Guennebaud2011-12-04
* fix bug #356: fix TriangularView::InnerIterator for unit diagonalsGravatar Gael Guennebaud2011-12-04
* make the accessors to internal sparse storage part of the public API and remo...Gravatar Gael Guennebaud2011-12-04
* add SparseVector::ReverseInnerIteratorGravatar Gael Guennebaud2011-12-04
* add ReverseInnerIterators to loop over the elements in reverse order,Gravatar Gael Guennebaud2011-12-03
* fix bug #282: add the possibiliry to shift the diagonal coefficients via a li...Gravatar Gael Guennebaud2011-12-03
* Eigen2sSupport: import some fixes from the 3.0 branch (MSVC fix)Gravatar Gael Guennebaud2011-12-03
* improve documentation of some sparse related classesGravatar Gael Guennebaud2011-12-02
* Sparse matrix insertion:Gravatar Gael Guennebaud2011-12-02
* - move CompressedStorage and AmbiVector into internal namespaceGravatar Gael Guennebaud2011-12-02
* Extend tutorial page on broadcasting to reflect recent changes.Gravatar Jitse Niesen2011-12-01
* fix assigment from uncompressedGravatar Gael Guennebaud2011-11-30
* bug fix in SparseSelfAdjointTimeDenseProduct for empty rows or columnsGravatar Gael Guennebaud2011-11-30
* bug fix in SparseView::incrementToNonZeroGravatar Gael Guennebaud2011-11-30
* add more support for uncompressed modeGravatar Gael Guennebaud2011-11-30
* cleanning pass on the sparse modules:Gravatar Gael Guennebaud2011-11-28
* fix alignment computation in Block and MapBase such that aligned means aligne...Gravatar Gael Guennebaud2011-11-28
* bug #383 - EIGEN_ASM_COMMENT broken in C++11Gravatar Marc Glisse2011-11-26
* fix CG exampleGravatar Gael Guennebaud2011-11-24