aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/ForwardDeclarations.h
Commit message (Expand)AuthorAge
* Don't make assumptions about NaN-propagation for pmin/pmax - it various acros...Gravatar Rasmus Munk Larsen2020-10-07
* Change the sign operator in Eigen to return NaN for NaN arguments, not zero.Gravatar Rasmus Munk Larsen2020-07-07
* Added support for reverse iterators for Vectorwise operations.Gravatar Felipe Attanasio2020-05-14
* Fix confusing template param name for Stride fwd decl.Gravatar Xiaoxiang Cao2020-04-30
* Add absolute_difference coefficient-wise binary Array functionGravatar Joel Holdsworth2020-03-19
* Add Bessel functions to SpecialFunctions.Gravatar Srinivas Vasudevan2019-09-14
* Add packetized versions of i0e and i1e special functions.Gravatar Srinivas Vasudevan2019-09-11
* Add ndtri function, the inverse of the normal distribution function.Gravatar Srinivas Vasudevan2019-08-12
* bug #1676: workaround GCC's bug in c++17 mode.Gravatar Gael Guennebaud2019-02-07
* PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).Gravatar Patrick Peltzer2019-01-17
* Use void type if stl-style iterators are not supportedGravatar Eugene Zhulenev2018-10-10
* Compile time detection for unimplemented stl-style iteratorsGravatar Eugene Zhulenev2018-10-09
* Simplify API by removing allCols/allRows and reusing rowwise/colwise to defin...Gravatar Gael Guennebaud2018-10-05
* Move iterators to internal, improve doc, make unit test c++03 friendlyGravatar Gael Guennebaud2018-10-03
* Add pointer-based iterator for direct-access expressionsGravatar Gael Guennebaud2018-10-02
* Factorize RowsProxy/ColsProxy and related iterators using subVector<>(Index)Gravatar Gael Guennebaud2018-10-02
* bug #231: initial implementation of STL iterators for dense expressionsGravatar Gael Guennebaud2018-10-01
* Cleanup intitial reshape implementation:Gravatar Gael Guennebaud2017-01-29
* import yoco xiao's work on reshapeGravatar Gael Guennebaud2017-01-29
|\
* | Initial commit to add a generic indexed-based view of matrices.Gravatar Gael Guennebaud2017-01-06
* | bug #1232: refactor special functions as a new SpecialFunctions module, curre...Gravatar Gael Guennebaud2016-07-08
* | bug #1245: fix compilation with msvcGravatar Gael Guennebaud2016-06-24
* | Generalize expr.pow(scalar), pow(expr,scalar) and pow(scalar,expr).Gravatar Gael Guennebaud2016-06-14
* | Implement expr+scalar, scalar+expr, expr-scalar, and scalar-expr as binary ex...Gravatar Gael Guennebaud2016-06-14
* | Implement scalar multiples and division by a scalar as a binary-expression wi...Gravatar Gael Guennebaud2016-06-14
* | Add bind1st_op and bind2nd_op helpers to turn binary functors into unary ones...Gravatar Gael Guennebaud2016-06-13
* | Add default template parameters for the second scalar type of binary functors.Gravatar Gael Guennebaud2016-06-13
* | Enable mixing types in numext::powGravatar Gael Guennebaud2016-06-10
* | Big 279: enable mixing types for comparisons, min, and max.Gravatar Gael Guennebaud2016-06-10
* | Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* | Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
* | Resolve bad merge.Gravatar Eugene Brevdo2016-03-08
* | Implement complete orthogonal decomposition in Eigen.Gravatar Rasmus Munk Larsen2016-02-06
* | Remove dead codeGravatar Gael Guennebaud2016-02-04
* | backout changeset d4a9e615699bd7f26864d57d2b28021b9f64b6ffGravatar Gael Guennebaud2016-01-30
* | Extend SparseView to allow keeping explicit zeros. This is equivalent to spar...Gravatar Gael Guennebaud2016-01-29
* | Add LU::transpose().solve() and LU::adjoint().solve() API.Gravatar Gael Guennebaud2015-12-01
* | added scalar_sign_op (both real,complex)Gravatar Mark Borgerding2015-11-24
* | Add support for dense.cwiseProduct(sparse)Gravatar Gael Guennebaud2015-11-04
* | Fix ambiguous instantiation issues of product_evaluator.Gravatar Gael Guennebaud2015-10-14
* | Add special path for matrix<complex>/real.Gravatar Gael Guennebaud2015-06-26
* | Fix ambiguous instanciation using clean class-level SFINAE in product_evaluatorGravatar Gael Guennebaud2015-06-19
* | Remove a few deprecated internal expressionsGravatar Gael Guennebaud2015-06-19
* | Add missing forward declaration of AlignedBoxGravatar Gael Guennebaud2015-06-15
* | Abandon blocking size lookup table approach. Not performing as well in real w...Gravatar Benoit Jacob2015-05-19
* | Pulled latest update from the eigen main codebaseGravatar Benoit Steiner2015-03-24
|\ \
| * | Refactor computeProductBlockingSizes to make room for the possibility of usin...Gravatar Benoit Jacob2015-03-15
* | | Added support for fast reciprocal square root computation.Gravatar Benoit Steiner2015-02-26
|/ /
* | Introduce unified macros to identify compiler, OS, and architecture. They are...Gravatar Gael Guennebaud2014-11-04
* | Move D&C SVD to official SVD module.Gravatar Gael Guennebaud2014-10-29