aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Extend VERIFY_IS_APPROX to report the magnitude of the relative difference in...Gravatar Gael Guennebaud2015-06-15
* Fix use of unitialized buffers.Gravatar Gael Guennebaud2015-06-13
* Introduce EIGEN_PI, get rid of M_PI and acos(-1.0)Gravatar Gael Guennebaud2015-06-10
* Rename free functions isFinite, isInf, isNaN to be compatible with c++11Gravatar Gael Guennebaud2015-06-10
* bug #80: merge with d_hood branch on adding more coefficient-wise unary array...Gravatar Gael Guennebaud2015-06-10
|\
* | bug #890, add a more general routine to check that two dense object reference...Gravatar Gael Guennebaud2015-06-10
* | Add regression test for bug #890Gravatar Gael Guennebaud2015-06-10
* | bug #910: add a StandardCompressedFormat option to Ref<SparseMatrix> to enfor...Gravatar Gael Guennebaud2015-06-09
* | 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., Simpl...Gravatar Gael Guennebaud2015-06-09
* | 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, use...Gravatar Gael Guennebaud2015-06-05
* | 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 m...Gravatar Gael Guennebaud2015-05-12
* | Make test matrices for eigensolver/selfadjoint even more trickyGravatar Gael Guennebaud2015-05-12
* | bug #872: Avoid deprecated binder1st/binder2nd usage by providing custom func...Gravatar Christoph Hertzberg2015-05-07
* | Extend unit tests of sefladjoint-eigensolverGravatar Gael Guennebaud2015-05-07
* | 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
| * Merged default into unary-array-cwise-functorsGravatar Deanna Hood2015-04-20
| |\
* | | 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
| |/ |/|
| * Don't use M_PI since it's only guaranteed to be defined in Eigen/GeometryGravatar Deanna Hood2015-04-08
* | 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
| * Use M_PI instead of acos(-1) for piGravatar Deanna Hood2015-03-22
* | 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
| * More extensive unit tests for recent array-wise functorsGravatar Deanna Hood2015-03-18
| * Remove ambiguity with recent numext methods isNaN and isInfGravatar Deanna Hood2015-03-17
| * Add boolean not operator (!) array supportGravatar Deanna Hood2015-03-17