| Commit message (Expand) | Author | Age |
... | |
* | add missing files | Gael Guennebaud | 2010-06-18 |
* | split the Sparse module into multiple ones, and move non stable parts to unsu... | Gael Guennebaud | 2010-06-18 |
* | Compilation fix for matrix_exponential test: add 'typename'. | Jitse Niesen | 2010-06-16 |
* | Ups, fixed a little ugly bug. | Hauke Heibel | 2010-06-15 |
* | Fixed 64bit/Index related warnings in the matrix functions module. | Hauke Heibel | 2010-06-15 |
* | rename: | Benoit Jacob | 2010-06-14 |
* | merge my Dynamic -> -1 change | Benoit Jacob | 2010-06-11 |
|\ |
|
* | | change the value of Dynamic to -1, since the index type is now configurable. | Benoit Jacob | 2010-06-11 |
* | | unsplit this test: was compiling 16 times the same thing! Need to find anothe... | Benoit Jacob | 2010-06-11 |
| * | Fixed warnings regarding missing assignment operator. | Hauke Heibel | 2010-06-11 |
| * | fix warning with gcc 4.3 | Gael Guennebaud | 2010-06-10 |
| * | Fixed many MSVC warnings. | Hauke Heibel | 2010-06-09 |
|/ |
|
* | the Index types change. | Benoit Jacob | 2010-05-30 |
* | 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 |
|/ |
|