aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* forgot to include this file in previous commit (needed for lapack)Gravatar Gael Guennebaud2011-02-18
|
* now cholmod, umfpack, and superlu uses our own BLAS and LAPACK libsGravatar Gael Guennebaud2011-02-18
|
* add lapack interface to real symmetric eigenvalue dec and enable building of ↵Gravatar Gael Guennebaud2011-02-18
| | | | the lapack shared library
* it is now up to user of these Find* module to find and link to BLAS and/or ↵Gravatar Gael Guennebaud2011-02-18
| | | | LAPACK
* clean a bit SuperLU declarationsGravatar Gael Guennebaud2011-02-18
|
* fix division by zero if the matrix is exactly zeroGravatar Gael Guennebaud2011-02-17
|
* for consistency forward declare tan, asin, acos functorsGravatar Gael Guennebaud2011-02-17
|
* use C linkage for umfpack (might fix some linking issues)Gravatar Gael Guennebaud2011-02-17
|
* mention std::ptr_fun in the quickref guideGravatar Gael Guennebaud2011-02-17
|
* typoGravatar Gael Guennebaud2011-02-17
|
* factorize implementation of standard real unary math functions, and add ↵Gravatar Gael Guennebaud2011-02-17
| | | | acos, asin
* make check no test everything - also rm the EigenTesting cmake sub-projectGravatar Gael Guennebaud2011-02-17
|
* fix unused var warningGravatar Benoit Jacob2011-02-17
|
* forgot to include this file in one pretty old commit (missing EXCLUDE_FROM_ALL)Gravatar Gael Guennebaud2011-02-17
|
* Add blas tests for buildtests target.Gravatar Jitse Niesen2011-02-17
|
* remove #include <iostream> at the wrong placeGravatar Benoit Jacob2011-02-17
|
* Include necessary header files when working around bug #89.Gravatar Jitse Niesen2011-02-17
| | | | Fixes bug #188.
* with old gcc (bug #89), only include iostream in debug modeGravatar Benoit Jacob2011-02-16
|
* properly report OpenGL as a disabled backendGravatar Gael Guennebaud2011-02-16
|
* fix intallation of unsupported modulesGravatar Gael Guennebaud2011-02-16
|
* undo debugging changeGravatar Benoit Jacob2011-02-16
|
* Fix bug #89: on GCC <= 4.3, use a custom assert implementation to work ↵Gravatar Benoit Jacob2011-02-16
| | | | around a compiler bug
* Replace unset() by set() with no value specified; this does the same.Gravatar Jitse Niesen2011-02-16
| | | | unset() was introduced in CMake 2.6.3 but we require only 2.6.2.
* CTEST_CUSTOM_* parameter have to be put in a CTestCustum.cmake file which ↵Gravatar Gael Guennebaud2011-02-15
| | | | itself has to be in the build directory
* now ctest does compile the test even though they are not in the "all" targetGravatar Gael Guennebaud2011-02-15
|
* fix bug #184 (warning)Gravatar Gael Guennebaud2011-02-14
|
* fix stupid warning (bug #185)Gravatar Gael Guennebaud2011-02-14
|
* Improve the Transform interface in order to prevent T.rotation() = R from ↵Gravatar Hauke Heibel2011-02-14
| | | | compiling.
* Improve documentation of plugins.Gravatar Jitse Niesen2011-02-13
|
* Added tag 3.0-beta3 for changeset 58986ac832728707618ff43f34d0cf120226d6f6Gravatar Benoit Jacob2011-02-12
|
* bumpGravatar Benoit Jacob2011-02-12
|
* Mention comma initializer can be used to concatenate vectorsGravatar Jitse Niesen2011-02-12
| | | | (inspired by a question on IRC)
* MSVC does not like using uninitialized SSE variables, so we have to pass all ↵Gravatar Hauke Heibel2011-02-12
| | | | zeros.
* MergeGravatar Hauke Heibel2011-02-12
|\
* | Disabled warning regarding the use of uninitialized variables on MSVC.Gravatar Hauke Heibel2011-02-12
| |
| * Write topic page for storage orders.Gravatar Jitse Niesen2011-02-12
|/
* Added configuration file for the 'eol' extension.Gravatar Hauke Heibel2011-02-12
|
* implement optimized ploadu for MSVC10: this also fix bad code generation in ↵Gravatar Gael Guennebaud2011-02-12
| | | | gebp_kernel :)
* since gebp_kernel handled the scaling by alpha it used too many packets, ↵Gravatar Gael Guennebaud2011-02-12
| | | | this patch fix that.
* doc fixesGravatar Benoit Jacob2011-02-11
|
* Reduced error traces when mixing matrices with different scalar types.Gravatar Hauke Heibel2011-02-11
|
* fix Transform documention regarding ModeGravatar Gael Guennebaud2011-02-10
|
* fix typoGravatar Benoit Jacob2011-02-10
|
* document the eigen2 support stagesGravatar Benoit Jacob2011-02-10
|
* The pfirst hack is needed also on msvc 2010 as it gets completely nuts, even ↵Gravatar Benoit Jacob2011-02-09
| | | | though it doesnt segfault as msvc 2008 did
* remove debug #errorGravatar Benoit Jacob2011-02-09
|
* back out changeset efdf2e405664163c685127aecec53a21977f8031Gravatar Benoit Jacob2011-02-09
| | | | . It turns out that the SSE3 header is always included, even without any SSE enabled, so it was making us wrongly use SSE3 paths. Backing this out fixes msvc related crashes, at least bug #165.
* fix redundancyGravatar Gael Guennebaud2011-02-09
|
* workaround gcc 4.2.1 ICE (fix bug #145)Gravatar Gael Guennebaud2011-02-09
|
* fix memory leak (when conservatively resizing vectors of dynamically ↵Gravatar Gael Guennebaud2011-02-07
| | | | allocated scalar types such as bugnums)