aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/ForwardDeclarations.h
Commit message (Expand)AuthorAge
...
* | Introduce a generic InnerIterator classes compatible with evaluators.Gravatar Gael Guennebaud2014-09-29
* | Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* | Compilation fixesGravatar Gael Guennebaud2014-07-20
* | merge with default branchGravatar Gael Guennebaud2014-07-02
|\ \
| * | Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* | | 1- Introduce sub-evaluator types for unary, binary, product, and map expressi...Gravatar Gael Guennebaud2014-06-20
* | | Move evaluation related flags from traits to evaluator and fix evaluators of ...Gravatar Gael Guennebaud2014-03-12
* | | Some bit flags and internal structures are deprecatedGravatar Gael Guennebaud2014-02-20
* | | Add general Inverse<> expression with evaluatorGravatar Gael Guennebaud2014-02-20
* | | Add a Solve expression for uniform treatment of solve() methods.Gravatar Gael Guennebaud2014-02-19
* | | Move is_diagonal to XprHelper, forward declare RefGravatar Gael Guennebaud2014-02-18
| | * Remove reshape InnerPanel, add test, fix bugGravatar yoco2014-01-20
| | * reshape now supportedGravatar yoco2014-01-18
| |/
* | Enable use of evaluators for noalias and lazyProduct, add conversion to scala...Gravatar Gael Guennebaud2013-12-03
* | First step toward the generalization of evaluators to triangular, sparse and ...Gravatar Gael Guennebaud2013-11-29
* | Refactor dense product evaluatorsGravatar Gael Guennebaud2013-11-27
|/
* Add an option to test evaluators globallyGravatar Gael Guennebaud2013-11-07
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | Let complex power fall back to "log, scale, exp".Gravatar Chen-Pang He2013-07-05
* | Remove unused declarations for MatrixPowerProduct.Gravatar Chen-Pang He2013-07-05
| * Workarounf nvcc not being able to find RowMajor when declaring a Matrix<...> ...Gravatar Gael Guennebaud2013-06-25
|/
* Implement complex MatrixPowerTriangular. There are still problems with real one.Gravatar Chen-Pang He2012-09-30
* Make KroneckerProductSparse inherit EigenBase instead of SparseMatrixBase, fo...Gravatar Chen-Pang He2012-10-25
* Let KroneckerProduct inherit ReturnByValue to eliminate temporary evaluation....Gravatar Chen-Pang He2012-10-15
* Make kroneckerProduct take two arguments and return an expression, which is m...Gravatar Chen-Pang He2012-10-15
* Generalize Block<> to support various implementation wrt StorageKind (just li...Gravatar Gael Guennebaud2012-11-16
* Eliminate unnecessary evaluationsGravatar Chen-Pang He2012-09-23
* Implement matrix power-matrix product againGravatar Chen-Pang He2012-09-22
* Tidy up and write dox.Gravatar Chen-Pang He2012-08-28
* matrix power: MatrixBase::pow(RealScalar) and MatrixBase::pow(T) where T is i...Gravatar jdh82012-08-15
* extend quotient functor to allow for mixed types (complex-real)Gravatar Gael Guennebaud2012-07-27
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* Implement matrix logarithm + test + docs.Gravatar Jitse Niesen2011-06-07
* Implement and document MatrixBase::sqrt().Gravatar Jitse Niesen2011-05-09
* Implement evaluators for ArrayWrapper and MatrixWrapper.Gravatar Jitse Niesen2011-04-22
* for consistency forward declare tan, asin, acos functorsGravatar Gael Guennebaud2011-02-17
* turnaround for a compiler bug in gcc 3.4.6Gravatar Thomas Capricelli2011-02-04
* add test for geometry with eigen2_ prefixes. fix that stuff.Gravatar Benoit Jacob2011-01-27
* add an Options template parameter to Hyperplane and ParametrizedLineGravatar Gael Guennebaud2011-01-27
* Add an Options template paramter to Transform to enable/disable alignmentGravatar Gael Guennebaud2011-01-27
* add quaternion Options, add unaligned possibilityGravatar Christoph Hertzberg2011-01-27
* allow mixed complex-real and real-complex dot productsGravatar Gael Guennebaud2011-01-27
* mergeGravatar Gael Guennebaud2011-01-26
|\
* | extend PermutationMatrix and Transpositions to support arbitrary interger typ...Gravatar Gael Guennebaud2011-01-26
| * eigen2 support: import SVD back, pass SVD testsGravatar Benoit Jacob2011-01-26
| * eigen2 support: implement part<SelfAdjoint>, mimic eigen2 behavior braindeadn...Gravatar Benoit Jacob2011-01-25
| * eigen2: pass QR decomposition and hyperplane testsGravatar Benoit Jacob2011-01-25
| * eigen2: pass lu testGravatar Benoit Jacob2011-01-25
|/
* import eigen2 Geometry module into Eigen2Support.Gravatar Benoit Jacob2011-01-24