aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* bug #887: fix CompressedStorage::reallocate wrt memory leaksGravatar Gael Guennebaud2014-10-09
* Add a scoped_array helper class to handle locally allocated/used arraysGravatar Gael Guennebaud2014-10-09
* Various numerical fixes in D&C SVD: I cannot make it fail with double, but st...Gravatar Gael Guennebaud2014-10-09
* bug #889: fix protected typedefGravatar Gael Guennebaud2014-10-08
* bug #882: fix various const-correctness issues with *View classes.Gravatar Gael Guennebaud2014-10-07
* Workaround MSVC issue.Gravatar Gael Guennebaud2014-10-07
* Fix missing outer() member in DynamicSparseMatrixGravatar Gael Guennebaud2014-10-07
* D&C SVD: add scaling to avoid overflow, fix handling of fixed size matricesGravatar Gael Guennebaud2014-10-06
* Re-enable products with triangular views of sparse matrices: we simply have t...Gravatar Gael Guennebaud2014-10-06
* bug #887: use ei_declare_aligned_stack_constructed_variable instead of manual...Gravatar Gael Guennebaud2014-10-06
* Fix SparseLU regarding uncompressed inputs and avoid manual new/delete calls.Gravatar Gael Guennebaud2014-10-06
* Extend unit tests to check uncompressed sparse inputs in sparse solversGravatar Gael Guennebaud2014-10-06
* template keyword not allowed before non-template function callGravatar Christoph Hertzberg2014-10-01
* fixed to make big-endian VSX work as wellGravatar Konstantinos Margaritis2014-10-01
* Add missing default ctor in Rotation2DGravatar Gael Guennebaud2014-09-30
* Avoid `unneeded-internal-declaration' warningGravatar Christoph Hertzberg2014-09-30
* Missing outerStride in AlignedVector3 resulted in infinite recursionGravatar Christoph Hertzberg2014-09-30
* Missing explicitGravatar Christoph Hertzberg2014-09-30
* bug #884: Copy constructor of Ref shall never malloc, constructing from other...Gravatar Christoph Hertzberg2014-09-30
* make sure that regex does not match cmakeGravatar Christoph Hertzberg2014-09-29
* Related to bug #880: Accept make as well a gmake when searching the MakeComma...Gravatar Christoph Hertzberg2014-09-29
* Fix compilation with GCCGravatar Gael Guennebaud2014-09-29
* Let KroneckerProduct exploits the recently introduced generic InnerIterator c...Gravatar Gael Guennebaud2014-09-29
* Introduce a generic InnerIterator classes compatible with evaluators.Gravatar Gael Guennebaud2014-09-29
* Re-enable -Wshorten-64-to-32 compilation flag.Gravatar Gael Guennebaud2014-09-29
* Using Index type instead of hard coded int type to prevent potential implicit...Gravatar Georg Drenkhahn2014-09-22
* Added implicit integer conversion by using explicit integer type conversion. ...Gravatar Georg Drenkhahn2014-09-22
* Avoid comparisons between different index types.Gravatar Gael Guennebaud2014-09-29
* Using StorageIndexType for loop assigning initial permutation. Adding assert ...Gravatar Georg Drenkhahn2014-09-22
* Using Index instead of hard coded int type to prevent potential implicit inte...Gravatar Georg Drenkhahn2014-09-22
* Using Index instead of hard coded int type to prevent potential implicit inte...Gravatar Georg Drenkhahn2014-09-22
* Correcting the ReturnType in traits<KroneckerProduct<>> to include the correc...Gravatar Georg Drenkhahn2014-09-21
* Replaced hard coded int types with Index types preventing implicit integer co...Gravatar Georg Drenkhahn2014-09-21
* Changed Diagonal::index() to return an Index type instead of int to prevent p...Gravatar Georg Drenkhahn2014-09-21
* Using Kernel::Index type instead of int to prevent possible implicit conversi...Gravatar Georg Drenkhahn2014-09-21
* Fixed compiler warning on implicit integer conversion by separating index typ...Gravatar Georg Drenkhahn2014-09-20
* Fixed warning on implicit integer conversion in test case code by using type ...Gravatar Georg Drenkhahn2014-09-20
* Add missing return derived() in ArrayBase::operator=Gravatar Gael Guennebaud2014-09-28
* New doc page on implementing a new expression class.Gravatar Jitse Niesen2014-09-27
* add VSX identifierGravatar Konstantinos Margaritis2014-09-25
* Fix bug #884: No malloc for zero-sized matrices or for Ref without temporariesGravatar Christoph Hertzberg2014-09-25
* Tridiagonalization::diagonal() and ::subDiagonal() did not work. Added unit-testGravatar Christoph Hertzberg2014-09-24
* Fix nested_eval<Product<> > which wrongly returned a Product<> expressionGravatar Gael Guennebaud2014-09-24
* bug #880: automatically preserves buildtool flags when modifying DartConfigur...Gravatar Gael Guennebaud2014-09-23
* member_redux constructor is explicit too. Renamed some typedefs for more cons...Gravatar Christoph Hertzberg2014-09-23
* Removed FIXME, as it is actually necessary.Gravatar Christoph Hertzberg2014-09-23
* Renamed CwiseInverseReturnType to InverseReturnType for ArrayBase::inverse()Gravatar Christoph Hertzberg2014-09-23
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Suppress stupid gcc-4.4 warningGravatar Christoph Hertzberg2014-09-23
* bug #882: add const-correctness failtests for CwiseUnaryView, TriangularView,...Gravatar Gael Guennebaud2014-09-23