index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
doc
/
examples
/
class_CwiseBinaryOp.cpp
Commit message (
Expand
)
Author
Age
*
remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support.
Benoit Jacob
2010-04-22
*
tests : fix compilation issues, adding <iostream> and removing
Thomas Capricelli
2010-03-08
*
Fix compilation error in doc/examples/class_CwiseBinaryOp.cpp .
Jitse Niesen
2009-12-21
*
* Merge Extract and Part to the Part expression.
Gael Guennebaud
2008-07-21
*
- many updates after Cwise change
Benoit Jacob
2008-07-08
*
fix building of examples
Gael Guennebaud
2008-06-03
*
some documentation fixes (Cwise* and Cholesky)
Gael Guennebaud
2008-05-22
*
-new: recursive costs system, useful to determine automatically
Benoit Jacob
2008-04-03
*
get rid of MatrixRef, simplifications.
Benoit Jacob
2008-03-13
*
big change: MatrixBase only takes one template parameter "Derived", the
Benoit Jacob
2008-03-10
*
* coefficient wise operators are more generic, with controllable result type.
Gael Guennebaud
2008-03-06
*
renaming: ref() --> asArg()
Benoit Jacob
2008-03-04
*
* Added generic unary operators (replace Opposite and Conjugate)
Gael Guennebaud
2008-03-03