aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
...
| * 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
| * Remove test of now-missing floor, ceil, round complex implementationsGravatar Deanna Hood2015-03-17
| * Make cube, inverse and abs2 free-functionsGravatar Deanna Hood2015-03-17
| * Rename isinf to isInfGravatar Deanna Hood2015-03-17
| * Add isfinite array support as isFiniteGravatar Deanna Hood2015-03-17
| * Rename isnan to isNaNGravatar Deanna Hood2015-03-17
* | 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 hyperbolic trigonometric functions from std array supportGravatar Deanna Hood2015-03-11
| * Add log10 array supportGravatar Deanna Hood2015-03-11
| * Allow calling of square(array) in addition to array.square()Gravatar Deanna Hood2015-03-11
| * Additional unary coeff-wise functors (isnan, round, arg, e.g.)Gravatar Deanna Hood2015-03-11
|/
* 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