aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Collapse)AuthorAge
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
| | | | it never made very precise sense. but now does it still make any?
* Evaluate argument of matrix exponential only once.Gravatar Jitse Niesen2009-05-18
|
* fix adolc unit test for dynamic sizesGravatar Gael Guennebaud2009-05-12
|
* CREDIT Hauke Heibel, fix MSVC warningsGravatar Benoit Jacob2009-05-09
|
* *make coeff() return a const reference (required with the recent change with ↵Gravatar Benoit Jacob2009-05-09
| | | | | | CoeffReturnType) *fix a unused variable warning
* CREDIT Hauke Heibel, windows compatibility fixes in MatrixExponentialGravatar Benoit Jacob2009-05-07
|
* forgot a svn add CMakeLists.txtGravatar Gael Guennebaud2009-05-07
|
* new unsupported module by Jitse Niesen: matrix exponentialGravatar Benoit Jacob2009-05-05
|
* add an AlignedVector3 module suitable for vectorization of 3D vectorsGravatar Gael Guennebaud2009-05-03
|
* remove unsupported/doc from make's "all" targetGravatar Gael Guennebaud2009-04-23
|
* * update BVH to explicitely use aligned_allocatorGravatar Gael Guennebaud2009-04-23
| | | | * fix warning in StdVector
* not compilable with msvc :(Gravatar Christian Ehrlicher2009-04-15
|
* patch from Ilya Baran: This small patch fixes a potential initializationGravatar Gael Guennebaud2009-04-15
| | | | bug in BVAlgorithms and slightly corrects the BVH doc.
* finally commit Rohit's work as the start of a new (currentlyGravatar Benoit Jacob2009-04-14
| | | | | | unsupported) module, MoreVectorization. CCMAIL:rpg.314@gmail.com
* clean asm commentsGravatar Gael Guennebaud2009-04-09
|
* Compile fix.Gravatar Jos van den Oever2009-04-05
|
* add an auto-diff module in unsupported. it is similar to adolc's forwardGravatar Gael Guennebaud2009-04-01
| | | | | | mode but the advantage of using Eigen's expression template to compute the derivatives (unless you nest an AutoDiffScalar into an Eigen's matrix).
* As values may be used uninitialised, they have now been givenGravatar Andrew Coles2009-03-23
| | | | | sensible defaults; or, in other words, if worse comes to worst, we'll get a guaranteed segfault rather than a heisenburg.
* Add BVH module in unsupported (patch from Ilya Baran)Gravatar Gael Guennebaud2009-03-18
| | | | (I thought I committed it a week ago but it seems the command failed)
* add a proof of concept autodiff jacobian helper class based on adolcGravatar Gael Guennebaud2009-02-27
| | | | with unit test and FindAdolc cmake module
* Add COMPONENT DevelGravatar Laurent Montel2009-02-23
|
* fix install of IterativeSolvers moduleGravatar Gael Guennebaud2009-02-18
|
* added an experimental IterativeSolvers module (currently in unsupported)Gravatar Gael Guennebaud2009-02-10
| | | | | with a constrained conjugate gradient algorithm adapted from GMM++/ITL. This algorithm is needed for Step.
* add optimization flag for MSVC and heavy testsGravatar Gael Guennebaud2009-02-05
| | | | remove unsupported namespace
* add snippet for sub/super diagonalGravatar Gael Guennebaud2009-02-05
| | | | fix a few doc issues
* forgot to add EigenTesting.cmake fileGravatar Gael Guennebaud2009-02-04
|
* nothing interesting to seeGravatar Gael Guennebaud2009-02-04
|
* extend unsupported/README.txt fileGravatar Gael Guennebaud2009-02-04
|
* setup the unsupported directory structure.Gravatar Gael Guennebaud2009-02-04
| | | | | | | | The unsupported module documentation is automatically generated in: build/doc/unsupported/ with bidirectional cross references. I leave a class Foo in AdolcForward module to illustrate the cross-reference behavior. I will remove it in the next commit.
* * classify and sort the doxygen "related pages"Gravatar Gael Guennebaud2009-02-04
| | | | | | | | | | | | | | | | | by tweaking the filename and adding 2 categories: Troubleshooting and Advanced * use the EXCLUDE_SYMBOLS to clean the class list (insteaded of a homemade bash script) * remove the broken "exemple list" * re-structure the unsupported directory as mentionned in the ML and integrate the doc as follow: - snippets of the unsupported directory are directly imported from the main snippets/CMakefile.txt (no need to duplicate code) - add a top level "Unsupported modules" group - unsupported modules have to defined their own sub group and nest it using \ingroup Unsupported_modules - then a pair of //@{ //@} will put everything in the submodule - this is just a proposal !
* add a short unsupported/readme fileGravatar Gael Guennebaud2009-02-03
|
* add unsupported/ directory with a first contribution from myself:Gravatar Gael Guennebaud2009-02-03
a header file providing support for adolc's adouble type in forward mode. (adolc is an automatic differentiation library)