aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* add partial count redux (adapted patch from Ricard Marxer)Gravatar Gael Guennebaud2009-01-24
* add fill() function as an alias for setConstantGravatar Gael Guennebaud2009-01-24
* eventually it turns out that our currentGravatar Gael Guennebaud2009-01-23
* sparse module: makes -= and += operator workingGravatar Gael Guennebaud2009-01-23
* fix a few remaining warningsGravatar Gael Guennebaud2009-01-23
* * fix compilation with gcc 3.4Gravatar Gael Guennebaud2009-01-23
* add computeRotationScaling and computeScalingRotation in SVDGravatar Benoit Jacob2009-01-22
* add polar decomposition on both sides, in SVD, with testGravatar Benoit Jacob2009-01-22
* I hope this one fix the issue with MSVC and sparse moduleGravatar Gael Guennebaud2009-01-22
* fix a bunch of warnings (actual issues) reported by FrankGravatar Benoit Jacob2009-01-22
* perhaps fix a compilation issue in the sparse module with MSVCGravatar Gael Guennebaud2009-01-21
* fix warningsGravatar Benoit Jacob2009-01-21
* sparse module:Gravatar Gael Guennebaud2009-01-21
* * remove set(), revert to old behavior where = resizesGravatar Benoit Jacob2009-01-21
* * complete the support of QVector via a QtAlignedMalloc headerGravatar Gael Guennebaud2009-01-20
* * QR: add a rank() method and improve the accuracy of the rankGravatar Gael Guennebaud2009-01-20
* fix bug in the computation of rankGravatar Benoit Jacob2009-01-20
* quick bugfix in QR::isFullRank() (not 100% sure about the reference valueGravatar Gael Guennebaud2009-01-20
* I assume these files where supposed to be installedGravatar Marijn Kruisselbrink2009-01-19
* optimize A * v product for A sparse and row majorGravatar Gael Guennebaud2009-01-19
* add a flexible sparse matrix class designed for fast matrix assemblyGravatar Gael Guennebaud2009-01-19
* * clarify the situation with experimental partsGravatar Benoit Jacob2009-01-19
* #error if min or max is definedGravatar Benoit Jacob2009-01-19
* revert bad commitGravatar Gael Guennebaud2009-01-19
* add a smart realloc algorithm when filling a sparse matrixGravatar Gael Guennebaud2009-01-18
* bugfix in Map by Keir MierleGravatar Gael Guennebaud2009-01-18
* update documentation (thanks Kenneth)Gravatar Benoit Jacob2009-01-17
* patch from Ricard Marxer: add doc example for select()Gravatar Gael Guennebaud2009-01-17
* Rewrite the vectorized meta unroller of sum to reduce instructionGravatar Gael Guennebaud2009-01-17
* typo found by Ben AxelrodGravatar Benoit Jacob2009-01-17
* Add a data() function in Map and BlockGravatar Gael Guennebaud2009-01-16
* Sparse module: add support for sparse selfadjoint * denseGravatar Gael Guennebaud2009-01-15
* Sparse module: add row/col methods to the iteratorsGravatar Gael Guennebaud2009-01-15
* Sparse module: bugfix in SparseMatrix::resize(), now the indices areGravatar Gael Guennebaud2009-01-15
* Sparse module:Gravatar Gael Guennebaud2009-01-15
* two compilation fixesGravatar Gael Guennebaud2009-01-15
* Sparse module:Gravatar Gael Guennebaud2009-01-14
* Add support for sparse * dense and dense * sparse matrix/vector productsGravatar Gael Guennebaud2009-01-14
* Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...Gravatar Gael Guennebaud2009-01-14
* add EIGEN_FUNCTORS_PLUGINGravatar Benoit Jacob2009-01-13
* add EIGEN_CWISE_PLUGIN support for extending class CwiseGravatar Benoit Jacob2009-01-13
* fix a couple of doxygen issuesGravatar Gael Guennebaud2009-01-13
* add NetBSD to the list of OSes on which malloc is guaranteed to be 16Gravatar Benoit Jacob2009-01-12
* * make std::vector specializations also for Transform and for QuaternionGravatar Benoit Jacob2009-01-12
* make ei_traist<Select> honors nested typesGravatar Gael Guennebaud2009-01-12
* bugfix in ei_unaligned_type copy ctorGravatar Gael Guennebaud2009-01-12
* disable/enable msvc headers are allowed to be included multiple timesGravatar Gael Guennebaud2009-01-12
* bug fix in ei_stack_freeGravatar Gael Guennebaud2009-01-12
* * move cwise *= and /= to Core (like * and /)Gravatar Benoit Jacob2009-01-12
* bugfix in ei_handmade_aligned_free for null pointersGravatar Gael Guennebaud2009-01-12