aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* add an optimized "apply in place a rotation in the plane",Gravatar Gael Guennebaud2009-08-13
* apply change discussed on the list :Gravatar Benoit Jacob2009-08-13
* add parentheses; hopefully this solves Koldos MSVC compilation issue...Gravatar Benoit Jacob2009-08-12
* finally, the good approach was two-sided Jacobi. Indeed, it allowsGravatar Benoit Jacob2009-08-12
* add EIGEN_DEBUG_VARGravatar Benoit Jacob2009-08-11
* overload operartor* with a ProductBase such that "scalar * (mat * mat)" is op...Gravatar Gael Guennebaud2009-08-11
* remove #include Bidiagonalization, and add missing ";"Gravatar Gael Guennebaud2009-08-11
* mergeGravatar Gael Guennebaud2009-08-09
|\
* | make custom asm directive volatileGravatar Gael Guennebaud2009-08-09
| * LinearVectorization: If the destination isn't aligned,Gravatar Benoit Jacob2009-08-09
| * now you can #define EIGEN_DEBUG_ASSIGN, and all the values in ei_assign_trait...Gravatar Benoit Jacob2009-08-09
| * disable the assembly for fast unaligned stores. indeed, there is a strange bu...Gravatar Benoit Jacob2009-08-09
| * * add Jacobi transformationsGravatar Benoit Jacob2009-08-09
|/
* * implement a second level of micro blocking (faster for small sizes)Gravatar Gael Guennebaud2009-08-07
* compilation fix in EigenSolver,Gravatar Gael Guennebaud2009-08-06
* typoGravatar Gael Guennebaud2009-08-06
* fix VS compilation issue in MapBase::operator+= and -=Gravatar Gael Guennebaud2009-08-06
* fix a couple of compilations issuesGravatar Gael Guennebaud2009-08-06
* more product refactoringGravatar Gael Guennebaud2009-08-06
* fix vs.net compilation issueGravatar Hauke Heibel2009-08-06
* implement the missing outer product,Gravatar Gael Guennebaud2009-08-05
* big refactoring in Product.h:Gravatar Gael Guennebaud2009-08-05
* implement a ProductBase class and, as a proof of concept, update TriangularPr...Gravatar Gael Guennebaud2009-08-04
* make the dot product linear in the second variable, not the first variableGravatar Benoit Jacob2009-08-03
* merge with special_matrix branchGravatar Gael Guennebaud2009-08-03
|\
* \ mergeGravatar Gael Guennebaud2009-08-03
|\ \
| * | add new Householder moduleGravatar Benoit Jacob2009-08-03
* | | * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -=Gravatar Gael Guennebaud2009-08-03
| * | small fixesGravatar Benoit Jacob2009-08-03
| * | apply Gael's idea for auto transpose in mixed fixed/dynamic caseGravatar Benoit Jacob2009-08-03
* | | bugfix in trsmGravatar Gael Guennebaud2009-08-02
* | | add blocked LLT, and bugfix in trsm assertsGravatar Gael Guennebaud2009-08-01
|/ /
* | add selfadjointView from a trinagularViewGravatar Gael Guennebaud2009-07-31
* | faster trsm kernel and fix a couple of issuesGravatar Gael Guennebaud2009-07-31
| * s/std::atan2/ei_atan2Gravatar Gael Guennebaud2009-07-31
| * add missing ei_atan2 without painfull warningsGravatar Manuel Yguel2009-07-31
* | add explicit "on the right" triangular solving,Gravatar Gael Guennebaud2009-07-30
* | fix typoGravatar Gael Guennebaud2009-07-29
* | fix a couple of issues related to recent productsGravatar Gael Guennebaud2009-07-28
* | synch with main branchGravatar Gael Guennebaud2009-07-28
|\|
* | synch with main branchGravatar Gael Guennebaud2009-07-28
|\ \
* | | add a debug mechanism to compute the number of intermediate evaluations (only...Gravatar Gael Guennebaud2009-07-28
* | | improve the expression analyzer to bypass Transpose expressionGravatar Gael Guennebaud2009-07-28
* | | compilation fixesGravatar Gael Guennebaud2009-07-27
* | | various compilation and bug fixes in selfadjoint stuffGravatar Gael Guennebaud2009-07-27
* | | cleaning and fix a perf issueGravatar Gael Guennebaud2009-07-27
* | | trmm is now fully working and available via TriangularView::operator*Gravatar Gael Guennebaud2009-07-27
* | | trmm is now working in all storage order configurationsGravatar Gael Guennebaud2009-07-27
* | | some cleaningGravatar Gael Guennebaud2009-07-26
* | | finalize trsm: works in all situations, and it is now used by solve() and sol...Gravatar Gael Guennebaud2009-07-26