aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* bug #650: fix sparse * dense wrt noalias and compound assignmentGravatar Gael Guennebaud2015-06-09
|
* fix unused variable warningGravatar Gael Guennebaud2015-06-09
|
* bug #872: remove usage of deprecated bind1st.Gravatar Gael Guennebaud2015-06-09
|
* Skip too large real-world problems for solvers that do not scale (e.g., ↵Gravatar Gael Guennebaud2015-06-09
| | | | SimplicialLLT without reordering)
* Fix shadow warnings triggered by clangGravatar Gael Guennebaud2015-06-09
|
* Extend unit test and documentation of SelfAdjointEigenSolver::computeDirectGravatar Gael Guennebaud2015-06-08
|
* bug #997: add missing evaluators for m.lazyProduct(v.homogeneous())Gravatar Gael Guennebaud2015-06-08
|
* Add unit test for m.replicate(...)(index).Gravatar Gael Guennebaud2015-06-08
|
* Improve unit testing of real-word sparse problem (fix some shortcommings, ↵Gravatar Gael Guennebaud2015-06-05
| | | | use VERIFY, etc.)
* Do go to full accuracy when testing BiCGSTAB.Gravatar Gael Guennebaud2015-06-05
|
* Add regression test for bugs #854 and #1014, and check that the eigenvector ↵Gravatar Gael Guennebaud2015-05-12
| | | | matrix is unitary.
* Make test matrices for eigensolver/selfadjoint even more trickyGravatar Gael Guennebaud2015-05-12
|
* bug #872: Avoid deprecated binder1st/binder2nd usage by providing custom ↵Gravatar Christoph Hertzberg2015-05-07
| | | | functors for comparison operators
* Extend unit tests of sefladjoint-eigensolverGravatar Gael Guennebaud2015-05-07
|
* Regression test for bug #302Gravatar Christoph Hertzberg2015-04-26
| | | | | | (transplanted from 80fd8fab87d7d65cfeb9b1e64d8b42ee4463ab64 ) Changed DenseIndex to Index
* Extend unit test of Map<,,Stride<>> with stack allocated buffers and less ↵Gravatar Gael Guennebaud2015-04-24
| | | | trivial operations.
* Extend unit test of Map<> with stack allocated buffers and less trivial ↵Gravatar Gael Guennebaud2015-04-24
| | | | operations.
* 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
| | | | Also reduced code duplication for Matrix/Array constructors
* bug #875: remove broken SparseMatrixBase::nonZeros and introduce a ↵Gravatar Gael Guennebaud2015-04-01
| | | | | | nonZerosEstimate() method to sparse evaluators for internal uses. Factorize some code in SparseCompressedBase.
* bug #973: enable alignment of multiples of half-packet size (e.g., Vector6d ↵Gravatar Gael Guennebaud2015-04-01
| | | | with AVX)
* 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 ↵Gravatar Christoph Hertzberg2015-03-30
| | | | | | and patch by Ben Goodrich) Also added a regression test
* 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 ↵Gravatar Gael Guennebaud2015-03-24
| | | | abording.
* 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 ↵Gravatar Gael Guennebaud2015-03-13
| | | | types, and enforcing alignement of Vector4f/Vector2d-like types to preserve compatibility with SSE and future Eigen versions that will vectorize them with AVX enabled.
* 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 ↵Gravatar Gael Guennebaud2015-02-27
| | | | mpreal_support unit test.
* Fix two trivial warningsGravatar Christoph Hertzberg2015-02-22
|
* I can reproduce any problems that justified this hack. However it makes ↵Gravatar Christoph Hertzberg2015-02-21
| | | | builds fail in C++11 mode.
* With C++11 Matrix<float> + Matrix<complex<float>> does not even compileGravatar Gael Guennebaud2015-02-20
|