aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/plugins
Commit message (Expand)AuthorAge
* sigmoid -> logisticGravatar Rasmus Munk Larsen2018-08-13
* Move sigmoid functor to core.Gravatar Rasmus Munk Larsen2018-08-03
* Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
* add some internal checksGravatar Gael Guennebaud2018-05-18
* Fix code sample output in block(int, int, int, int) doxygenGravatar Guillaume Jacob2018-04-09
* Add missing empty line.Gravatar Gael Guennebaud2018-04-09
* Make innerVector() and innerVectors() methods available to all expressions su...Gravatar Gael Guennebaud2018-04-04
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Add link to a useful example.Gravatar Gael Guennebaud2017-09-20
* Fix compilation of Vector::operator()(enum) by treating enums as IndexGravatar Gael Guennebaud2017-09-07
* Fix previous commits: disbale only problematic indexed view methods for old c...Gravatar Gael Guennebaud2017-02-11
* Fixed bug introduced in previous commitGravatar Benoit Steiner2017-02-10
* Added a new EIGEN_HAS_INDEXED_VIEW define that set to 0 for older compilers t...Gravatar Benoit Steiner2017-02-10
* fixed the ordering of the template and EIGEN_DEVICE_FUNC keywords in a few mo...Gravatar Benoit Steiner2017-02-01
* Replaced EIGEN_DEVICE_FUNC template<foo> with template<foo> EIGEN_DEVICE_FUNC...Gravatar Benoit Steiner2017-02-01
* Fix useless ';' warningGravatar Gael Guennebaud2017-01-25
* Update all block expressions to accept compile-time sizes passed by fix<N> or...Gravatar Gael Guennebaud2017-01-18
* Merge the generic and dynamic overloads of block()Gravatar Gael Guennebaud2017-01-17
* Fix regression when passing enums to operator()Gravatar Gael Guennebaud2017-01-17
* Add a generic block() method compatible with Eigen::fixGravatar Gael Guennebaud2017-01-17
* Add support for symbolic expressions as arguments of operator()Gravatar Gael Guennebaud2017-01-16
* TypoGravatar Gael Guennebaud2017-01-16
* Large code refactoring:Gravatar Gael Guennebaud2017-01-11
* Move fix and symbolic to their own file, and improve doxygen compatibilityGravatar Gael Guennebaud2017-01-11
* Add 1D overloads of operator()Gravatar Gael Guennebaud2017-01-11
* Add doc to seq, seqN, ArithmeticSequence, operator(), etc.Gravatar Gael Guennebaud2017-01-10
* Factorize const and non-const version of the generic operator() method.Gravatar Gael Guennebaud2017-01-10
* Fix and workaround several doxygen issues/warningsGravatar Gael Guennebaud2017-01-04
* Added support for expm1 in Eigen.Gravatar Srinivas Vasudevan2016-12-02
* bug #426: move operator && and || to MatrixBase and SparseMatrixBase.Gravatar Gael Guennebaud2016-11-14
* bug #828: clarify documentation of SparseMatrixBase's methods returning a sub...Gravatar Gael Guennebaud2016-09-16
* bug #828: clarify documentation of SparseMatrixBase's unary methods.Gravatar Gael Guennebaud2016-09-16
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* Complete the coeff-wise math function table.Gravatar Gael Guennebaud2016-07-20
* bug #1232: refactor special functions as a new SpecialFunctions module, curre...Gravatar Gael Guennebaud2016-07-08
* Fix warnings with gccGravatar Gael Guennebaud2016-06-15
* Move scalar/expr to ArrayBase and fix documentationGravatar Gael Guennebaud2016-06-15
* mergeGravatar Gael Guennebaud2016-06-14
|\
* | Generalize expr/expr and scalar/expr wrt scalar types.Gravatar Gael Guennebaud2016-06-14
* | 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
* | Fix doc.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
* | CleanupGravatar 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
| * Added missing EIGEN_DEVICE_FUNC qualifiers to the unary array opsGravatar Benoit Steiner2016-06-06
|/
* Implement generic scalar*expr and expr*scalar operator based on scalar_produc...Gravatar Gael Guennebaud2016-06-02
* Add missing ArrayBase::log1pGravatar Gael Guennebaud2016-06-01