aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Fixed swapping and corresponding MSVC compilation.Gravatar Hauke Heibel2010-01-10
|
* Fixed MSVC compilation.Gravatar Hauke Heibel2010-01-10
|
* doc/A05_PortingFrom2To3.dox: fix typosGravatar Jitse Niesen2010-01-09
|
* triangularView<UpperTriangular> --> triangularView<Upper>Gravatar Jitse Niesen2010-01-08
| | | | | Necessary after c5d7c9f0def693e77797e6e43cb1fd2e7f8ae2fd (big delete of "triangular").
* test/triangular.cpp: isUpper() --> isUpperTriangular()Gravatar Jitse Niesen2010-01-08
| | | | | | | Necessary to get the test to compile after c5d7c9f0def693e77797e6e43cb1fd2e7f8ae2fd . I'm assuming that isUpperTriangular() is the name we want; the alternative is to change Eigen/src/Core/{MatrixBase,TriangularMatrix}.h
* implement BandMatrix::evalTo (thus avoid infinite recursion when assigning a ↵Gravatar Benoit Jacob2010-01-07
| | | | BandMatrix to a Matrix)
* finally, undo thisGravatar Benoit Jacob2010-01-07
|
* Backed out changeset 58fb27cd566f4057cee914be4cfe4f87abe8dc04Gravatar Benoit Jacob2010-01-07
|
* undoGravatar Benoit Jacob2010-01-07
|
* undo my last commitGravatar Benoit Jacob2010-01-07
|
* Added std::sqrt(std::complex<float>) and std::sqrt(std::complex<double>) ↵Gravatar Trevor Irons2010-01-07
| | | | support to MathFunctions.h
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
| | | | and remove the respective bit flags
* make applyHouseholderOnTheRight take a row vector, not a column vector:Gravatar Benoit Jacob2010-01-07
| | | | this is how it's used in practice.
* typoGravatar Gael Guennebaud2010-01-06
|
* improved a bit the list of API changesGravatar Gael Guennebaud2010-01-06
|
* Various documentation updates:Gravatar Gael Guennebaud2010-01-06
| | | | | | - update the tutorial - update doc of deprecated cwise function - update cwise doc snippets
* a couple of fixesGravatar Gael Guennebaud2010-01-06
|
* actually stop on failureGravatar Thomas Capricelli2010-01-06
|
* mergeGravatar Benoit Jacob2010-01-06
|\
* | fix commentsGravatar Benoit Jacob2010-01-06
| |
| * started a page on the porting from Eigen2 to 3, updated a bit the tutorialGravatar Gael Guennebaud2010-01-06
| |
| * improve the new experimental sparse productGravatar Gael Guennebaud2010-01-05
|/
* mergeGravatar Gael Guennebaud2010-01-05
|\
* | a couple of improvements in the Autodiff moduleGravatar Gael Guennebaud2010-01-05
| |
* | extend benchmark for sparse productsGravatar Gael Guennebaud2010-01-05
| |
* | add a novel, experimental sparse productGravatar Gael Guennebaud2010-01-05
| |
* | add operators *= and /= (bis)Gravatar Gael Guennebaud2010-01-05
| |
* | port unsupported modules to new APIGravatar Gael Guennebaud2010-01-05
| |
* | add missing operators: /, /=, *=Gravatar Gael Guennebaud2010-01-05
| |
* | fix types of scalar constantsGravatar Gael Guennebaud2010-01-05
| |
| * forgot to hg add this fileGravatar Gael Guennebaud2010-01-05
|/
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
* | fix aliasing detectionGravatar Gael Guennebaud2010-01-05
| |
* | fix a coupe of warningsGravatar Gael Guennebaud2010-01-05
| |
| * mergeGravatar Benoit Jacob2010-01-04
| |\
| * | Big renaming:Gravatar Benoit Jacob2010-01-04
| | | | | | | | | | | | | | | | | | start ---> head end ---> tail Much frustration with sed syntax. Need to learn perl some day.
| * | Make snippet run successfully again:Gravatar Benoit Jacob2010-01-04
| | | | | | | | | | | | | | | | | | the snippet for 'eval' was taking m=m.transpose() as an example of code that needs an explicit call to eval(), but that doesn't work anymore now that we have the clever assert detecting aliasing issues.
| | * accessor for the levenberg-marquardt parameterGravatar Thomas Capricelli2010-01-05
| | |
| | * Further refactoring of MatrixFunction<MatrixType, 1>Gravatar Jitse Niesen2010-01-04
| |/ | | | | | | | | | | * move some data to member variables * split and/or rename member functions * document all members
| * unimportant small fixGravatar Thomas Capricelli2010-01-04
| |
| * make some changes to please clang, fix some warnings too.Gravatar Thomas Capricelli2010-01-04
| |
| * fix compilation in some casesGravatar Thomas Capricelli2010-01-04
| |
* | s/asMatrix()/matrix()Gravatar Gael Guennebaud2010-01-04
| |
* | fix dirty triangular unit testGravatar Gael Guennebaud2010-01-04
| |
* | port VectorwiseOp and Swap to the novel mechanisms, and various cleanningGravatar Gael Guennebaud2010-01-04
| |
| * Fix #69 for the second time, and add the respective regression testGravatar Gael Guennebaud2010-01-04
| |
| * remove debug output. sorry!Gravatar Benoit Jacob2010-01-02
| |
| * clarify docs as requested on forumGravatar Benoit Jacob2010-01-02
| |
| * * Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple ofGravatar Benoit Jacob2010-01-02
| | | | | | | | | | | | | | sizeof(Scalar), and that assumption breaks with double on linux x86-32. * Rename ei_alignmentOffset to ei_first_aligned * Rewrite its documentation and part of its body * The variant taking a MatrixBase doesn't need a separate size argument.
| * put the assign assert and debug info before the assignment itselfGravatar Benoit Jacob2010-01-01
| |