| Commit message (Expand) | Author | Age |
... | |
* | | Add row/column-wise reverseInPlace feature. | Gael Guennebaud | 2015-03-31 |
* | | Make reverseInPlace really work in-place. | Gael Guennebaud | 2015-03-31 |
* | | Fix vectorization of swap for non trivial expressions | Gael Guennebaud | 2015-03-31 |
* | | Fix computeProductBlockingSizes with m==0, and add respective unit test. | Gael Guennebaud | 2015-03-31 |
* | | Addendum to last patch: k is Index and not int | Christoph Hertzberg | 2015-03-31 |
* | | bug #985: RealQZ failed when either matrix had zero rows or columns (report a... | Christoph Hertzberg | 2015-03-30 |
* | | Optionally build the documentation when building unit tests. | Christoph Hertzberg | 2015-03-27 |
* | | Fix transpose versus adjoint. | Gael Guennebaud | 2015-03-27 |
* | | Suppress some false negatives in SVD unit test | Gael Guennebaud | 2015-03-27 |
* | | Add the possibility to make VERIFY* checks to output a warning instead of abo... | Gael Guennebaud | 2015-03-24 |
| * | Use M_PI instead of acos(-1) for pi | Deanna Hood | 2015-03-22 |
* | | Fix random unit test for 32bits systems. | Gael Guennebaud | 2015-03-19 |
* | | Split sparse_basic unit test | Gael Guennebaud | 2015-03-19 |
* | | Improve random number generation for integer and add unit test | Gael Guennebaud | 2015-03-19 |
| * | More extensive unit tests for recent array-wise functors | Deanna Hood | 2015-03-18 |
| * | Remove ambiguity with recent numext methods isNaN and isInf | Deanna Hood | 2015-03-17 |
| * | Add boolean not operator (!) array support | Deanna Hood | 2015-03-17 |
| * | Remove test of now-missing floor, ceil, round complex implementations | Deanna Hood | 2015-03-17 |
| * | Make cube, inverse and abs2 free-functions | Deanna Hood | 2015-03-17 |
| * | Rename isinf to isInf | Deanna Hood | 2015-03-17 |
| * | Add isfinite array support as isFinite | Deanna Hood | 2015-03-17 |
| * | Rename isnan to isNaN | Deanna Hood | 2015-03-17 |
* | | bug #973, improve AVX support by enabling vectorization of Vector4i-like type... | Gael Guennebaud | 2015-03-13 |
* | | Add missing coeff/coeffRef members to Block<sparse>, and extend unit tests. | Gael Guennebaud | 2015-03-13 |
| * | Add hyperbolic trigonometric functions from std array support | Deanna Hood | 2015-03-11 |
| * | Add log10 array support | Deanna Hood | 2015-03-11 |
| * | Allow calling of square(array) in addition to array.square() | Deanna Hood | 2015-03-11 |
| * | Additional unary coeff-wise functors (isnan, round, arg, e.g.) | Deanna Hood | 2015-03-11 |
|/ |
|
* | Add unit tests for CG and sparse-LLT for long int as storage-index | Gael Guennebaud | 2015-03-09 |
* | bug #963: make IncompleteLUT compatible with non-default storage index types. | Gael Guennebaud | 2015-03-09 |
* | Make sparse unit-test helpers aware of StorageIndex | Gael Guennebaud | 2015-03-09 |
* | bug #969: workaround abiguous calls to Ref using enable_if. | Gael Guennebaud | 2015-03-06 |
* | bug #978: add unit test for zero-sized products | Gael Guennebaud | 2015-03-06 |
* | Rename LSCG to LeastSquaresConjugateGradient | Gael Guennebaud | 2015-03-05 |
* | Check for no-reallocation in SparseMatrix::insert (bug #974) | Gael Guennebaud | 2015-03-04 |
* | Add a CG-based solver for rectangular least-square problems (bug #975). | Gael Guennebaud | 2015-03-04 |
* | Re-enbale detection of min/max parentheses protection, and re-enable mpreal_s... | Gael Guennebaud | 2015-02-27 |
* | Fix two trivial warnings | Christoph Hertzberg | 2015-02-22 |
* | I can reproduce any problems that justified this hack. However it makes build... | Christoph Hertzberg | 2015-02-21 |
* | With C++11 Matrix<float> + Matrix<complex<float>> does not even compile | Gael Guennebaud | 2015-02-20 |
* | In C++11 destructors do not throw by default (fix CommaInitializer unit test) | Gael Guennebaud | 2015-02-20 |
* | Fix a C++11 compilation issue in unit test | Gael Guennebaud | 2015-02-19 |
* | Fix some calls to result_of on binary functors as unary ones. | Gael Guennebaud | 2015-02-19 |
* | Fix a regression when using OpenMP, and fix bug #714: the number of threads m... | Gael Guennebaud | 2015-02-18 |
* | Workaround dead store warnings in unit tests. | Gael Guennebaud | 2015-02-18 |
* | Removed redundant typedef which confused old gcc versions. | Christoph Hertzberg | 2015-02-18 |
* | Extend sparse-determinant unitests | Gael Guennebaud | 2015-02-16 |
* | Fix SparseLU::signDeterminant() method, and add a SparseLU::determinant() met... | Gael Guennebaud | 2015-02-16 |
* | bug #897: fix regression in BiCGSTAB(mat) ctor (an all other iterative solvers). | Gael Guennebaud | 2015-02-16 |
* | Fix many long to int conversion warnings: | Gael Guennebaud | 2015-02-16 |