aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* improve packetmath unit testGravatar Gael Guennebaud2011-02-23
|
* implement ploaddup for complex and SSE/NEON even though they are not used in ↵Gravatar Gael Guennebaud2011-02-23
| | | | practice
* implement ploaddup for altivec and add respective unit testGravatar Gael Guennebaud2011-02-23
|
* fix overflow in packetmath unit testGravatar Gael Guennebaud2011-02-23
|
* fix a couple of issues with pcplxflipGravatar Gael Guennebaud2011-02-23
|
* mention reverse and replicate in the quick refGravatar Gael Guennebaud2011-02-23
|
* implement pcplxflip for altivecGravatar Gael Guennebaud2011-02-23
|
* add unit test for pcplxflipGravatar Gael Guennebaud2011-02-23
|
* implement workarounds for MSVC IDEs and the Experimental targetGravatar Gael Guennebaud2011-02-23
|
* same for neonGravatar Gael Guennebaud2011-02-23
|
* Altivec: fix infinite loop (ei_ -> internal:: change)Gravatar Gael Guennebaud2011-02-23
|
* suppress unused warningGravatar Gael Guennebaud2011-02-23
|
* do not try to use Eigen's blas/lapack if they cannot be compiledGravatar Gael Guennebaud2011-02-23
|
* fix no newline warningGravatar Gael Guennebaud2011-02-23
|
* add missing AlignedOnScalarGravatar Gael Guennebaud2011-02-22
|
* fix icc warning #68Gravatar Benoit Jacob2011-02-22
|
* add EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS non-default option. Use it in ↵Gravatar Benoit Jacob2011-02-22
| | | | our own CMakeLists. also add a include-guard-like mechanism to prevent doing unmatched #pragma warning push/pop.
* mergeGravatar Benoit Jacob2011-02-22
|\
* | ICC 12 / linux only defined __INTEL_COMPILER, not __intel_compilerGravatar Benoit Jacob2011-02-22
| |
* | shut up stupid ICC warningsGravatar Benoit Jacob2011-02-22
| |
* | fix legitimate ICC 12 warningGravatar Benoit Jacob2011-02-22
| |
| * altivec compilation fixGravatar Gael Guennebaud2011-02-22
|/
* 'fix' a couple of clang -Wconstant-logical-operand warnings (still not ↵Gravatar Benoit Jacob2011-02-22
| | | | convinced about the pertinence of that warning)
* __attribute__((flatten)) seems to be recognized by neither clang nor icc ↵Gravatar Benoit Jacob2011-02-22
| | | | despite these compilers defining __GNUC__.
* also test non_projective_only with row major transformationsGravatar Gael Guennebaud2011-02-22
|
* fix bug #190: directly pass Transform Options to Matrix, allowing to use ↵Gravatar Benoit Jacob2011-02-22
| | | | RowMajor. Fix issues in Transform with non-default Options.
* gcc 4.4 also defines float32_t as a special typeGravatar Gael Guennebaud2011-02-22
|
* disable output compression since this feature seems to be brokenGravatar Gael Guennebaud2011-02-21
|
* more compilation fixes for altivecGravatar Gael Guennebaud2011-02-21
|
* fix compilationGravatar Gael Guennebaud2011-02-21
|
* workaround ICC aggressive optimizationGravatar Gael Guennebaud2011-02-21
|
* fix ICE and warning with gcc 4.2.4Gravatar Gael Guennebaud2011-02-21
|
* link to blas/lapack only when needed, and use the static versions to ↵Gravatar Gael Guennebaud2011-02-21
| | | | hopefully workaround weird linking issues to gfortranbegin (see jitse dashboard)
* fix bug #176 (workaround a too aggressive optimization made by ICC)Gravatar Gael Guennebaud2011-02-21
|
* enable some tests that have been commented outGravatar Gael Guennebaud2011-02-18
|
* fix umfpack with complexesGravatar Gael Guennebaud2011-02-18
|
* remove unused codeGravatar Gael Guennebaud2011-02-18
|
* forgot that one, againGravatar Gael Guennebaud2011-02-18
|
* mergeGravatar Gael Guennebaud2011-02-18
|\
* | remove largeEps in adjoint unit test and use a more accurate ↵Gravatar Gael Guennebaud2011-02-18
| | | | | | | | test_isApproxWithRef test.
| * fix bug #187: stable norm test was quite brokenGravatar Benoit Jacob2011-02-18
|/
* fix bug #186 (in 32 bits mode, gcc 4.3 messed up with pfirst for complex<float>)Gravatar Gael Guennebaud2011-02-18
|
* fix bug #189 (issue with fortran concentions to return COMPLEX values)Gravatar Gael Guennebaud2011-02-18
|
* extend mapstride unit test to test unaligned configurationsGravatar Gael Guennebaud2011-02-18
|
* fix a segfault in "slice vectorization" when the destination might not be ↵Gravatar Gael Guennebaud2011-02-18
| | | | aligned on a scalar (complex<double>)
* back to brute force linking to sparse libraries (fix cmake when these libs ↵Gravatar Gael Guennebaud2011-02-18
| | | | are not found)
* 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