index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
submatrices.cpp
Commit message (
Expand
)
Author
Age
*
fix a couple of compilations issues
Gael Guennebaud
2009-08-06
*
make the dot product linear in the second variable, not the first variable
Benoit Jacob
2009-08-03
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
constant Diagonal ---> DiagonalBits
Benoit Jacob
2009-05-10
*
Add sub/super-diagonal expression (read/write) as a trivial extension of
Gael Guennebaud
2009-02-05
*
fix a few remaining warnings
Gael Guennebaud
2009-01-23
*
Update e-mail address
Benoit Jacob
2008-11-24
*
* block() for vectors ---> segment()
Benoit Jacob
2008-09-15
*
add the missing templated version of block for sub-vectors
Gael Guennebaud
2008-09-09
*
The discussed changes to Hyperplane, the ParametrizedLine class, and the
Benoit Jacob
2008-08-31
*
renamed inverseProduct => solveTriangular
Gael Guennebaud
2008-08-09
*
* Merge Extract and Part to the Part expression.
Gael Guennebaud
2008-07-21
*
update of the testing framework:
Gael Guennebaud
2008-05-22
*
Make use of the LazyBit, introduce .lazy(), remove lazyProduct.
Benoit Jacob
2008-03-31
*
a lot of renaming
Benoit Jacob
2008-03-13
*
generalized ei_traits<>.
Benoit Jacob
2008-03-12
*
Removed trailling spaces.
Gael Guennebaud
2008-03-03
*
* Added generic unary operators (replace Opposite and Conjugate)
Gael Guennebaud
2008-03-03
*
Patch by Gael Guennebaud: unify fixed-size and dynamic-size Block
Benoit Jacob
2008-02-29
*
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
*
renaming:
Benoit Jacob
2008-01-13
*
rework Identity API: no longer restricted to square matrices
Benoit Jacob
2008-01-11
*
Ready for alpha2 release.
Benoit Jacob
2008-01-07
*
- move: DerivedTraits becomes MatrixBase::Traits
Benoit Jacob
2008-01-06
*
-add Ones, DiagonalMatrix, DiagonalCoeffs
Benoit Jacob
2007-12-15
*
Expand and improve unit-tests
Benoit Jacob
2007-12-11