aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* 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
* 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
* 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
| * | bug #897: makes iterative sparse solvers use a Ref<SparseMatrix> instead of a...Gravatar Gael Guennebaud2015-02-09
| * | Make Block<SparseMatrix> inherit SparseCompressedBase in the case of an inner...Gravatar Gael Guennebaud2015-02-09
| * | Cleaning and add more unit tests for Ref<SparseMatrix> and Map<SparseMatrix>Gravatar Gael Guennebaud2015-02-09
| * | Add a Ref<SparseMatrix> specialization.Gravatar Gael Guennebaud2015-02-07
| | * Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
| | |\ | | |/ | |/|
| * | Enable vectorization of transposeInPlace for PacketSize x PacketSize matricesGravatar Gael Guennebaud2015-01-26
| * | Add support for dense ?= diagonalGravatar Gael Guennebaud2015-01-24
| * | Fix missing evaluator in outer-productGravatar Gael Guennebaud2015-01-13
| * | Fix false negatives in geo_transformations unit testsGravatar Gael Guennebaud2014-12-16
| * | Fix wrong negative in nullary unit test when extended precision is used (FPU).Gravatar Gael Guennebaud2014-12-16
* | | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
|/ /
* | Make SparseMatrix::coeff() returns a const reference and add a non const vers...Gravatar Gael Guennebaud2014-12-01
* | Fix Hyperplane::Through(a,b,c) when points are aligned or identical. We use t...Gravatar Gael Guennebaud2014-11-26