aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
...
| * | RealSchur: Use Householder module in Francis QR step.Gravatar Jitse Niesen2010-04-06
| * | RealSchur: reduce scope of temporary variables in hqr2().Gravatar Jitse Niesen2010-04-06
| * | RealSchur: Use PlanarRotation in "found two real eigenvalues" branch.Gravatar Jitse Niesen2010-04-06
| |/
| * Merge.Gravatar Jitse Niesen2010-04-02
| |\
| * | RealSchur and EigenSolver: some straightforward renames.Gravatar Jitse Niesen2010-04-02
| * | Add tests for real and complex Schur; extend test for Hessenberg.Gravatar Jitse Niesen2010-04-02
| | * ei_psqrt fix for zero inputGravatar Hauke Heibel2010-04-01
| * | Split computation of real Schur form in EigenSolver to its own class.Gravatar Jitse Niesen2010-04-01
| * | Use HessenbergDecomposition in EigenSolver.Gravatar Jitse Niesen2010-03-31
| |/
| * Extend documentation and add examples for EigenSolver class.Gravatar Jitse Niesen2010-03-31
| * let the cast functor use the new ei_cast()Gravatar Benoit Jacob2010-03-30
| * generalize the idea of the previous commit to all kinds of casts, see this fo...Gravatar Benoit Jacob2010-03-30
| * add ei_cast_to_int, we are indeed somethings (e.g. in IO.h) casting scalars t...Gravatar Benoit Jacob2010-03-30
| * move the computation of the number of significant digits to a templated helpe...Gravatar Benoit Jacob2010-03-30
| * Extend documentation for HessenbergDecomposition.Gravatar Jitse Niesen2010-03-28
| * fix misc warnings, more importantly when NDEBUG is defined, assert() is aGravatar Thomas Capricelli2010-03-27
| * Clean up ComplexSchur::compute() .Gravatar Jitse Niesen2010-03-24
| * Extend documentation of ComplexSchur and add examples.Gravatar Jitse Niesen2010-03-23
| * Merge.Gravatar Jitse Niesen2010-03-21
| |\
| * | Rename Complex in ComplexSchur and ComplexEigenSolver to ComplexScalarGravatar Jitse Niesen2010-03-21
* | | mergeGravatar Benoit Jacob2010-03-21
|\ \ \ | | |/ | |/|
* | | * allow matrix dimensions to be 0 (also at compile time) and provide a specia...Gravatar Benoit Jacob2010-03-21
| * | oops, fix symv (innerStride instead of outerStride)Gravatar Gael Guennebaud2010-03-20
| | * Allow ComplexEigenSolver and ComplexSchur to work with real matrices.Gravatar Jitse Niesen2010-03-20
| * | Added x()/y() and z() access functions to translations.Gravatar Hauke Heibel2010-03-19
| | * Extend documentation and add examples for ComplexEigenSolver.Gravatar Jitse Niesen2010-03-19
* | | fix the flags and matrix options, to always have the right RowMajor bit in th...Gravatar Benoit Jacob2010-03-19
* | | mergeGravatar Benoit Jacob2010-03-18
|\| |
| * | compile with gcc 4.5Gravatar Benoit Jacob2010-03-18
| | * Document member functions and types of ComplexEigenSolver.Gravatar Jitse Niesen2010-03-18
| |/
| * API change: ei_matrix_exponential(A) --> A.exp(), etcGravatar Jitse Niesen2010-03-16
| * fix and extend replicate optimization, and add the packet method though it is...Gravatar Gael Guennebaud2010-03-15
| * Replaced strong with weak inlines in CwiseUnaryOp.Gravatar Hauke Heibel2010-03-14
| * Removed strong inlines which cannot always be inlined.Gravatar Hauke Heibel2010-03-14
| * Ups - again a missing typename.Gravatar Hauke Heibel2010-03-14
| * Try to avoid modulo operations in Replicate if possible.Gravatar Hauke Heibel2010-03-13
| * Propagate fixed size dimensions if available (on MSVC it leads >2.5x speedup ...Gravatar Hauke Heibel2010-03-13
| * attempt to fix #101Gravatar Benoit Jacob2010-03-11
| * Nest expression within MatrixWrapper by value.Gravatar Hauke Heibel2010-03-10
| * Enable resizing of Arrays.Gravatar Hauke Heibel2010-03-10
| * Fix MSVC warnings.Gravatar Hauke Heibel2010-03-09
* | implement the idea that row-vectors have the RowMajorBit and col-vectors don't.Gravatar Benoit Jacob2010-03-09
|/
* Propagate all five matrix template parameters to members and temporaries of d...Gravatar Adolfo Rodriguez Tsouroukdissian2010-03-08
* update the product selection logic to use the Max* sizesGravatar Gael Guennebaud2010-03-08
* add missing cmake directives for arch/DefaultGravatar Gael Guennebaud2010-03-08
* * Fix #97 : Householder operations on 1x1 matricesGravatar Benoit Jacob2010-03-08
* * let a = foo() work when a is a row-vector xpr and foo() returns a ReturnByV...Gravatar Benoit Jacob2010-03-08
* Reintroduced the if-clause for MSVC ei_ploadu via _loadu_.Gravatar Hauke Heibel2010-03-07
* bugcount--, this time trmmGravatar Gael Guennebaud2010-03-06
* stride() => inner/outerStride()Gravatar Gael Guennebaud2010-03-06