aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
...
* big changes in Doxygen configuration; work around bug with doxygen parsing ofGravatar Benoit Jacob2008-06-02
* work around Doxygen bug triggered by r814874, which caused many classes to di...Gravatar Benoit Jacob2008-06-02
* Added the computation of eigen vectors in the symmetric eigen solver.Gravatar Gael Guennebaud2008-06-02
* since m*m.adjoint() is positive, so are its eigenvalues, so no need forGravatar Benoit Jacob2008-06-02
* - add MatrixBase::eigenvalues() convenience methodGravatar Benoit Jacob2008-06-02
* fix a couple of issues making the eigensolver test compile and run without ab...Gravatar Benoit Jacob2008-06-02
* Rewrite from scratch of the eigen solver for symmetric matricesGravatar Gael Guennebaud2008-06-02
* * added a Tridiagonalization class for selfadjoint matricesGravatar Gael Guennebaud2008-06-01
* meagre outcome for so much time spent!Gravatar Benoit Jacob2008-06-01
* added an *optional* Eigen2 dynamic library.Gravatar Gael Guennebaud2008-05-31
* added optimized matrix times diagonal matrix product via Diagonal flag shortcut.Gravatar Gael Guennebaud2008-05-31
* moved purely "array" related stuff to a new module Array.Gravatar Gael Guennebaud2008-05-31
* updated EigenSolver to use .coeff / .coeffRefGravatar Gael Guennebaud2008-05-31
* simply a bit the basic product moving dynamic loopsGravatar Gael Guennebaud2008-05-31
* * replace compile-time-if by meta-selector in Assign.hGravatar Gael Guennebaud2008-05-31
* Added ArrayBit to get the ability to manipulate a Matrix like a simple scalar.Gravatar Gael Guennebaud2008-05-29
* now the unit-tests (hence all of Eigen) don't depend on Qt at allGravatar Benoit Jacob2008-05-29
* many small fixes and documentation improvements,Gravatar Benoit Jacob2008-05-29
* * updated the assignement operator macro so that overloadsGravatar Gael Guennebaud2008-05-28
* * change Flagged to take into account NestByValue onlyGravatar Gael Guennebaud2008-05-28
* * added _*coeffRef members in NestedByValueGravatar Gael Guennebaud2008-05-28
* hehe, the complicated nesting scheme in Flagged in the previous commitGravatar Benoit Jacob2008-05-28
* * find the proper way of nesting the expression in Flagged:Gravatar Benoit Jacob2008-05-28
* * fix the QR module to use extract/part instead of the previous triangular stuffGravatar Gael Guennebaud2008-05-27
* part 2 of big change: rename Triangular.h -> Extract.hGravatar Benoit Jacob2008-05-27
* - introduce Part and Extract classes, splitting and extending the formerGravatar Benoit Jacob2008-05-27
* some documentation fixes (Cwise* and Cholesky)Gravatar Gael Guennebaud2008-05-22
* * improved product performance:Gravatar Gael Guennebaud2008-05-22
* remove Like1DArrayBit in TransposeGravatar Gael Guennebaud2008-05-22
* Fix compilation issues with MSVC and NVCC.Gravatar Gael Guennebaud2008-05-15
* Introduce generic Flagged xpr, remove already Lazy.h and Temporary.hGravatar Benoit Jacob2008-05-14
* * Clean a bit the eigenvalue solver: if the matrix is known to beGravatar Gael Guennebaud2008-05-13
* -fix certain #includesGravatar Benoit Jacob2008-05-12
* * Added several cast to int of the enums (needed for some compilers)Gravatar Gael Guennebaud2008-05-12
* put inline keywords everywhere appropriate. So we don't need anymore to passGravatar Benoit Jacob2008-05-12
* * Draft of a eigenvalues solverGravatar Gael Guennebaud2008-05-12
* move arch-specific code to arch/SSE and arch/AltiVec subdirs.Gravatar Benoit Jacob2008-05-12
* * Give Konstantinos a copyright lineGravatar Benoit Jacob2008-05-12
* only include SSE3 headers if compiling with SSE3 supportGravatar Benoit Jacob2008-05-08
* * Added ReferencableBit flag to known if coeffRef is available.Gravatar Gael Guennebaud2008-05-08
* * split PacketMath.h to SSE and Altivec specific filesGravatar Gael Guennebaud2008-05-05
* * Started support for unaligned vectorization.Gravatar Gael Guennebaud2008-05-05
* * Patch by Konstantinos Margaritis: AltiVec vectorization.Gravatar Benoit Jacob2008-05-03
* slighly improved the cache friendly product to use mul-add onlyGravatar Gael Guennebaud2008-05-03
* added packet mul-add function (ei_pmad) and updated Product to use it.Gravatar Gael Guennebaud2008-05-03
* Removed ei_pload1, use posix_memalign to allocate aligned memory,Gravatar Gael Guennebaud2008-05-02
* Make products always eval into expressions. Improves performanceGravatar Benoit Jacob2008-05-02
* fix flag and cost computations for nested expressionsGravatar Gael Guennebaud2008-05-01
* nullary xpr are now vectorizedGravatar Gael Guennebaud2008-05-01
* Enable vectorization of product with dynamic matrices,Gravatar Gael Guennebaud2008-05-01