aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* add an easy test from the NIST set :Gravatar Thomas Capricelli2009-08-10
* hybrd : wrapper + eigenize testGravatar Thomas Capricelli2009-08-10
* i wonder how useful this really is, but others do this way. ProbablyGravatar Thomas Capricelli2009-08-09
* eigenize lmder + some other small fixesGravatar Thomas Capricelli2009-08-09
* eigenize the test for lmder1, clean functor stuff.Gravatar Thomas Capricelli2009-08-09
* oops.. use the template paramater instead of hard coding 'double'Gravatar Thomas Capricelli2009-08-09
* use template parameter Scalar instead of VectorType, fix a segfault.Gravatar Thomas Capricelli2009-08-09
* eigenize the test a little moreGravatar Thomas Capricelli2009-08-09
* first test for a basic wrapper (and only wrapper!) for cminpack functionsGravatar Thomas Capricelli2009-08-09
* actually use eigen include fileGravatar Thomas Capricelli2009-08-09
* Add all other file from cminpack/examples as tests.Gravatar Thomas Capricelli2009-08-08
* Start of module "NonLinear". We start out of cminpack-1.0.2Gravatar Thomas Capricelli2009-08-08
* add basic .hgignore file for most common generated/temporary filesGravatar Thomas Capricelli2009-08-08
* replace custom rank one update in LU by an expressionGravatar Gael Guennebaud2009-08-08
* * implement a second level of micro blocking (faster for small sizes)Gravatar Gael Guennebaud2009-08-07
* Fix compilation in sparse moduleGravatar Gael Guennebaud2009-08-06
* fix determinant in PartialLUGravatar Gael Guennebaud2009-08-06
* oops, one more bug fix in homogeneousGravatar Gael Guennebaud2009-08-06
* fixes in determinant and homogeneousGravatar Gael Guennebaud2009-08-06
* compilation fix in EigenSolver,Gravatar Gael Guennebaud2009-08-06
* typoGravatar Gael Guennebaud2009-08-06
* fix VS compilation issue in MapBase::operator+= and -=Gravatar Gael Guennebaud2009-08-06
* shame on meGravatar Gael Guennebaud2009-08-06
* fix my bad fix of Hauke's fix ;)Gravatar Gael Guennebaud2009-08-06
* fix a couple of compilations issuesGravatar Gael Guennebaud2009-08-06
* fixed inversion for AffineCompact matricesGravatar Hauke Heibel2009-08-06
* more product refactoringGravatar Gael Guennebaud2009-08-06
* fix vs.net compilation issueGravatar Hauke Heibel2009-08-06
* fix vs.net compilation issueGravatar Hauke Heibel2009-08-06
* fix compilation and segfault issuesGravatar Gael Guennebaud2009-08-06
* add the missing Affine Transform * set of column vectors products...Gravatar Gael Guennebaud2009-08-06
* remove remnant of MultiplierBaseGravatar Benoit Jacob2009-08-06
* implement the missing outer product,Gravatar Gael Guennebaud2009-08-05
* big refactoring in Product.h:Gravatar Gael Guennebaud2009-08-05
* fix assertions, improve docs.Gravatar Benoit Jacob2009-08-05
* mergeGravatar Benoit Jacob2009-08-04
|\
* \ mergeGravatar Gael Guennebaud2009-08-04
|\ \
| * | remove the FORCEGravatar Benoit Jacob2009-08-04
| | * implement a ProductBase class and, as a proof of concept, update TriangularPr...Gravatar Gael Guennebaud2009-08-04
| | * fix a couple of compilation issue due to the removal of MultiplierBaseGravatar Gael Guennebaud2009-08-04
| |/ |/|
* | mergeGravatar Gael Guennebaud2009-08-04
|\|
* | add ger and lu with partial pivoting in BTLGravatar Gael Guennebaud2009-08-04
* | implement two levels of blocking in PartialLU => high speedupGravatar Gael Guennebaud2009-08-04
| * use explicit Block/VectorBlock xprs to make sure that compile-time known size...Gravatar Benoit Jacob2009-08-04
| * make the dot product linear in the second variable, not the first variableGravatar Benoit Jacob2009-08-03
|/
* merge with special_matrix branchGravatar Gael Guennebaud2009-08-03
|\
* \ mergeGravatar Gael Guennebaud2009-08-03
|\ \
| * | add new Householder moduleGravatar Benoit Jacob2009-08-03
* | | * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -=Gravatar Gael Guennebaud2009-08-03
| * | small fixesGravatar Benoit Jacob2009-08-03