aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/plugins/BlockMethods.h
Commit message (Collapse)AuthorAge
* Grafted from 5725:cdedc9e90d21099e8b3191f95425680ebe710d6fGravatar Christoph Hertzberg2013-12-21
| | | | and resolved conflicts
* merge with main branchGravatar Gael Guennebaud2013-07-17
|\
| * Implement mixed static/dynamic-size .block() (bug #579)Gravatar Jitse Niesen2013-06-18
| |
* | Add support for NVCC5: most of the Core and part of LU are callable from ↵Gravatar Gael Guennebaud2013-02-07
|/ | | | | | CUDA code. Still a lot to do.
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
|
* Move VectorBlock methods into plugin sectionGravatar Desire NUENTSA2012-11-16
|
* plugin header files can be included more than onceGravatar Gael Guennebaud2012-11-15
|
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
|
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* Fix Sun CC parsing of Eigen/Core. In particular,Gravatar Gael Guennebaud2010-08-25
I moved all the block related methods to a plugin file. This also significantly reduce code verbosity.