aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/XprHelper.h
Commit message (Expand)AuthorAge
* Fix more enum arithmetic.Gravatar Rasmus Munk Larsen2021-06-15
* Make iterators default constructible and assignable, by making...Gravatar Christoph Hertzberg2021-04-09
* Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in...Gravatar Steve Bronder2021-03-24
* Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStrid...Gravatar David Tellenbach2021-03-05
* Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), out...Gravatar Steve Bronder2021-03-04
* Fixed/masked more implicit copy constructor warningsGravatar Christoph Hertzberg2021-02-27
* Revert "avoid selecting half-packets when unnecessary"Gravatar Rasmus Munk Larsen2020-02-25
* Revert "Pick full packet unconditionally when EIGEN_UNALIGNED_VECTORIZE"Gravatar Rasmus Munk Larsen2020-02-25
* Revert "do not pick full-packet if it'd result in more operations"Gravatar Rasmus Munk Larsen2020-02-25
* do not pick full-packet if it'd result in more operationsGravatar Francesco Mazzoli2020-02-07
* Pick full packet unconditionally when EIGEN_UNALIGNED_VECTORIZEGravatar Francesco Mazzoli2020-02-07
* avoid selecting half-packets when unnecessaryGravatar Francesco Mazzoli2020-02-07
* Bug #1788: Fix rule-of-three violations inside the stable modules.Gravatar Christoph Hertzberg2019-12-19
* Make is_valid_index_type return false for float and double when EIGEN_HAS_TYP...Gravatar Rasmus Munk Larsen2019-06-05
* Add masked_store_available to unpacket_traitsGravatar Eugene Zhulenev2019-05-02
* Adding lowlevel APIs for optimized RHS packet load in TensorFlowGravatar Anuj Rawat2019-04-20
* Introducing "vectorized" byte on unpacket_traits structsGravatar Gustavo Lima Chaves2018-12-19
* PR 465: Fix issue in RowMajor assignment in plain_matrix_type_row_major::typeGravatar Justin Carpentier2018-08-10
* Add internall::is_identity compile-time helperGravatar Gael Guennebaud2018-07-11
* Introduce the macro ei_declare_local_nested_eval to help allocating on the st...Gravatar Gael Guennebaud2018-07-09
* Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
* Make is_same_dense compatible with different scalar types.Gravatar Gael Guennebaud2018-07-03
* fix stupid typoGravatar Gael Guennebaud2018-05-18
* is_convertible<T,Index> does not seems to work well with MSVC 2013, so let's ...Gravatar Gael Guennebaud2018-05-18
* add some internal checksGravatar Gael Guennebaud2018-05-18
* std::integral_constant is not C++03 compatibleGravatar Christoph Hertzberg2017-09-14
* Fix compilation of Vector::operator()(enum) by treating enums as IndexGravatar Gael Guennebaud2017-09-07
* Merged in ggael/eigen-flexidexing (pull request PR-294)Gravatar Gael Guennebaud2017-01-26
|\
* | bug #1381: fix sparse.diagonal() used as a rvalue.Gravatar Gael Guennebaud2017-01-25
| * Make variable_if_dynamic<T> implicitely convertible to TGravatar Gael Guennebaud2017-01-11
|/
* Make sure that traits<CwiseBinaryOp>::Flags reports the correct storage order...Gravatar Gael Guennebaud2016-12-27
* Harmless typoGravatar Gael Guennebaud2016-12-27
* Fix a performance regression in (mat*mat)*vec for which mat*mat was evaluated...Gravatar Gael Guennebaud2016-11-30
* bug #1328: workaround a compilation issue with gcc 4.2Gravatar Gael Guennebaud2016-10-20
* Improve cost estimation of complex divisionGravatar Gael Guennebaud2016-09-21
* Fix compilation on 32 bits systems.Gravatar Gael Guennebaud2016-09-09
* bug #1195: move NumTraits::Div<>::Cost to internal::scalar_div_cost (with som...Gravatar Gael Guennebaud2016-09-08
* Generalize ScalarBinaryOpTraits to any complex-real combination as defined by...Gravatar Gael Guennebaud2016-09-06
* bug #1286: automatically detect the available prototypes of functors passed t...Gravatar Gael Guennebaud2016-08-31
* Simplify ScalarBinaryOpTraits by removing the Defined enum, and extend its do...Gravatar Gael Guennebaud2016-07-20
* Make scalar_product_op the default (instead of void)Gravatar Gael Guennebaud2016-07-18
* Fix missing specialization.Gravatar Gael Guennebaud2016-06-24
* Relax promote_scalar_arg logic to enable promotion to Expr::Scalar if convers...Gravatar Gael Guennebaud2016-06-24
* Introduce a NumTraits<T>::Literal type to be used for literals, andGravatar Gael Guennebaud2016-06-23
* Implement scalar multiples and division by a scalar as a binary-expression wi...Gravatar Gael Guennebaud2016-06-14
* Clean handling for void type in EIGEN_CHECK_BINARY_COMPATIBILIYGravatar Gael Guennebaud2016-06-06
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Remove dead code.Gravatar Gael Guennebaud2016-06-02
* Implement generic scalar*expr and expr*scalar operator based on scalar_produc...Gravatar Gael Guennebaud2016-06-02
* bug #1181: help MSVC inlining.Gravatar Gael Guennebaud2016-05-31