| Commit message (Expand) | Author | Age |
* | Add LU::transpose().solve() and LU::adjoint().solve() API. | Gael Guennebaud | 2015-12-01 |
* | added scalar_sign_op (both real,complex) | Mark Borgerding | 2015-11-24 |
* | Add support for dense.cwiseProduct(sparse) | Gael Guennebaud | 2015-11-04 |
* | Fix ambiguous instantiation issues of product_evaluator. | Gael Guennebaud | 2015-10-14 |
* | Add special path for matrix<complex>/real. | Gael Guennebaud | 2015-06-26 |
* | Fix ambiguous instanciation using clean class-level SFINAE in product_evaluator | Gael Guennebaud | 2015-06-19 |
* | Remove a few deprecated internal expressions | Gael Guennebaud | 2015-06-19 |
* | Add missing forward declaration of AlignedBox | Gael Guennebaud | 2015-06-15 |
* | Abandon blocking size lookup table approach. Not performing as well in real w... | Benoit Jacob | 2015-05-19 |
* | Pulled latest update from the eigen main codebase | Benoit Steiner | 2015-03-24 |
|\ |
|
| * | Refactor computeProductBlockingSizes to make room for the possibility of usin... | Benoit Jacob | 2015-03-15 |
* | | Added support for fast reciprocal square root computation. | Benoit Steiner | 2015-02-26 |
|/ |
|
* | Introduce unified macros to identify compiler, OS, and architecture. They are... | Gael Guennebaud | 2014-11-04 |
* | Move D&C SVD to official SVD module. | Gael Guennebaud | 2014-10-29 |
* | Introduce a generic InnerIterator classes compatible with evaluators. | Gael Guennebaud | 2014-09-29 |
* | Remove deprecated code not used by evaluators | Gael Guennebaud | 2014-09-18 |
* | Compilation fixes | Gael Guennebaud | 2014-07-20 |
* | merge with default branch | Gael Guennebaud | 2014-07-02 |
|\ |
|
| * | Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation... | Christoph Hertzberg | 2014-07-01 |
* | | 1- Introduce sub-evaluator types for unary, binary, product, and map expressi... | Gael Guennebaud | 2014-06-20 |
* | | Move evaluation related flags from traits to evaluator and fix evaluators of ... | Gael Guennebaud | 2014-03-12 |
* | | Some bit flags and internal structures are deprecated | Gael Guennebaud | 2014-02-20 |
* | | Add general Inverse<> expression with evaluator | Gael Guennebaud | 2014-02-20 |
* | | Add a Solve expression for uniform treatment of solve() methods. | Gael Guennebaud | 2014-02-19 |
* | | Move is_diagonal to XprHelper, forward declare Ref | Gael Guennebaud | 2014-02-18 |
* | | Enable use of evaluators for noalias and lazyProduct, add conversion to scala... | Gael Guennebaud | 2013-12-03 |
* | | First step toward the generalization of evaluators to triangular, sparse and ... | Gael Guennebaud | 2013-11-29 |
* | | Refactor dense product evaluators | Gael Guennebaud | 2013-11-27 |
|/ |
|
* | Add an option to test evaluators globally | Gael Guennebaud | 2013-11-07 |
* | merge with default branch | Gael Guennebaud | 2013-11-05 |
|\ |
|
* | | Let complex power fall back to "log, scale, exp". | Chen-Pang He | 2013-07-05 |
* | | Remove unused declarations for MatrixPowerProduct. | Chen-Pang He | 2013-07-05 |
| * | Workarounf nvcc not being able to find RowMajor when declaring a Matrix<...> ... | Gael Guennebaud | 2013-06-25 |
|/ |
|
* | Implement complex MatrixPowerTriangular. There are still problems with real one. | Chen-Pang He | 2012-09-30 |
* | Make KroneckerProductSparse inherit EigenBase instead of SparseMatrixBase, fo... | Chen-Pang He | 2012-10-25 |
* | Let KroneckerProduct inherit ReturnByValue to eliminate temporary evaluation.... | Chen-Pang He | 2012-10-15 |
* | Make kroneckerProduct take two arguments and return an expression, which is m... | Chen-Pang He | 2012-10-15 |
* | Generalize Block<> to support various implementation wrt StorageKind (just li... | Gael Guennebaud | 2012-11-16 |
* | Eliminate unnecessary evaluations | Chen-Pang He | 2012-09-23 |
* | Implement matrix power-matrix product again | Chen-Pang He | 2012-09-22 |
* | Tidy up and write dox. | Chen-Pang He | 2012-08-28 |
* | matrix power: MatrixBase::pow(RealScalar) and MatrixBase::pow(T) where T is i... | jdh8 | 2012-08-15 |
* | extend quotient functor to allow for mixed types (complex-real) | Gael Guennebaud | 2012-07-27 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
* | Implement matrix logarithm + test + docs. | Jitse Niesen | 2011-06-07 |
* | Implement and document MatrixBase::sqrt(). | Jitse Niesen | 2011-05-09 |
* | Implement evaluators for ArrayWrapper and MatrixWrapper. | Jitse Niesen | 2011-04-22 |
* | for consistency forward declare tan, asin, acos functors | Gael Guennebaud | 2011-02-17 |
* | turnaround for a compiler bug in gcc 3.4.6 | Thomas Capricelli | 2011-02-04 |