aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| | | * Quaternion: fix compilation, cleaningGravatar Gael Guennebaud2009-11-09
| | |/ | |/|
| | * simplifications in the ei_solve_impl system, factor out some boilerplate codeGravatar Benoit Jacob2009-11-08
| | * port the qr module to ei_solve_xxx.Gravatar Benoit Jacob2009-11-08
| * | fix compilation adding a makeconst helper structGravatar Gael Guennebaud2009-11-07
| * | improve a bit AutoDiffVector, but it still not workingGravatar Gael Guennebaud2009-11-06
| * | update product benchGravatar Gael Guennebaud2009-11-06
| * | back out previous back out, and this time don't forgetGravatar Gael Guennebaud2009-11-06
| * | Backed out previous changeset: Does not compile.Gravatar Jitse Niesen2009-11-06
| * | Add the possibility to control the storage mode of scalar value (by value or ...Gravatar Gael Guennebaud2009-11-05
| * | Add regression test for issue #66 (ComplexSchur of zero matrix).Gravatar Jitse Niesen2009-11-05
| | * port svd to the ei_xxx_return_value thingGravatar Benoit Jacob2009-11-04
| * | fix bug in svd solve reported on forum, was apparently assuming square matrix...Gravatar Benoit Jacob2009-11-04
| * | Let's try to stick to the original code, thus activate the fix of #62 only fo...Gravatar Hauke Heibel2009-11-04
| * | Direct access of the packet structs fixes bug #62 and doe not seem toGravatar Hauke Heibel2009-11-04
| * | an attempt to fix a compilation issue with MSVCGravatar Gael Guennebaud2009-11-04
| | * move cholesky to ei_xxx_return_valueGravatar Benoit Jacob2009-11-03
| | * move partial-pivoting lu to ei_solve_implGravatar Benoit Jacob2009-11-03
| | * introduce ei_xxx_return_value and ei_xxx_impl for xxx in solve,kernel,implGravatar Benoit Jacob2009-11-03
| * | fix #66 : upper triangular checks in ComplexSchurGravatar Gael Guennebaud2009-11-02
| * | rephrase tutorial on MapGravatar Benoit Jacob2009-10-31
| * | fix compilationGravatar Benoit Jacob2009-10-31
| * | * default MatrixBase ctor: make it protected, make it a static assert, only d...Gravatar Benoit Jacob2009-10-31
| * | added inlines to a bunch of functionsGravatar Mark Borgerding2009-10-31
| * | moved half-spectrum logic to Eigen::FFTGravatar Mark Borgerding2009-10-30
| * | moved real-half-spectrum reflection into Eigen::FFTGravatar Mark Borgerding2009-10-30
| * | moved scaling to Eigen::FFTGravatar Mark Borgerding2009-10-30
| * | switched to BenchUtil.hGravatar Mark Borgerding2009-10-30
| | * SVD::solve() : port to new API and improvementsGravatar Benoit Jacob2009-10-30
| | * *port the Cholesky module to the new solve() APIGravatar Benoit Jacob2009-10-29
| * | properly implement BenchTimer on POSIXGravatar Benoit Jacob2009-10-29
| * | corrected the computation cost of meanGravatar Hauke Heibel2009-10-29
| * | added mean() reductionGravatar Hauke Heibel2009-10-29
| * | oops I forgot to include that file in the previous commit (fixing #65)Gravatar Gael Guennebaud2009-10-29
| * | fix #65: MatrixBase::nonZero()Gravatar Gael Guennebaud2009-10-29
| * | improved selftest for Eigen::Complex -- mainly a documentation of what does n...Gravatar Mark Borgerding2009-10-28
| * | forgot Complex test fileGravatar Mark Borgerding2009-10-28
| * | added many inlines and attempted to fix castable pointer so it works with std...Gravatar Mark Borgerding2009-10-28
| |\ \
| | | * sync with mainlineGravatar Benoit Jacob2009-10-28
| | | |\ | | |_|/ | |/| |
| | | * big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
| * | | * rename new Quat class to Quaternion, remove existing QuaternionGravatar Benoit Jacob2009-10-27
| * | | Quaternion could now map an array of 4 scalars :Gravatar Mathieu Gautier2009-10-27
| * | | Added dox for the new typedefs.Gravatar Hauke Heibel2009-10-27
| * | | Added more common typedefs.Gravatar Hauke Heibel2009-10-27
| * | | Umeyama is now working with fixed size src and dst points.Gravatar Hauke Heibel2009-10-27
| | | * sync the documentation examplesGravatar Benoit Jacob2009-10-26
| | | * * make inverse() do a ReturnByValueGravatar Benoit Jacob2009-10-26
| | | * remove 1 useless layer of functionsGravatar Benoit Jacob2009-10-26
| | | * big rewrite in Inverse.hGravatar Benoit Jacob2009-10-26
| * | | It is just not that easy and requires more work to get it done right.Gravatar Hauke Heibel2009-10-24
| * | | * extend Map to allow the user to specify whether the mapped dataGravatar Gael Guennebaud2009-10-23