aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
...
* fix typoGravatar Benoit Jacob2009-08-22
* add initial, rough, full-pivoting RRQR decompositionGravatar Benoit Jacob2009-08-22
* Proper fix for linking to the Qt libraries (and others)Gravatar Marcus D. Hanwell2009-08-21
* adapt to API changesGravatar Benoit Jacob2009-08-20
* change the make householder algorithm so that the remaining coefficientGravatar Gael Guennebaud2009-08-17
* make HouseholderQR uses the Householder moduleGravatar Gael Guennebaud2009-08-16
* svd: sort in decreasing order, remove unused codeGravatar Benoit Jacob2009-08-15
* add overloads of lazyAssign to detect common aliasing issue withGravatar Gael Guennebaud2009-08-15
* As proposed on the list:Gravatar Gael Guennebaud2009-08-15
* fix a couple of warningsGravatar Gael Guennebaud2009-08-15
* fix compilation of unit testsGravatar Gael Guennebaud2009-08-15
* overload operartor* with a ProductBase such that "scalar * (mat * mat)" is op...Gravatar Gael Guennebaud2009-08-11
* fixes in determinant and homogeneousGravatar Gael Guennebaud2009-08-06
* compilation fix in EigenSolver,Gravatar Gael Guennebaud2009-08-06
* fix a couple of compilations issuesGravatar Gael Guennebaud2009-08-06
* more product refactoringGravatar Gael Guennebaud2009-08-06
* 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
* mergeGravatar Gael Guennebaud2009-08-04
|\
* | implement two levels of blocking in PartialLU => high speedupGravatar 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
* | | implements a blocked version of PartialLUGravatar Gael Guennebaud2009-08-03
* | | bugfix in trsmGravatar Gael Guennebaud2009-08-02
| | * apply patch from Marcus Hanwell: Improved quoting of tests when added to the ...Gravatar Benoit Jacob2009-08-02
* | | add blocked LLT, and bugfix in trsm assertsGravatar Gael Guennebaud2009-08-01
|/ /
* | add selfadjointView from a trinagularViewGravatar Gael Guennebaud2009-07-31
* | fix a couple of issues related to recent productsGravatar 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
* | 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
* | trmm is now fully working and available via TriangularView::operator*Gravatar Gael Guennebaud2009-07-27
* | finalize trsm: works in all situations, and it is now used by solve() and sol...Gravatar Gael Guennebaud2009-07-26
* | split and add unit tests for symm and syrk,Gravatar Gael Guennebaud2009-07-23
* | improve SYMV it is now faster and ready for useGravatar Gael Guennebaud2009-07-23
* | addd matrix * self adjoint high level APIGravatar Gael Guennebaud2009-07-23
* | bugfix in SYMMGravatar Gael Guennebaud2009-07-22
* | implement high level API for SYMM and fix a couple of bugs related to complexGravatar Gael Guennebaud2009-07-22
* | * refactoring of the matrix product into multiple small kernelsGravatar Gael Guennebaud2009-07-21
* | * various fixes related to sub diagonals and band matrixGravatar Gael Guennebaud2009-07-21
| * minor compilation fixes for Sun CC and ICCGravatar Gael Guennebaud2009-07-20
| * bugfix for a = a * b; when a has to be resizedGravatar Gael Guennebaud2009-07-20
| * re-implement stableNorm using a homemade blocky andGravatar Gael Guennebaud2009-07-17
* | * bugfixes in Product, and test/product_selfadjointGravatar Gael Guennebaud2009-07-16
* | synch with main devel branchGravatar Gael Guennebaud2009-07-15
|\|
* | change the implementation of BandMatrix to follow the BLAS/LAPACK storage schemeGravatar Gael Guennebaud2009-07-15