aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Constants.h
Commit message (Expand)AuthorAge
* Add support for Arm SVEGravatar David Tellenbach2021-01-21
* Don't make assumptions about NaN-propagation for pmin/pmax - it various acros...Gravatar Rasmus Munk Larsen2020-10-07
* Fix shadow warnings in AlignedBox and SparseBlockGravatar Eugene Zhulenev2019-11-27
* merge with default EigenGravatar Gael Guennebaud2018-09-21
|\
| * Add support for MIPS SIMD (MSA)Gravatar Alexey Frunze2018-07-06
* | Add support for mat(all) as an alias to mat.reshaped(mat.size(),fix<1>);Gravatar Gael Guennebaud2017-02-21
|/
* Propagate compile-time increment and strides.Gravatar Gael Guennebaud2017-01-06
* bug #1213: rename some enums type for consistency.Gravatar Gael Guennebaud2016-05-18
* bug #1213: Give names to anonymous enumsGravatar Christoph Hertzberg2016-05-06
* rm remaining debug codeGravatar Gael Guennebaud2016-01-06
* Mark AlignedBit and EvalBeforeNestingBit with deprecated attribute, and remov...Gravatar Gael Guennebaud2015-12-30
* Workaround "empty paragraph" warning with clang -WdocumentationGravatar Gael Guennebaud2015-12-30
* Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
* Add LU::transpose().solve() and LU::adjoint().solve() API.Gravatar Gael Guennebaud2015-12-01
* Reimplement the tensor comparison operators by using the scalar_cmp_op functo...Gravatar Benoit Steiner2015-11-06
* Simplify cost computations based on HugeCost being smaller that unrolling limitGravatar Gael Guennebaud2015-10-28
* Refactoring of the cost model:Gravatar Gael Guennebaud2015-10-28
* Improve documentation of TriangularView.Gravatar Gael Guennebaud2015-10-09
* Mark ALignedBit as deprecated.Gravatar Gael Guennebaud2015-08-07
* First part of a big refactoring of alignment control to enable the handling o...Gravatar Gael Guennebaud2015-08-06
* Remove a few deprecated internal expressionsGravatar Gael Guennebaud2015-06-19
* Introduce a AliasFreeProduct option for Permutations and TranspositionsGravatar Gael Guennebaud2015-06-19
* Improbe compatibility of Transpositions and evaluatorsGravatar Gael Guennebaud2015-06-19
* Make Transpositions use evaluatorsGravatar Gael Guennebaud2015-06-19
* bug #872: Avoid deprecated binder1st/binder2nd usage by providing custom func...Gravatar Christoph Hertzberg2015-05-07
* Made the index type a template parameter of the tensor class instead of encod...Gravatar Benoit Steiner2015-03-30
* Added support for 32bit index on a per tensor/tensor expression. This enables...Gravatar Benoit Steiner2015-02-27
* Add a SparseCompressedBase class providing (un)compressed accessors (like dat...Gravatar Gael Guennebaud2015-02-07
* Workaround various "returning reference to temporary" warnings.Gravatar Gael Guennebaud2014-12-05
* Introduce a generic InnerIterator classes compatible with evaluators.Gravatar Gael Guennebaud2014-09-29
* Merged eigen/eigen into defaultGravatar Konstantinos Margaritis2014-09-21
|\
* | Initial VSX commitGravatar Konstantinos Margaritis2014-08-29
| * Make minimal changes to make homogenous compatible with evaluatorsGravatar Gael Guennebaud2014-07-31
| * Make permutation compatible with sparse matricesGravatar Gael Guennebaud2014-07-30
| * Refactor TriangularView to handle both dense and sparse objects. Introduce a ...Gravatar Gael Guennebaud2014-07-22
| * Split StorageKind promotion into two helpers: one for products, and one for c...Gravatar Gael Guennebaud2014-07-01
| * Add a NoPreferredStorageOrderBit flag for expression having no preferred stor...Gravatar Gael Guennebaud2014-06-27
| * Port products with permutation matrices to evaluators.Gravatar Jitse Niesen2014-04-15
| * Resurect EvalBeforeNestingBit to control nested_evalGravatar Gael Guennebaud2014-03-12
| * Some bit flags and internal structures are deprecatedGravatar Gael Guennebaud2014-02-20
| * Fix usage of Dense versus DenseShapeGravatar Gael Guennebaud2013-12-02
| * Refactor dense product evaluatorsGravatar Gael Guennebaud2013-11-27
|/
* Clarify the meaning of AlignedBit (bug #359)Gravatar Gael Guennebaud2013-10-28
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Add a DynamicIndex constant for signed quantities and use it to fix the conflictGravatar Gael Guennebaud2012-07-10
* Implement eval-at-once in evaluator.Gravatar Jitse Niesen2012-06-29
* Define NoChange as enum constant (bug #450).Gravatar Jitse Niesen2012-04-29
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* Update the PARDISO interface to match other sparse solvers.Gravatar Gael Guennebaud2012-02-04