aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
* Added missing precision/eps functions to AutoDiffScalar.Gravatar Hauke Heibel2010-02-21
* NonLinearOptimization : clean 'mode' handling from the old minpack code :Gravatar Thomas Capricelli2010-02-21
* Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
* Renamed AnyMatrixBase to EigenBase.Gravatar Hauke Heibel2010-02-20
* Update matrix_exponential test after API change in ei_matrix_functionGravatar Jitse Niesen2010-02-17
* typo in mergeGravatar Mark Borgerding2010-02-16
* mergeGravatar Mark Borgerding2010-02-16
|\
* | found out about little-documented FFTW_PRESERVE_INPUT which has effect on c2r...Gravatar Mark Borgerding2010-02-16
| * Use ReturnByValue to return result of ei_matrix_function(), ...Gravatar Jitse Niesen2010-02-16
| * Use ReturnByValue to return result of ei_matrix_exponential() .Gravatar Jitse Niesen2010-02-15
| * Test matrix functions with matrices with clustered imaginary eivals.Gravatar Jitse Niesen2010-02-13
| * Refactor matrix_function test in preparation of next commit.Gravatar Jitse Niesen2010-02-13
| * fix compilation (cwise and epsilon)Gravatar Gael Guennebaud2010-02-11
| * also fix tests for NumTraits<double>::epsilon()Gravatar Thomas Capricelli2010-02-11
| * fix usage of epsilon wrt to latest API changeGravatar Thomas Capricelli2010-02-11
| * fix usage of epsilon wrt to latest API changeGravatar Thomas Capricelli2010-02-11
| * unsupported/Eigen/AlignedVector3: dummy_precision is now in NumTraitsGravatar Jitse Niesen2010-02-10
* | changed destination argument to referenceGravatar Mark Borgerding2010-01-22
* | if the src.stride() != 1, then the layout is not continuous -- need to copy t...Gravatar Mark Borgerding2010-01-22
* | changed FFT function vector and Matrix args to pointer as Benoit suggestedGravatar Mark Borgerding2010-01-22
* | updated comments and played around with MapGravatar Mark Borgerding2010-01-21
| * Silenced type conversion warnings.Gravatar Hauke Heibel2010-02-03
| * erm.... using nxn is the actual purpose of this variant, fix this.Gravatar Thomas Capricelli2010-01-29
| * Put the Status outside of the class, it really does not depend on theGravatar Thomas Capricelli2010-01-28
| * eigenization of ei_r1updt()Gravatar Thomas Capricelli2010-01-28
| * misc cleaning / eigenizationGravatar Thomas Capricelli2010-01-28
| * fix compilationGravatar Thomas Capricelli2010-01-27
| * *forward port fix in MapBase::coeff(int) and coeffRef(int)Gravatar Benoit Jacob2010-01-27
| * port ei_rwupdt to c++, and misc cleaningGravatar Thomas Capricelli2010-01-27
| * doc : update code, mention examplesGravatar Thomas Capricelli2010-01-27
| * use PlanarRotation<> instead of handmade givens rotation in cminpack codeGravatar Thomas Capricelli2010-01-26
| * clean r1mpyq: remove fortran leftoversGravatar Thomas Capricelli2010-01-26
| * misc cleaningGravatar Thomas Capricelli2010-01-26
| * forgot to commit this: qform.h is not used anymoreGravatar Thomas Capricelli2010-01-26
| * more eigenization, dropped 'ipvt' in lmGravatar Thomas Capricelli2010-01-26
| * fix possible segfaultGravatar Thomas Capricelli2010-01-26
| * remove spacesGravatar Thomas Capricelli2010-01-26
| * get rid of ei_qform + lot of other cleaning, now that we do not depend onGravatar Thomas Capricelli2010-01-26
| * some more eigenizationGravatar Thomas Capricelli2010-01-26
| * cleaningGravatar Thomas Capricelli2010-01-26
| * use a plain matrix to store the upper triangular matrix 'R', insteadGravatar Thomas Capricelli2010-01-26
| * cleaningGravatar Thomas Capricelli2010-01-26
| * some more (thoroughly checked) eigenizationGravatar Thomas Capricelli2010-01-26
| * Clean up one compilation error and two warnings.Gravatar Jitse Niesen2010-01-26
| * fix a bug introduced between the cminpack version of Manolis Lourakis andGravatar Thomas Capricelli2010-01-26
| * Use eigen methods for solving triangular systems. We loose again veryGravatar Thomas Capricelli2010-01-25
| * define ei_lmpar2() that takes a ColPivHouseholderQR as argument. We stillGravatar Thomas Capricelli2010-01-25
| * Replace the qr factorization from (c)minpack (qrfac) by Eigen's own stuff.Gravatar Thomas Capricelli2010-01-25
| * useful cleaningGravatar Thomas Capricelli2010-01-25
| * useless cleaningGravatar Thomas Capricelli2010-01-25