| Commit message (Expand) | Author | Age |
* | kill the LeastSquares module. | Benoit Jacob | 2010-04-29 |
* | Complete rework of global math functions and NumTraits. | Benoit Jacob | 2010-04-28 |
* | compile | Benoit Jacob | 2010-04-25 |
* | * remove class DenseDirectAccessBase | Benoit Jacob | 2010-04-23 |
* | * implement the corner() API change: new methods topLeftCorner() etc | Benoit Jacob | 2010-04-22 |
* | add platform check for how to link to the standard math library. | Benoit Jacob | 2010-04-19 |
* | tests for nonlinear module : use different slots + misc cleaning | Thomas Capricelli | 2010-04-18 |
* | fix use of uninitialzed calues | Gael Guennebaud | 2010-04-17 |
* | * merge with mainline | Benoit Jacob | 2010-04-16 |
|\ |
|
* | | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ... | Benoit Jacob | 2010-04-16 |
| * | fix misc warnings, more importantly when NDEBUG is defined, assert() is a | Thomas Capricelli | 2010-03-27 |
| * | Fix some doc typos. | Manuel Yguel | 2010-03-25 |
| * | Fix wrong header and warnings in polynomialutils.cpp | Manuel Yguel | 2010-03-25 |
| * | Add missing test files for Polynomials module. | Manuel Yguel | 2010-03-25 |
| * | Creation of the Polynomials module with the following features: | Manuel Yguel | 2010-03-25 |
| * | Move documentation of MatrixBase methods in MatrixFunctions to module page. | Jitse Niesen | 2010-03-22 |
|/ |
|
* | API change: ei_matrix_exponential(A) --> A.exp(), etc | Jitse Niesen | 2010-03-16 |
* | tests : fix compilation issues, adding <iostream> and removing | Thomas Capricelli | 2010-03-08 |
* | minor edit | Mark Borgerding | 2010-03-07 |
* | merge | Mark Borgerding | 2010-03-07 |
|\ |
|
* | | needed different proxy return types for fwd,inv to work around static asserts | Mark Borgerding | 2010-03-07 |
* | | created FFT::fwd and FFT::inv with ReturnByValue | Mark Borgerding | 2010-03-07 |
| * | Make MatrixFunctions tests more robust. | Jitse Niesen | 2010-03-01 |
| * | misc cleaning | Thomas Capricelli | 2010-02-28 |
| * | Use a specialization of test_is_equal() instead of defining COMPARE() | Thomas Capricelli | 2010-02-27 |
| * | * define COMPARE(,), which prints expected/actual results in case of failure | Thomas Capricelli | 2010-02-27 |
| * | Document Map and Stride, add examples. | Benoit Jacob | 2010-02-26 |
|/ |
|
* | merge | Mark Borgerding | 2010-02-22 |
|\ |
|
* | | enable caller to supply FFT length for Eigen Matrix interface functions to ef... | Mark Borgerding | 2010-02-22 |
| * | Merge. | Jitse Niesen | 2010-02-22 |
| |\ |
|
| * | | Added missing precision/eps functions to AutoDiffScalar. | Hauke Heibel | 2010-02-21 |
| * | | NonLinearOptimization : clean 'mode' handling from the old minpack code : | Thomas Capricelli | 2010-02-21 |
| | * | Change MatrixFunction::separation() parameter from 0.01 to 0.1 . | Jitse Niesen | 2010-02-20 |
| * | | Renamed PlainMatrixType to PlainObject (Array != Matrix). | Hauke Heibel | 2010-02-20 |
| | * | matrix_function test: replace expm(A).inverse() by expm(-A) | Jitse Niesen | 2010-02-20 |
| * | | Renamed AnyMatrixBase to EigenBase. | Hauke Heibel | 2010-02-20 |
| |/ |
|
| * | Update matrix_exponential test after API change in ei_matrix_function | Jitse Niesen | 2010-02-17 |
|/ |
|
* | typo in merge | Mark Borgerding | 2010-02-16 |
* | merge | Mark Borgerding | 2010-02-16 |
|\ |
|
* | | found out about little-documented FFTW_PRESERVE_INPUT which has effect on c2r... | Mark Borgerding | 2010-02-16 |
| * | Use ReturnByValue to return result of ei_matrix_function(), ... | Jitse Niesen | 2010-02-16 |
| * | Use ReturnByValue to return result of ei_matrix_exponential() . | Jitse Niesen | 2010-02-15 |
| * | Test matrix functions with matrices with clustered imaginary eivals. | Jitse Niesen | 2010-02-13 |
| * | Refactor matrix_function test in preparation of next commit. | Jitse Niesen | 2010-02-13 |
| * | fix compilation (cwise and epsilon) | Gael Guennebaud | 2010-02-11 |
| * | also fix tests for NumTraits<double>::epsilon() | Thomas Capricelli | 2010-02-11 |
| * | fix usage of epsilon wrt to latest API change | Thomas Capricelli | 2010-02-11 |
| * | fix usage of epsilon wrt to latest API change | Thomas Capricelli | 2010-02-11 |
| * | unsupported/Eigen/AlignedVector3: dummy_precision is now in NumTraits | Jitse Niesen | 2010-02-10 |
* | | changed destination argument to reference | Mark Borgerding | 2010-01-22 |