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
/
ForceAlignedAccess.h
Commit message (
Expand
)
Author
Age
*
Make cuda_basic test compile again by adding lots of EIGEN_DEVICE_FUNC.
Christoph Hertzberg
2014-10-13
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
Postfixed add_const and remove_const by _on_value_type to express the differe...
Hauke Heibel
2010-11-26
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
Various documentation improvements.
Jitse Niesen
2010-07-06
*
email change
Gael Guennebaud
2010-06-24
*
the Index types change.
Benoit Jacob
2010-05-30
*
compilation fix: const T ---> typename ei_makeconst<T>::type
Benoit Jacob
2010-05-18
*
remove MakeBase, use ei_dense_xpr_base instead
Benoit Jacob
2010-04-23
*
* Implement the ByOuterInner accessors
Benoit Jacob
2010-02-25
*
lot of cleaning:
Gael Guennebaud
2010-01-22
*
* remove EnforceAlignedAccess option to Block, VectorBlock, Map and MapBase
Gael Guennebaud
2009-11-20