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
/
VectorBlock.h
Commit message (
Expand
)
Author
Age
*
Add support for NVCC5: most of the Core and part of LU are callable from CUDA...
Gael Guennebaud
2013-02-07
*
Move VectorBlock methods into plugin section
Desire NUENTSA
2012-11-16
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
fix most of the shadow warnings in Core/*.h
Gael Guennebaud
2012-06-22
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
bug #54 - really fix const correctness except in Sparse
Benoit Jacob
2010-12-22
*
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
*
* allow matrix dimensions to be 0 (also at compile time) and provide a specia...
Benoit Jacob
2010-03-21
*
* Fix #97 : Householder operations on 1x1 matrices
Benoit Jacob
2010-03-08
*
* Implement the ByOuterInner accessors
Benoit Jacob
2010-02-25
*
lot of cleaning:
Gael Guennebaud
2010-01-22
*
remove useless using comp. assignment operators
Gael Guennebaud
2010-01-15
*
merge and add start/end to Eigen2Support
Gael Guennebaud
2010-01-05
|
\
|
*
Big renaming:
Benoit Jacob
2010-01-04
*
|
add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation
Gael Guennebaud
2009-12-04
*
|
* remove EnforceAlignedAccess option to Block, VectorBlock, Map and MapBase
Gael Guennebaud
2009-11-20
|
/
*
make ColPivotingQR use HouseholderSequence
Gael Guennebaud
2009-09-16
*
remove the \addexample tags
Gael Guennebaud
2009-09-03
*
add a VectorBlock expr as a specialization of Block
Gael Guennebaud
2009-07-05