aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Documentation: Start special topic page on aliasing.Gravatar Jitse Niesen2010-07-31
|
* Added static method Identity() to the Translation class.Gravatar Hauke Heibel2010-07-29
|
* Safeguarded some Transform functions with compile time asserts.Gravatar Hauke Heibel2010-07-29
| | | | Added missing static Identity() to Rotation2D, AngleAxis.
* Transform is now per default Projective.Gravatar Hauke Heibel2010-07-29
| | | | | | Improved invert() in the Transform class. RotationBase offers matrix() to be conform with Transform's naming scheme. Added Translation::translation() to be conform with Transform's naming scheme.
* Removed debug outputs.Gravatar Hauke Heibel2010-07-28
|
* * added EIGEN_ALIGNED_ALLOCATOR macro to allow specifying a different ↵Gravatar Kenneth Riddile2010-07-26
| | | | | | aligned allocator * attempted to add support for std::deque by copying and modifying the std::vector implementation...MSVC still fails to compile with the std::deque::resize() "will not be aligned" error...probably missing something simple but I'm not sure how to make it work
* Several changes in comments to keep Doxygen happy.Gravatar Jitse Niesen2010-07-25
|
* Add some more examples for the API documentation.Gravatar Jitse Niesen2010-07-24
| | | | | The only missing examples now are for homogeneous() and hnormalized(); I don't know what they're used for ...
* Add examples for API documentation of block methods in DenseBase.Gravatar Jitse Niesen2010-07-23
|
* Add examples for API documentation of MatrixBase::cwiseXxx() methods.Gravatar Jitse Niesen2010-07-23
|
* Set Doxygen config variable INCLUDE_PATH to plugins directory.Gravatar Jitse Niesen2010-07-23
| | | | | This is necessary to get functions like MatrixBase::cwiseAbs() documented; otherwise doxygen can't find the include file in which they are defined.
* Tutorial page 7: more typical example for .all(), minor copy-editing.Gravatar Jitse Niesen2010-07-23
|
* Add newline at the end of Dense.Gravatar User Martin Senst2010-07-23
|
* allow vectorization of mat44.col() by adding a InnerPanel booleanGravatar Gael Guennebaud2010-07-23
| | | | template parameter to Block
* Tutorial page 6: Fix typo, add table of contents.Gravatar Jitse Niesen2010-07-22
|
* fix merge conflictsGravatar Gael Guennebaud2010-07-22
|
* merge with complex branchGravatar Gael Guennebaud2010-07-22
|\
| * Extend tutorial page 5: Advanced initialization.Gravatar Jitse Niesen2010-07-22
| |
* | sync with default branchGravatar Gael Guennebaud2010-07-22
|\|
* | oopsGravatar Gael Guennebaud2010-07-22
| |
| * add an OpenGL module simplifying the way you can pass Eigen's objects to GLGravatar Gael Guennebaud2010-07-22
| |
| * fix SparseView: clean the nested matrix typeGravatar Gael Guennebaud2010-07-22
| |
| * Unified LinSpaced in order to be conform with other setter methods as e.g. ↵Gravatar Hauke Heibel2010-07-22
| | | | | | | | Constant.
* | mergeGravatar Gael Guennebaud2010-07-22
|\ \
* | | add matlab-like mixed productGravatar Gael Guennebaud2010-07-22
| | |
* | | rename indices to a common schemeGravatar Gael Guennebaud2010-07-22
| | |
* | | fix inner vectorization logicGravatar Gael Guennebaud2010-07-22
| | |
* | | fix strict aliasing issueGravatar Gael Guennebaud2010-07-22
| | |
* | | now that we properly support mixing real-complex: clean mixingtypes testGravatar Gael Guennebaud2010-07-22
| | |
| | * fix typoGravatar Thomas Capricelli2010-07-22
| | |
| | * fix compilation of quaternion demoGravatar Gael Guennebaud2010-07-21
| | |
| | * fix mandelbrot compilation, and make it use Array instead of MatrixGravatar Gael Guennebaud2010-07-21
| | |
| * | fix a strict aliasing issue with gcc 4.3Gravatar Gael Guennebaud2010-07-20
|/ /
* | fix storage order requestGravatar Gael Guennebaud2010-07-20
| |
* | fix static allocation of workspaceGravatar Gael Guennebaud2010-07-20
| |
* | add NEON ploaddup and pcplxflip functionsGravatar Gael Guennebaud2010-07-20
| |
* | one more fix for openmpGravatar Gael Guennebaud2010-07-20
| |
* | improve block-size heuristicGravatar Gael Guennebaud2010-07-20
| |
* | fix openmp versionGravatar Gael Guennebaud2010-07-20
| |
* | fix declaration of pack_lhs in trsmGravatar Gael Guennebaud2010-07-20
| |
* | uncomment commented code for debugGravatar Gael Guennebaud2010-07-20
| |
* | report a true assert when not checking for an assertionGravatar Gael Guennebaud2010-07-20
| |
* | it appears only the "on the left" case was testedGravatar Gael Guennebaud2010-07-20
| |
* | fix trmm and symm wrt lhs packingGravatar Gael Guennebaud2010-07-20
| |
* | fix compilation by including file in correct orderGravatar Gael Guennebaud2010-07-19
| |
* | * fix SelfCwiseBinaryOp traits and handling of mixed typesGravatar Gael Guennebaud2010-07-19
| | | | | | | | * improve compilation error in case of type mismatch
* | explicitely disable vectorization for mixed coeff based productsGravatar Gael Guennebaud2010-07-19
| |
* | fix lhs packing in the case of real * complex productsGravatar Gael Guennebaud2010-07-19
| |
* | port Jacobi to new ei_pset1/ei_pload APIGravatar Gael Guennebaud2010-07-19
| |
* | * fix compilation of mixed scalar productGravatar Gael Guennebaud2010-07-19
| | | | | | | | * optimize mixed scalar products