aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * | Added prod() reduction to the AsciiQuickReference.Gravatar Hauke Heibel2009-10-14
| | |
| * | add missing PartialReduxExpr::coeff(index) functionGravatar Gael Guennebaud2009-10-13
| | |
| * | compilation fix: make the generic template ctor explicitGravatar Gael Guennebaud2009-10-13
| | |
| * | trivial compilation fixGravatar Gael Guennebaud2009-10-13
| | |
| * | also test that the matrix Q is unitaryGravatar Benoit Jacob2009-10-12
| | |
| * | Fixed nmake parameter.Gravatar Hauke Heibel2009-10-09
| | | | | | | | | | | | | | | Disabled debug_* targets for MSVC_IDE (they already exist). Removed the make usage message for MSVC_IDE.
| * | mergeGravatar Gael Guennebaud2009-10-07
| |\ \
| * | | extend the sparse matrix assembly benchmarkGravatar Gael Guennebaud2009-10-07
| | | |
| * | | really fix stable norm compilation for older gccGravatar Gael Guennebaud2009-10-07
| | | |
| * | | - remove the debug_test_* targets from "all"Gravatar Gael Guennebaud2009-10-07
| | | | | | | | | | | | | | | | | | | | | | | | (otherwise they are compiled when you simply run make in test/ or when enforcing "test" to be part of "all") - add linking libraries to the debug_test_* targets
| | * | the answer to the ultimate question in life is: 664Gravatar Benoit Jacob2009-10-06
| | | |
| | * | mergeGravatar Benoit Jacob2009-10-06
| | |\ \ | | |/ / | |/| |
| | * | allow arbitrary resulttype, fixes Xuewen's issue, and this stuff is going to ↵Gravatar Benoit Jacob2009-10-06
| | | | | | | | | | | | | | | | get deeply refactored soon anyway.
| * | | fix compilation in stable norm, move a platform check to the unit testsGravatar Gael Guennebaud2009-10-06
| | | |
| * | | discard vectorization in matrix-vector product when data is not evenGravatar Gael Guennebaud2009-10-05
| |/ / | | | | | | | | | aligned on the scalar type size (e.g., for double on 32 bits system without -malign-double)
| * | after all we're not aligning to 8byte boundaryGravatar Benoit Jacob2009-10-05
| | | | | | | | | | | | keep most of the changes though as they make the code more extensible
| * | mergeGravatar Benoit Jacob2009-10-05
| |\ \
| * | | we were already aligning to 16 byte boundary fixed-size objects that are ↵Gravatar Benoit Jacob2009-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | multiple of 16 bytes; now we also align to 8byte boundary fixed-size objects that are multiple of 8 bytes. That's only useful for now for double, not e.g. for Vector2f, but that didn't seem to hurt. Am I missing something? Do you prefer that we don't align Vector2f at all? Also, improvements in test_unalignedassert.
| | * | added cygwin specific stuffGravatar Hauke Heibel2009-10-05
| |/ /
| * | remove unneeded stuffGravatar Benoit Jacob2009-10-05
| | |
| * | next attempt ... introduce EIGEN_CMAKE_RUN_FROM_CTEST, in that case don't ↵Gravatar Benoit Jacob2009-10-05
| | | | | | | | | | | | EXCLUDE_FROM_ALL
| * | finally, the right fix: set CTEST_BUILD_TARGET.Gravatar Benoit Jacob2009-10-04
| | | | | | | | | | | | So this is the come-back of btest target, and the default target is empty again.
| * | dd first-time tip, to warn against doing "make".Gravatar Benoit Jacob2009-10-03
| | | | | | | | | | | | now i think we're reasonably safe.
| * | use provided $USER if available, let the caller do the update (safer)Gravatar Thomas Capricelli2009-10-04
| | |
| * | add INSTALL and message about no need to do "make"Gravatar Benoit Jacob2009-10-03
| | |
| * | add debug targets like debug_qr to build a specific test with debug infoGravatar Benoit Jacob2009-10-03
| | | | | | | | | | | | remove the btest target, instead just do "make" since anyway we have to let "make" build the tests
| * | fix #59, can't EXCLUDE_FROM_ALL the test directoryGravatar Benoit Jacob2009-10-03
| | |
| * | Added cmake project definitions.Gravatar Hauke Heibel2009-10-02
| | |
| * | forgot to hg add this fileGravatar Benoit Jacob2009-10-02
| | |
| * | fix permissions 666->660Gravatar Benoit Jacob2009-10-02
| | |
| * | finally, actually purge the Main PageGravatar Benoit Jacob2009-10-02
| | |
| * | mergeGravatar Gael Guennebaud2009-10-01
| |\ \
| * | | better fix for (v * v') * v, we still have to find a way to reorder itGravatar Gael Guennebaud2009-10-01
| | | |
| | * | mergeGravatar Benoit Jacob2009-10-01
| |/| |
| * | | Fixed wrong line endings.Gravatar Hauke Heibel2009-10-01
| | | |
| | * | make Replicate ctor require the exact expected typeGravatar Benoit Jacob2009-09-30
| |/ /
| * | bugfix in the eigenvalue solvers (forgot to resize the eigen vectors)Gravatar Gael Guennebaud2009-09-30
| | |
| * | *add test to prevent future regressionGravatar Benoit Jacob2009-09-29
| | |
| * | add outerproduct coeff(int,int) method.Gravatar Benoit Jacob2009-09-29
| | | | | | | | | | | | | | | | | | This is needed to make this expression work: (vec1*vec2.transpose())*vec3 Gael, no objection? Seems to make sense as that's fast.
| * | more message improvements, tell the user about building a specific testGravatar Benoit Jacob2009-09-28
| | |
| * | Fix compilation of HouseholderQR and ColPivotingHouseholderQR for non-square ↵Gravatar Benoit Jacob2009-09-28
| | | | | | | | | | | | | | | | | | | | | fixed-size matrices. For Colpiv that was just changing MatrixQType to MatrixType in the instantiation of HouseholderSequence. For HouseholderQR I also re-ported the solve method from Colpiv as there were multiple issues.
| * | * update test to expose bug #57Gravatar Benoit Jacob2009-09-28
| | | | | | | | | | | | * update createRandomMatrixOfRank to support fixed size
| * | default argument for _jac in functor operator() : this way, we can useGravatar Thomas Capricelli2009-09-28
| | | | | | | | | | | | AutoDiffJacobian::operator()(x,value) exactly as the original functor
| * | * bump to 2.90.0 now that it's agreed that we're doing eigen3Gravatar Benoit Jacob2009-09-27
| | | | | | | | | | | | | | | | | | | | | ---> question: do we change the prefix eigen2/ to eigen3/ now? no, better wait until we've also changed the repository name * more message improvements: "Install Eigen" was unclear as it left out other things like the BLAS library
| * | improve messageGravatar Benoit Jacob2009-09-27
| | |
| * | remove references to adolc and split tests functions for clarityGravatar Thomas Capricelli2009-09-27
| | |
| * | * Introduce make targets btest (build tests), blas (build blas lib), demos ↵Gravatar Benoit Jacob2009-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | (build demos). * remove EIGEN_BUILD_TESTS and siblings * add summary at the end of cmake run, hopefully not too verbose * fix build of quaternion demo * kill remnants of old binary library option
| * | remove the hack we made to allow api.kde.org to generate the dox. Update the ↵Gravatar Benoit Jacob2009-09-27
| | | | | | | | | | | | error help page.
| * | Ok, too many class bodies - it was only required for ↵Gravatar Hauke Heibel2009-09-27
| | | | | | | | | | | | ei_svd_precondition_2x2_block_to_be_real.
| * | Added private, non-implemented assignment operators to functions that don't ↵Gravatar Hauke Heibel2009-09-27
| | | | | | | | | | | | need them (fixes VC warning on /W4).