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
/
Core
/
MathFunctions.h
Commit message (
Expand
)
Author
Age
*
-fix certain #includes
Benoit Jacob
2008-05-12
*
* Added several cast to int of the enums (needed for some compilers)
Gael Guennebaud
2008-05-12
*
* Draft of a eigenvalues solver
Gael Guennebaud
2008-05-12
*
* Give Konstantinos a copyright line
Benoit Jacob
2008-05-12
*
some cleaning in Cholesky and removed evil ei_sqrt of complex
Gael Guennebaud
2008-04-27
*
* added ei_sqrt for complex
Gael Guennebaud
2008-04-27
*
* Add fixed-size template versions of corner(), start(), end().
Benoit Jacob
2008-04-12
*
* introducte recursive Flags system for the expressions
Benoit Jacob
2008-03-30
*
* #define EIGEN_NDEBUG now also disables asserts. Useful
Benoit Jacob
2008-03-26
*
* Added a generic *redux* mini framework allowing custom redux operations
Gael Guennebaud
2008-03-16
*
- expand MathFunctions.h to provide more functions, like exp, log...
Benoit Jacob
2008-03-14
*
Relicense --> dual-license LGPL3+/GPL2+
Benoit Jacob
2008-02-28
*
prefix global functions with ei_ as previous solution was rather
Benoit Jacob
2008-02-28
*
Ready for alpha2 release.
Benoit Jacob
2008-01-07
*
- move: DerivedTraits becomes MatrixBase::Traits
Benoit Jacob
2008-01-06
*
move Core/ to a src/ subdir, in preparation for following changes
Benoit Jacob
2007-12-28