aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Array
Commit message (Expand)AuthorAge
* Fixed another enum related warning.Gravatar Hauke Heibel2010-06-12
* merge my Dynamic -> -1 changeGravatar Benoit Jacob2010-06-11
|\
* | change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
| * Fixes #104.Gravatar Hauke Heibel2010-06-02
| * * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
| * fix issue #125 - *norm() return RealScalar and not ScalarGravatar Gael Guennebaud2010-05-31
| * Change skipU argument to computeU - this reverses the meaning.Gravatar Jitse Niesen2010-05-31
| * Define non-const operator() in Reverse; enable test for this.Gravatar Jitse Niesen2010-05-31
|/
* the Index types change.Gravatar Benoit Jacob2010-05-30
* fix some warnings with clangGravatar Thomas Capricelli2010-05-21
* * kill the retval typedefs, instead introduce ei_xxx_retval which does the jo...Gravatar Benoit Jacob2010-04-28
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* remove MakeBase, use ei_dense_xpr_base insteadGravatar Benoit Jacob2010-04-23
* * remove ei_block_direct_access_statusGravatar Benoit Jacob2010-04-23
* * remove class DenseDirectAccessBaseGravatar Benoit Jacob2010-04-23
* * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
* * allow matrix dimensions to be 0 (also at compile time) and provide a specia...Gravatar Benoit Jacob2010-03-21
* fix the flags and matrix options, to always have the right RowMajor bit in th...Gravatar Benoit Jacob2010-03-19
* compile with gcc 4.5Gravatar Benoit Jacob2010-03-18
* fix and extend replicate optimization, and add the packet method though it is...Gravatar Gael Guennebaud2010-03-15
* Try to avoid modulo operations in Replicate if possible.Gravatar Hauke Heibel2010-03-13
* Nest expression within MatrixWrapper by value.Gravatar Hauke Heibel2010-03-10
* Enable resizing of Arrays.Gravatar Hauke Heibel2010-03-10
* Backed out changeset 2f3d685e0c687ae1121428dab6bc0ec868b14fe3Gravatar Benoit Jacob2010-03-03
* a matrix (or array) does not always have the LinearAccessBit!Gravatar Gael Guennebaud2010-03-02
* Document Map and Stride, add examples.Gravatar Benoit Jacob2010-02-26
* DenseBase::IsRowMajor now takes the special case of vectors into account.Gravatar Benoit Jacob2010-02-25
* mergeGravatar Benoit Jacob2010-02-25
|\
* | * Implement the ByOuterInner accessorsGravatar Benoit Jacob2010-02-25
| * Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
| * Renamed AnyMatrixBase to EigenBase.Gravatar Hauke Heibel2010-02-20
|/
* fix nesting in Arraywrapper and nesting_opsGravatar Gael Guennebaud2010-02-09
* get rid of NestParentByRefBitGravatar Gael Guennebaud2010-02-08
* Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...Gravatar Hauke Heibel2010-02-06
* add support for global math function for arrayGravatar Gael Guennebaud2010-01-27
* Added an ei_linspaced_op to create linearly spaced vectors.Gravatar Hauke Heibel2010-01-26
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
* Added array() to ArrayBase and matrix() to MatrixBase().Gravatar Hauke Heibel2010-01-21
* remove useless using comp. assignment operatorsGravatar Gael Guennebaud2010-01-15
* Fixed the ProductReturnType (at least for UnrolledProducts).Gravatar Hauke Heibel2010-01-12
* Fixed DenseStorageBase typedef (MSVC specific).Gravatar Hauke Heibel2010-01-11
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* a couple of fixesGravatar Gael Guennebaud2010-01-06
* add operators *= and /= (bis)Gravatar Gael Guennebaud2010-01-05
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
* | fix a coupe of warningsGravatar Gael Guennebaud2010-01-05
| * make some changes to please clang, fix some warnings too.Gravatar Thomas Capricelli2010-01-04
* | s/asMatrix()/matrix()Gravatar Gael Guennebaud2010-01-04
* | port VectorwiseOp and Swap to the novel mechanisms, and various cleanningGravatar Gael Guennebaud2010-01-04
* | merge with default branchGravatar Gael Guennebaud2009-12-22
|\|