aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src
Commit message (Expand)AuthorAge
* fix assertions, improve docs.Gravatar Benoit Jacob2009-08-05
* implement a ProductBase class and, as a proof of concept, update TriangularPr...Gravatar Gael Guennebaud2009-08-04
* fix a couple of compilation issue due to the removal of MultiplierBaseGravatar Gael Guennebaud2009-08-04
* mergeGravatar Gael Guennebaud2009-08-04
|\
* | implement two levels of blocking in PartialLU => high speedupGravatar Gael Guennebaud2009-08-04
| * use explicit Block/VectorBlock xprs to make sure that compile-time known size...Gravatar Benoit Jacob2009-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
* | | implements a blocked version of PartialLUGravatar Gael Guennebaud2009-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
* | some cleaningGravatar 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
| * compilation fixes for sun CCGravatar Gael Guennebaud2009-07-31
| * forward-port Anthony Truchet's changeset 8eab0bccbf8b1969f32bb006b61d2137f6f3...Gravatar Benoit Jacob2009-07-30
* | 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
* | | bug fix in inverse for 1x1 matrix,Gravatar Gael Guennebaud2009-07-27
* | | 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
* | | ok, now trsm works very well for upper triangular matricesGravatar Gael Guennebaud2009-07-26
* | | The new trsm is working very very well (read very fast) forGravatar Gael Guennebaud2009-07-25
* | | add WIP trsmGravatar Gael Guennebaud2009-07-24
* | | some cleaningGravatar Gael Guennebaud2009-07-24
* | | add a simplified version of the sybb kernel built on top of gebpGravatar Gael Guennebaud2009-07-24
* | | split and add unit tests for symm and syrk,Gravatar Gael Guennebaud2009-07-23
* | | oops,, update SYRK so that the rhs can be non-square²Gravatar Gael Guennebaud2009-07-23
* | | Implement efficient sefladjoint product (aka SYRK) : C += alpha * U U^TGravatar Gael Guennebaud2009-07-23
* | | improve SYMV it is now faster and ready for useGravatar Gael Guennebaud2009-07-23
* | | formatingGravatar Gael Guennebaud2009-07-23
* | | addd matrix * self adjoint high level APIGravatar Gael Guennebaud2009-07-23
| | * Added an explicit cast from int to bool to suppress MSVC warnings.Gravatar Hauke Heibel2009-07-23
| |/