aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Collapse)AuthorAge
* merged eigen2_for_fft into eigen2 mainlineGravatar Mark Borgerding2009-10-20
|\
* | * add a Make* expression type builder to allow theGravatar Gael Guennebaud2009-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | construction of generic expressions working for both dense and sparse matrix. A nicer solution would be to use CwiseBinaryOp for any kind of matrix. To this end we either need to change the overall design so that the base class(es) depends on the kind of matrix, or we could add a template parameter to each expression type (e.g., int Kind = ei_traits<MatrixType>::Kind) allowing to specialize each expression for each kind of matrix. * Extend AutoDiffScalar to work with sparse vector expression for the derivatives.
* | add operator+ scalar to AutoDiffScalarGravatar Gael Guennebaud2009-10-16
| |
* | autodiff:Gravatar Gael Guennebaud2009-10-15
| | | | | | | | | | | | * fix namespace issue * simplify Jacobian code * fix issue with "Dynamic derivatives"
* | 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
* | 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
* | update URL for adol-cGravatar Thomas Capricelli2009-09-27
| |
* | fix warning with gcc 4.2Gravatar Gael Guennebaud2009-09-15
| |
| * added the test case for FFTWGravatar Mark Borgerding2009-09-14
| |
* | Remove no-op statement in AlignedVector3.Gravatar Jitse Niesen2009-09-10
| |
* | Re-factor matrix exponential.Gravatar Jitse Niesen2009-09-08
| | | | | | | | Put all routines in a class. I think this is a cleaner design.
* | remove the \addexample tagsGravatar Gael Guennebaud2009-09-03
| |
* | Bug fix in MatrixExponential.hGravatar Jitse Niesen2009-09-01
| | | | | | | | Initialize matrices for intermediate results to correct dimension
* | Adaptions from .lazy() towards .noalias().Gravatar Hauke Heibel2009-08-31
| | | | | | | | Added missing casts.
* | Add new unsupported modules to doc/unsupported_modules.doxGravatar Jitse Niesen2009-08-18
| |
* | Correct syntax error in doxygen comment.Gravatar Jitse Niesen2009-08-18
| |
* | add normalize and normalized overloads in AlignedVector3Gravatar Gael Guennebaud2009-08-16
| |
* | Add support for matrix exponential of floats and complex numbers.Gravatar Jitse Niesen2009-08-12
| |
| * added copyright noticeGravatar Mark Borgerding2009-06-17
| |
| * candidate header for Eigen/ComplexGravatar Mark Borgerding2009-06-16
| |
| * example fileGravatar Mark Borgerding2009-06-10
| |
| * added FindFFTW, but I don't think it's right yetGravatar Mark Borgerding2009-06-10
| |
| * more work on ei_fftw_implGravatar Mark Borgerding2009-05-31
| |
| * added ei_fftw_implGravatar Mark Borgerding2009-05-30
| |
| * various comment changesGravatar Mark Borgerding2009-05-27
| |
| * added real-optimized inverse FFT (NFFT must be multiple of 4)Gravatar Mark Borgerding2009-05-25
| |
| * refactored ei_kissfft_impl to maintain a cache of cpx fft plansGravatar Mark Borgerding2009-05-25
| |
| * changed name from simple_fft_traits to ei_kissfft_implGravatar Mark Borgerding2009-05-25
| |
| * added FFT inverse complex-to-scalar interface (not yet optimized)Gravatar Mark Borgerding2009-05-23
| |
| * scalar forward FFT optimized for even size, converts to cpx for oddGravatar Mark Borgerding2009-05-23
| |
| * started real optimization, added benchmark for FFTGravatar Mark Borgerding2009-05-23
| |
| * added non-optimized real forward fft (no inverse yet)Gravatar Mark Borgerding2009-05-22
| |
* | 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?
| * indent level changeGravatar Mark Borgerding2009-05-19
| |
| * removed unused codeGravatar Mark Borgerding2009-05-19
| |
| * initial pass of FFT module -- includes complex 1-d case onlyGravatar Mark Borgerding2009-05-19
|/
* 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