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
/
Hyperplane.h
Commit message (
Expand
)
Author
Age
*
make the dot product linear in the second variable, not the first variable
Benoit Jacob
2009-08-03
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
fix duplicated geometry module in the doc
Gael Guennebaud
2009-01-29
*
* make std::vector specializations also for Transform and for Quaternion
Benoit Jacob
2009-01-12
*
EIGEN_MAKE_ALIGNED_OPERATOR_NEW didn't actually need to get the class
Benoit Jacob
2009-01-08
*
the big memory changes. the most important changes are:
Benoit Jacob
2009-01-08
*
* introduce macros to replace inheritance for operator new overloading
Benoit Jacob
2009-01-06
*
inherit from ei_with_aligned_operator_new even with disabled vectorization
Armin Berres
2009-01-05
*
unless i find more failures in the tests, this will be beta3...
Benoit Jacob
2008-12-22
*
fix bad typos, thanks to Kenneth Riddile
Benoit Jacob
2008-12-17
*
* Much better, consistent error msgs when mixing different scalar types:
Benoit Jacob
2008-12-03
*
Update e-mail address
Benoit Jacob
2008-11-24
*
Add an axis aligned box in the geometry module.
Gael Guennebaud
2008-10-26
*
Add isApprox in Geometry module's classes.
Gael Guennebaud
2008-10-25
*
oops forgot the inline keyword (though for gcc it was implicit)
Gael Guennebaud
2008-10-25
*
Add smart cast functions and ctor with scalar conversion (explicit)
Gael Guennebaud
2008-10-25
*
some cleaning and doc in ParametrizedLine and HyperPlane
Gael Guennebaud
2008-10-25
*
* Extend a bit ParametrizedLine and move it to a separate file,
Gael Guennebaud
2008-09-03
*
Solve a big issue with data alignment and dynamic allocation:
Gael Guennebaud
2008-09-03
*
remove the conceptualy broken "NoShear" transformation traits,
Gael Guennebaud
2008-09-01
*
QTransform conversion and doc
Gael Guennebaud
2008-09-01
*
* Add Hyperplane::transform(Matrix/Transform)
Gael Guennebaud
2008-08-31
*
The discussed changes to Hyperplane, the ParametrizedLine class, and the
Benoit Jacob
2008-08-31
*
some hyperplane changes:
Gael Guennebaud
2008-08-29