aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Regression test for bug #302Gravatar Christoph Hertzberg2015-04-26
* Extend unit test of Map<,,Stride<>> with stack allocated buffers and less tri...Gravatar Gael Guennebaud2015-04-24
* Extend unit test of Map<> with stack allocated buffers and less trivial opera...Gravatar Gael Guennebaud2015-04-24
* bug #942: fix dangling references in evaluator of diagonal * sparse products.Gravatar Gael Guennebaud2015-04-18
* Constructing a Matrix/Array with implicit transpose could lead to memory leaks.Gravatar Christoph Hertzberg2015-04-16
* bug #875: remove broken SparseMatrixBase::nonZeros and introduce a nonZerosEs...Gravatar Gael Guennebaud2015-04-01
* bug #973: enable alignment of multiples of half-packet size (e.g., Vector6d w...Gravatar Gael Guennebaud2015-04-01
* bug #986: add support for coefficient-based product with 0 depth.Gravatar Gael Guennebaud2015-04-01
* Fix bug #987: wrong alignement guess in diagonal product.Gravatar Gael Guennebaud2015-03-31
* Add row/column-wise reverseInPlace feature.Gravatar Gael Guennebaud2015-03-31
* Make reverseInPlace really work in-place.Gravatar Gael Guennebaud2015-03-31
* Fix vectorization of swap for non trivial expressionsGravatar Gael Guennebaud2015-03-31
* Fix computeProductBlockingSizes with m==0, and add respective unit test.Gravatar Gael Guennebaud2015-03-31
* Addendum to last patch: k is Index and not intGravatar Christoph Hertzberg2015-03-31
* bug #985: RealQZ failed when either matrix had zero rows or columns (report a...Gravatar Christoph Hertzberg2015-03-30
* Optionally build the documentation when building unit tests.Gravatar Christoph Hertzberg2015-03-27
* Fix transpose versus adjoint.Gravatar Gael Guennebaud2015-03-27
* Suppress some false negatives in SVD unit testGravatar Gael Guennebaud2015-03-27
* Add the possibility to make VERIFY* checks to output a warning instead of abo...Gravatar Gael Guennebaud2015-03-24
* Fix random unit test for 32bits systems.Gravatar Gael Guennebaud2015-03-19
* Split sparse_basic unit testGravatar Gael Guennebaud2015-03-19
* Improve random number generation for integer and add unit testGravatar Gael Guennebaud2015-03-19
* bug #973, improve AVX support by enabling vectorization of Vector4i-like type...Gravatar Gael Guennebaud2015-03-13
* Add missing coeff/coeffRef members to Block<sparse>, and extend unit tests.Gravatar Gael Guennebaud2015-03-13
* Add unit tests for CG and sparse-LLT for long int as storage-indexGravatar Gael Guennebaud2015-03-09
* bug #963: make IncompleteLUT compatible with non-default storage index types.Gravatar Gael Guennebaud2015-03-09
* Make sparse unit-test helpers aware of StorageIndexGravatar Gael Guennebaud2015-03-09
* bug #969: workaround abiguous calls to Ref using enable_if.Gravatar Gael Guennebaud2015-03-06
* bug #978: add unit test for zero-sized productsGravatar Gael Guennebaud2015-03-06
* Rename LSCG to LeastSquaresConjugateGradientGravatar Gael Guennebaud2015-03-05
* Check for no-reallocation in SparseMatrix::insert (bug #974)Gravatar Gael Guennebaud2015-03-04
* Add a CG-based solver for rectangular least-square problems (bug #975).Gravatar Gael Guennebaud2015-03-04
* Re-enbale detection of min/max parentheses protection, and re-enable mpreal_s...Gravatar Gael Guennebaud2015-02-27
* Fix two trivial warningsGravatar Christoph Hertzberg2015-02-22
* I can reproduce any problems that justified this hack. However it makes build...Gravatar Christoph Hertzberg2015-02-21
* With C++11 Matrix<float> + Matrix<complex<float>> does not even compileGravatar Gael Guennebaud2015-02-20
* In C++11 destructors do not throw by default (fix CommaInitializer unit test)Gravatar Gael Guennebaud2015-02-20
* Fix a C++11 compilation issue in unit testGravatar Gael Guennebaud2015-02-19
* Fix some calls to result_of on binary functors as unary ones.Gravatar Gael Guennebaud2015-02-19
* Fix a regression when using OpenMP, and fix bug #714: the number of threads m...Gravatar Gael Guennebaud2015-02-18
* Workaround dead store warnings in unit tests.Gravatar Gael Guennebaud2015-02-18
* Removed redundant typedef which confused old gcc versions.Gravatar Christoph Hertzberg2015-02-18
* Extend sparse-determinant unitestsGravatar Gael Guennebaud2015-02-16
* Fix SparseLU::signDeterminant() method, and add a SparseLU::determinant() met...Gravatar Gael Guennebaud2015-02-16
* bug #897: fix regression in BiCGSTAB(mat) ctor (an all other iterative solvers).Gravatar Gael Guennebaud2015-02-16
* Fix many long to int conversion warnings:Gravatar Gael Guennebaud2015-02-16
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
| * merge Tensor module within Eigen/unsupported and update gemv BLAS wrapperGravatar Gael Guennebaud2015-02-12
| |\
| * | Allows Lower|Upper as a template argument of CG and MINRES: in this case the ...Gravatar Gael Guennebaud2015-02-10