aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
...
* Clean inclusion, namespace definition, and documentation of SparseLUGravatar Gael Guennebaud2013-01-12
* SparseQR: clean a bit the documentation, fix rows/cols methods, remove rowsQ ...Gravatar Gael Guennebaud2013-01-12
* Fix installation path of SparseQRGravatar Gael Guennebaud2013-01-12
* Pass a const matrix to sparseQRGravatar Desire NUENTSA2013-01-11
* Add support for Schur decomposition of matrices in Hessenberg formGravatar Desire NUENTSA2013-01-11
* Add support for sparse blueNormGravatar Desire NUENTSA2013-01-11
* Add a sparse QR factorization and update the elimination tree in SparseLUGravatar Desire NUENTSA2013-01-11
* Fix _data() versus data() issue in SparseVector, and add a Storage typedef ju...Gravatar Gael Guennebaud2013-01-05
* Big changes in Eigen documentation:Gravatar Gael Guennebaud2013-01-05
* Make KroneckerProductSparse inherit EigenBase instead of SparseMatrixBase, fo...Gravatar Chen-Pang He2012-10-25
* Let KroneckerProduct inherit ReturnByValue to eliminate temporary evaluation....Gravatar Chen-Pang He2012-10-15
* Make kroneckerProduct take two arguments and return an expression, which is m...Gravatar Chen-Pang He2012-10-15
* Remove #include of removed header file.Gravatar Jitse Niesen2013-01-03
* Remove useless empty file.Gravatar Gael Guennebaud2013-01-03
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
* Fix MSVC compilation: std::log was not accessible.Gravatar Gael Guennebaud2012-12-20
* Fix bug #507: Mark variable as unused in NDEBUG caseGravatar Christoph Hertzberg2012-12-20
* Fix bug #534: rm useless initialization of rowSpacer.Gravatar Gael Guennebaud2012-12-16
* Fix bug #535: unused variable warningsGravatar Gael Guennebaud2012-12-16
* Fix compilation of Block/SparseBlock with MSVCGravatar Gael Guennebaud2012-12-16
* Move work in progress Levenberg Marquardt module in unsupportedGravatar Gael Guennebaud2012-12-08
* Add missing minpack copyrights/license.Gravatar Gael Guennebaud2012-12-08
* Move the Levenberg Marquardt to the supported branchGravatar Desire NUENTSA2012-12-07
* Update SPQR interfaceGravatar Desire NUENTSA2012-12-07
* Update SPQR module for Sparse LMGravatar Desire NUENTSA2012-11-21
* ReverseInnerIterator for SparseBlockGravatar Desire NUENTSA2012-11-16
* Move VectorBlock methods into plugin sectionGravatar Desire NUENTSA2012-11-16
* Remove Sparse/InnerVectorSet expression in favor of a more general Block<> sp...Gravatar Gael Guennebaud2012-11-16
* Generalize Block<> to support various implementation wrt StorageKind (just li...Gravatar Gael Guennebaud2012-11-16
* plugin header files can be included more than onceGravatar Gael Guennebaud2012-11-15
* Add more useful functions to SPQR interfaceGravatar Desire NUENTSA2012-11-13
* Add support for Sparse QR factorizationGravatar Desire NUENTSA2012-11-12
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* add first_multiple helper functionGravatar Gael Guennebaud2012-10-30
* SparseLU: remove the "snode" path which appears to bring nearly zero speedupGravatar Gael Guennebaud2012-10-30
* add missing copyrightGravatar Gael Guennebaud2012-10-30
* SparseLU: add a specialized gemm kernel, and add padding to the supernodes su...Gravatar Gael Guennebaud2012-10-30
* fix bug #524: Pardiso's parameter array does not have to be aligned!Gravatar Gael Guennebaud2012-10-24
* fix bug #521: __cpuidex is not available on all architectures supported by MSVCGravatar Gael Guennebaud2012-10-24
* Windows CE does not provide an aligned_malloc function.Gravatar Gael Guennebaud2012-10-24
* Fix bug #519: AlignedBox::dim() was wrong for dynamic dimensionsGravatar Gael Guennebaud2012-10-24
* Use Ref instead of VectorBlockGravatar Desire NUENTSA2012-10-09
* RealShur for a already Hessenberg matrixGravatar Desire NUENTSA2012-10-09
* fix comma initializer when inserting empty matricesGravatar Gael Guennebaud2012-10-03
* fix dense=sparse*diagonal (there was an issue in the values returned by the ....Gravatar Gael Guennebaud2012-10-03
* add an assertion when inserting an already existing elementGravatar Gael Guennebaud2012-10-02
* MergeGravatar Jitse Niesen2012-09-29
|\
| * MSVC needs parentheses around min and maxGravatar Desire NUENTSA2012-09-28
| * old gcc versions do not have immintrin.h file...Gravatar Gael Guennebaud2012-09-27
| * Add forgotten SparseLUBaseGravatar Desire NUENTSA2012-09-27