index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Geometry
/
Transform.h
Commit message (
Expand
)
Author
Age
*
bug #1707: Fix deprecation warnings, or disable warnings when testing depreca...
Christoph Hertzberg
2019-05-10
*
Make Transform::rotation() an alias to Transform::linear() in the case of an ...
Gael Guennebaud
2019-01-15
*
Doc: add Isometry in the list of supported Mode of Transform<>
Gael Guennebaud
2019-01-14
*
Initialize isometric transforms like affine transforms.
Greg Coombe
2019-01-11
*
Fix doxy and misc. typos
luz.paz"
2018-08-01
*
bug #1362: workaround constant conditional warning produced by MSVC
Gael Guennebaud
2016-12-20
*
Adding EIGEN_DEVICE_FUNC in the Geometry module.
Robert Lukierski
2016-10-12
*
bug #1304: fix Projective * scaling and Projective *= scaling
Gael Guennebaud
2016-09-23
*
Fix typo in doc.
Gael Guennebaud
2016-09-13
*
Doc: split customizing-eigen page into sub-pages and re-structure a bit the d...
Gael Guennebaud
2016-08-30
*
Fixed type conversion from int
Abhijit Kundu
2016-06-08
*
bug #1201: improve code generation of affine*vec with MSVC
Gael Guennebaud
2016-06-06
*
bug #1201: optimize affine*vector products
Gael Guennebaud
2016-05-19
*
Fix and clarify documentation of Transform wrt operator*(MatrixBase)
Gael Guennebaud
2015-12-08
*
Remove deprecated usage of expr::Index.
Gael Guennebaud
2015-02-16
*
Index refactoring: StorageIndex must be used for storage only (and locally wh...
Gael Guennebaud
2015-02-13
*
Merge Index-refactoring branch with default, fix PastixSupport, remove some u...
Gael Guennebaud
2015-02-13
|
\
|
*
Use true compile time "if" for Transform::makeAffine
Gael Guennebaud
2014-12-13
*
|
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
|
/
*
Introduce unified macros to identify compiler, OS, and architecture. They are...
Gael Guennebaud
2014-11-04
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
Fix various small issues detected by gcc
Gael Guennebaud
2014-08-01
*
Make Transform exposes sizes: Dim+1 x Dim+1 for projective transform, and Dim...
Gael Guennebaud
2014-07-31
*
Call product_generic_impl by default, and remove lot of boilerplate code
Gael Guennebaud
2014-07-31
*
Enable LinearAccessBit in Block expression for inner-panels
Gael Guennebaud
2014-06-06
*
Avoid stupid "enumeral mismatch in conditional expression" warnings in GCC
Christoph Hertzberg
2014-03-11
*
fix compilation of Transform * UniformScaling
Gael Guennebaud
2014-02-12
*
Fixed assignment from QMatrix to Transform for compact storage.
Hauke Heibel
2014-02-04
*
Fixed InnerPanel definition in the Transformation class.
Hauke Heibel
2013-08-27
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
fix compilation with MSVC
Gael Guennebaud
2012-07-05
*
fix bug #487: isometry * scaling was not compiling
Gael Guennebaud
2012-07-04
*
fix implicit scalar conversion
Gael Guennebaud
2012-06-28
*
bug #482: pass scalar arguments by const references. This changeset only conc...
Gael Guennebaud
2012-06-28
*
fix bug #477: warning with gcc 4.7
Gael Guennebaud
2012-06-20
*
workaround ICC 11.1 compilation issue
Gael Guennebaud
2012-06-08
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
fix bug #362 and add missing specialization for affine-compact * projective
Gael Guennebaud
2012-03-30
*
Improve performance of some Transform<> operations by better preserving the a...
Gael Guennebaud
2012-02-07
*
fix static inline versus inline static issues (the former is the correct order)
Gael Guennebaud
2012-01-31
*
Improved compilation errors for Transform initialization/assignment with diff...
Hauke Heibel
2011-07-28
*
fix bug #260: broken Qt support for Transform
John Tytgat
2011-05-11
*
Document enums in Constants.h (bug #248).
Jitse Niesen
2011-05-03
*
fix compilation in the case of 1D Transform
Gael Guennebaud
2011-03-02
*
fix transform * matrix products: in particular it now truely considers the rh...
Gael Guennebaud
2011-03-02
*
to ease debugging let's catch invalid template options in Transform
Gael Guennebaud
2011-02-25
*
fix bug #190: directly pass Transform Options to Matrix, allowing to use RowM...
Benoit Jacob
2011-02-22
*
Improve the Transform interface in order to prevent T.rotation() = R from com...
Hauke Heibel
2011-02-14
*
Improve documentation of plugins.
Jitse Niesen
2011-02-13
*
fix Transform documention regarding Mode
Gael Guennebaud
2011-02-10
[next]