aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Removed unused 'benchmark'.Gravatar Hauke Heibel2009-12-02
|
* * fix include for case-sensitive filesystemGravatar Benoit Jacob2009-12-02
| | | | * on GNU, clock_gettime requires linking -lrt
* Added the profiling test to unsupported.Gravatar Hauke Heibel2009-12-01
|
* improve the scripts for building unit tests:Gravatar Benoit Jacob2009-11-25
| | | | | * support unsupported/ * use egrep instead of grep, properly escape special chars.
* rename test for coherency with previous renaming of the moduleGravatar Thomas Capricelli2009-11-16
|
* Reduce general diff with eigen-tip. Moreover, this test now seems to passGravatar Thomas Capricelli2009-11-09
| | | | again.
* merge with main repositoryGravatar Thomas Capricelli2009-11-08
|\
| * added inline to many functionsGravatar Mark Borgerding2009-10-22
| |
| * inlining,all namespace declaration moved to FFT, removed preprocessor ↵Gravatar Mark Borgerding2009-10-21
| | | | | | | | definitions,
* | starting work on a Numerical differenciation moduleGravatar Thomas Capricelli2009-09-28
| |
| * added the test case for FFTWGravatar Mark Borgerding2009-09-14
| |
* | raw import of covar() : this is the last one, and we now do not depend onGravatar Thomas Capricelli2009-08-22
| | | | | | | | the cminpack library anymore.
* | import main files from cminpack as *.h files:Gravatar Thomas Capricelli2009-08-19
| | | | | | | | | | | | | | | | * function names are changed by appending _template * it uses basic templating : template<typename T> * wrappers now use those versions instead of the ones from cminpack * lot of external methods from cminpack are still used * tests pass though they are unchanged (they use wrappers)
* | Start of module "NonLinear". We start out of cminpack-1.0.2Gravatar Thomas Capricelli2009-08-08
| | | | | | | | | | | | (http://devernay.free.fr/hacks/cminpack.html) The first test is adapted from the example/ directory. Some stuff is hard coded for our initial tests.
| * added FindFFTW, but I don't think it's right yetGravatar Mark Borgerding2009-06-10
| |
| * initial pass of FFT module -- includes complex 1-d case onlyGravatar Mark Borgerding2009-05-19
|/
* 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
|
* 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).
* 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
* 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.