aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Collapse)AuthorAge
* Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ↵Gravatar Hauke Heibel2010-02-06
| | | | | | related to nested products. Fixed a few typos and a few warnings.
* make noalias works for coefficient based productsGravatar Gael Guennebaud2010-02-05
|
* make sure the correct diagoanl() function is called in trace()Gravatar Gael Guennebaud2010-02-04
|
* * resurected Flagged from Eigen2SupportGravatar Gael Guennebaud2010-02-04
| | | | * reimplement .diagonal() for ProductBase to make (A*B).diagonal() more efficient!
* optiization: make hybrid small/large outer products use the unrolled pathGravatar Gael Guennebaud2010-02-04
|
* Prevent temporaries for reductions.Gravatar Hauke Heibel2010-02-04
|
* Fixed a warning.Gravatar Hauke Heibel2010-02-03
| | | | Transform::Identity() is now returning a Transform.
* Fixed 32bit builds.Gravatar Hauke Heibel2010-02-03
|
* Fixes #89.Gravatar Hauke Heibel2010-02-02
| | | | Added regression test.
* fix compilation on 32bits systemsGravatar Gael Guennebaud2010-02-01
|
* remove some trailing nestbyvalueGravatar Gael Guennebaud2010-02-01
|
* use unrolled product path for small outer productGravatar Gael Guennebaud2010-01-31
|
* fix triangular view assignmentGravatar Gael Guennebaud2010-01-30
|
* add specialization of ei_ref_selector for Array (fix a big perf issue \!)Gravatar Gael Guennebaud2010-01-29
|
* Adapted mean to work with complex numbers.Gravatar Hauke Heibel2010-01-29
| | | | Added regression test.
* Fixed mean reduction leading to unresolved symbol.Gravatar Hauke Heibel2010-01-29
|
* Fixed Quaternion operator*= added regression test.Gravatar Hauke Heibel2010-01-28
|
* silent warning of iccGravatar Thomas Capricelli2010-01-27
|
* add support for global math function for arrayGravatar Gael Guennebaud2010-01-27
|
* Added EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION macro including unit tests and ↵Gravatar Hauke Heibel2010-01-27
| | | | documentation.
* EIGEN_ENUM_MIN ---> EIGEN_SIZE_MINGravatar Benoit Jacob2010-01-27
|
* *forward port fix in MapBase::coeff(int) and coeffRef(int)Gravatar Benoit Jacob2010-01-27
| | | | | *forward port expanded map.cpp unit test *fix unused variable warnings
* Added an ei_linspaced_op to create linearly spaced vectors.Gravatar Hauke Heibel2010-01-26
| | | | | | | | | Added setLinSpaced/LinSpaced functionality to DenseBase. Improved vectorized assignment - overcomes MSVC optimization issues. CwiseNullaryOp is now requiring functors to offer 1D and 2D operators. Adapted existing functors to the new CwiseNullaryOp requirements. Added ei_plset to create packages as [a, a+1, ..., a+size]. Added more nullaray unit tests.
* Clean up one compilation error and two warnings.Gravatar Jitse Niesen2010-01-26
|
* generate a compilation error when using ReturnByValue::coeff() or coeffRef(),Gravatar Benoit Jacob2010-01-24
| | | | instead of doing an infinite recursion
* rm ExpressionMaker stuff (weird as I was pretty sure that I had already ↵Gravatar Gael Guennebaud2010-01-22
| | | | removed them)
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
| | | | | | - clean the *_PUBLIC_INTERFACE_* - update Diagonal, ReturnByValue, ForceAlignedAccess, UnaryView, etc. to support array - many other small stuff
* Added array() to ArrayBase and matrix() to MatrixBase().Gravatar Hauke Heibel2010-01-21
|
* Remove some Array #includes.Gravatar Jitse Niesen2010-01-21
|
* Adapted Geometry includes.Gravatar Hauke Heibel2010-01-21
| | | | Adapted the decomposition documentation regarding the solve signature.
* Added the Array include's warning for GCC.Gravatar Hauke Heibel2010-01-20
|
* Corrected the Array include's deprecation warning for MSVC.Gravatar Hauke Heibel2010-01-20
|
* mergeGravatar Hauke Heibel2010-01-20
|\
* | Moved the Array module to Core.Gravatar Hauke Heibel2010-01-20
| |
| * Fix bug in MatrixBase::setIdentity(int, int).Gravatar Jitse Niesen2010-01-20
|/
* add SSE code (from Intel) for the fast inversion of 4x4 matrices of doubleGravatar Gael Guennebaud2010-01-19
|
* update the fast 4x4 SSE inversion code from more recent Intel's codeGravatar Gael Guennebaud2010-01-19
|
* Get rid off GCC warning on comparing enums from different types.Gravatar Jitse Niesen2010-01-19
|
* fix scalar - matrixGravatar Gael Guennebaud2010-01-18
|
* extend CwiseNullaryOp to support ArrayGravatar Gael Guennebaud2010-01-18
|
* fix both compilation and previous fix : now 'basicstuff' passes again.Gravatar Thomas Capricelli2010-01-18
| | | | (Gael: i dont think you meant removing this setIdentity(), did you?)
* fix !=Gravatar Gael Guennebaud2010-01-18
|
* work around warning about /* inside of a comment (gcc 4.4)Gravatar Benoit Jacob2010-01-16
|
* More documentation improvements.Gravatar Hauke Heibel2010-01-16
|
* Adapted doxygen's new style sheet.Gravatar Hauke Heibel2010-01-15
| | | | Added documentation to some of the typedefs.
* forgot to include this file in previous commitGravatar Gael Guennebaud2010-01-15
|
* remove useless using comp. assignment operatorsGravatar Gael Guennebaud2010-01-15
|
* fix a warningGravatar Gael Guennebaud2010-01-15
|
* allow to multiply a householder sequence and a matrix when one is real and ↵Gravatar Benoit Jacob2010-01-15
| | | | | | one is complex. This is especially important as in bidiagonalization, the band matrix is real.
* New UpperBidiagonalization classGravatar Benoit Jacob2010-01-14
|