aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* 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 ↵Gravatar Gael Guennebaud2011-12-16
| | | | product
* fig bug #396: add a static assertion on the storage order of a sparse-sparse ↵Gravatar Gael Guennebaud2011-12-15
| | | | coeff-wise binary op
* Remove evaluators for 2.1 release.Gravatar Jitse Niesen2011-12-14
| | | | We plan to re-instate them when we branch 2.2 (see bug #388).
* remove a file that was not intended to be committedGravatar Gael Guennebaud2011-12-13
|
* Remove asserts that eigenvalue computation has converged (bug #354).Gravatar Jitse Niesen2011-12-12
|
* fix sparse insertion exampleGravatar Gael Guennebaud2011-12-11
|
* 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
|
* add cholmod_support unit testsGravatar Gael Guennebaud2011-12-10
|
* enforce weak linking of xerblaGravatar 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
| | | | -> intersection() is deprecated
* 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, ↵Gravatar Gael Guennebaud2011-12-09
| | | | update copyrights
* 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
| | | | wrapper classes, refine a bit the EIGEN_USE_* logic
* Fix MSVC integer overflow warningGravatar Sebastian Lipponer2011-12-09
|
* add missing CMakeLists.txtGravatar Gael Guennebaud2011-12-09
|
* add user defined CXX and LINKER flag cmake variables for the unit testsGravatar 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
| | | | | | however, this requires some more works: - add const qualifiers in the declarations of blas.h - add the possibility to add a suffix to blas function names
* - split and rename defined tokens to enable the use of BLAS/Lapack/VML/etcGravatar Gael Guennebaud2011-12-09
| | | | - include MKL headers outside the Eigen namespace.
* Intel(R) MKL support added.Gravatar karturov2011-12-05
| | | | | | | | | | * * * License disclaimer changed to BSD license for MKL_support.h * * * Pardiso support fixed, test added. blas/lapack tests fixed: Scalar parameter was added in Cholesky, product_matrix_vector_triangular remaned to triangular_matrix_vector_product. * * * PARDISO test was added physically.
* fix min/max clash with clang's header by including fstream beforehandGravatar Gael Guennebaud2011-12-08
|
* remove dead codeGravatar Gael Guennebaud2011-12-08
|
* suppress deprecated warning when compiling legacy testsGravatar Gael Guennebaud2011-12-08
|
* add missing CMakeLists.txt in SplinesGravatar Gael Guennebaud2011-12-08
|
* Document QuaternionBase, minor doc improvements.Gravatar Jitse Niesen2011-12-08
| | | | | | | * Document class QuaternionBase so that docs for members are displayed. * Remove obsolete \redstar refering to Array module * Fix typo in Constants.h * Document EIGEN_NO_AUTOMATIC_RESIZING
* improve compiler name and version detectionGravatar Gael Guennebaud2011-12-07
|
* fix detection of ICC versionGravatar Gael Guennebaud2011-12-06
|
* improve compiler and architecture detectionGravatar Gael Guennebaud2011-12-06
|
* eigen_gen_docs: dont try to update permissions on serverGravatar Thomas Capricelli2011-12-06
|
* Added tag 3.1.0-alpha1 for changeset e017f798eba1847fcfa16f0ce03ff96a4ef6a07eGravatar Gael Guennebaud2011-12-06
|
* bumpGravatar Gael Guennebaud2011-12-06
|
* Fixed a typo.Gravatar Hauke Heibel2011-12-06
|
* fix QuaternionBase::cast.Gravatar Gael Guennebaud2011-12-05
| | | | It did not work with clang, and I'm unsure how it worked for gcc/msvc since QuaternionBase was introduced
* fix compilation with clangGravatar Gael Guennebaud2011-12-05
|
* fix bug #223: SparseMatrix::Flags no longer encode triangularness informationGravatar Gael Guennebaud2011-12-05
|
* fig bug #373: compilation error with clang 2.9 when exceptions are disabled ↵Gravatar Gael Guennebaud2011-12-05
| | | | (cannot reproduce with clang 3.0 or 3.1)
* 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
|
* Added docs to the spline module.Gravatar Hauke Heibel2011-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 ↵Gravatar Gael Guennebaud2011-12-04
| | | | remove their "_" prefix.