aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
* Next try - more Index fixes.Gravatar Hauke Heibel2010-06-20
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* More Index realted warnings.Gravatar Hauke Heibel2010-06-20
* Silence index warnings in triangular unit test.Gravatar Hauke Heibel2010-06-20
* Attempt to fix MatrixExponential/Function related warnings.Gravatar Hauke Heibel2010-06-20
* fix compilation of sparse testsGravatar Gael Guennebaud2010-06-19
* add missing filesGravatar Gael Guennebaud2010-06-18
* split the Sparse module into multiple ones, and move non stable parts to unsu...Gravatar Gael Guennebaud2010-06-18
* Compilation fix for matrix_exponential test: add 'typename'.Gravatar Jitse Niesen2010-06-16
* Ups, fixed a little ugly bug.Gravatar Hauke Heibel2010-06-15
* Fixed 64bit/Index related warnings in the matrix functions module.Gravatar Hauke Heibel2010-06-15
* rename:Gravatar Benoit Jacob2010-06-14
* merge my Dynamic -> -1 changeGravatar Benoit Jacob2010-06-11
|\
* | change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
* | unsplit this test: was compiling 16 times the same thing! Need to find anothe...Gravatar Benoit Jacob2010-06-11
| * Fixed warnings regarding missing assignment operator.Gravatar Hauke Heibel2010-06-11
| * fix warning with gcc 4.3Gravatar Gael Guennebaud2010-06-10
| * Fixed many MSVC warnings.Gravatar Hauke Heibel2010-06-09
|/
* the Index types change.Gravatar Benoit Jacob2010-05-30
* kill the LeastSquares module.Gravatar Benoit Jacob2010-04-29
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* compileGravatar Benoit Jacob2010-04-25
* * remove class DenseDirectAccessBaseGravatar Benoit Jacob2010-04-23
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
* add platform check for how to link to the standard math library.Gravatar Benoit Jacob2010-04-19
* tests for nonlinear module : use different slots + misc cleaningGravatar Thomas Capricelli2010-04-18
* fix use of uninitialzed caluesGravatar Gael Guennebaud2010-04-17
* * merge with mainlineGravatar Benoit Jacob2010-04-16
|\
* | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
| * fix misc warnings, more importantly when NDEBUG is defined, assert() is aGravatar Thomas Capricelli2010-03-27
| * Fix some doc typos.Gravatar Manuel Yguel2010-03-25
| * Fix wrong header and warnings in polynomialutils.cppGravatar Manuel Yguel2010-03-25
| * Add missing test files for Polynomials module.Gravatar Manuel Yguel2010-03-25
| * Creation of the Polynomials module with the following features:Gravatar Manuel Yguel2010-03-25
| * Move documentation of MatrixBase methods in MatrixFunctions to module page.Gravatar Jitse Niesen2010-03-22
|/
* API change: ei_matrix_exponential(A) --> A.exp(), etcGravatar Jitse Niesen2010-03-16
* tests : fix compilation issues, adding <iostream> and removingGravatar Thomas Capricelli2010-03-08
* minor editGravatar Mark Borgerding2010-03-07
* mergeGravatar Mark Borgerding2010-03-07
|\
* | needed different proxy return types for fwd,inv to work around static assertsGravatar Mark Borgerding2010-03-07
* | created FFT::fwd and FFT::inv with ReturnByValueGravatar Mark Borgerding2010-03-07
| * Make MatrixFunctions tests more robust.Gravatar Jitse Niesen2010-03-01
| * misc cleaningGravatar Thomas Capricelli2010-02-28
| * Use a specialization of test_is_equal() instead of defining COMPARE()Gravatar Thomas Capricelli2010-02-27
| * * define COMPARE(,), which prints expected/actual results in case of failureGravatar Thomas Capricelli2010-02-27
| * Document Map and Stride, add examples.Gravatar Benoit Jacob2010-02-26
|/
* mergeGravatar Mark Borgerding2010-02-22
|\
* | enable caller to supply FFT length for Eigen Matrix interface functions to ef...Gravatar Mark Borgerding2010-02-22
| * Merge.Gravatar Jitse Niesen2010-02-22
| |\
| * | Added missing precision/eps functions to AutoDiffScalar.Gravatar Hauke Heibel2010-02-21