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
/
QR
/
QR.h
Commit message (
Expand
)
Author
Age
*
add matrixQR() method exposing the storage. that's where the householder thin...
Benoit Jacob
2009-07-06
*
fix some search-and-replace damage
Benoit Jacob
2009-07-06
*
* rename QR to HouseholderQR because really that impacts the API, not just th...
Benoit Jacob
2009-07-06
*
merge
Benoit Jacob
2009-05-22
|
\
|
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
|
QR and SVD decomposition interface unification.
Hauke Heibel
2009-05-22
|
/
*
reduce epsilon in QR
Gael Guennebaud
2009-01-29
*
move EIGEN_DEPRECATED to the begining of the function (pb with MSVC)
Gael Guennebaud
2009-01-28
*
QR: add isInjective(), isSurjective(),
Gael Guennebaud
2009-01-28
*
* QR: add a rank() method and improve the accuracy of the rank
Gael Guennebaud
2009-01-20
*
quick bugfix in QR::isFullRank() (not 100% sure about the reference value
Gael Guennebaud
2009-01-20
*
* the Upper->UpperTriangular change
Benoit Jacob
2008-12-20
*
* fix in IO.h, a useless copy was made because of assignment from
Benoit Jacob
2008-12-18
*
* replace postfix ++ by prefix ++ wherever that makes sense in Eigen/
Benoit Jacob
2008-12-17
*
doc: add a "non stable" warning for parts which are not part
Gael Guennebaud
2008-11-22
*
norm2() renamed to squaredNorm(), kept as deprecated for now.
Benoit Jacob
2008-11-03
*
* LU decomposition, supporting all rectangular matrices, with full
Benoit Jacob
2008-08-04
*
Several compilation fixes for MSVC and NVCC, basically:
Gael Guennebaud
2008-07-29
*
Add .perpendicular() function in Geometry module (adapted from Eigen1)
Gael Guennebaud
2008-07-22
*
* Merge Extract and Part to the Part expression.
Gael Guennebaud
2008-07-21
*
- many updates after Cwise change
Benoit Jacob
2008-07-08
*
Add QR and Cholesky module instantiations in the lib.
Gael Guennebaud
2008-06-14
*
* rewrite of the QR decomposition:
Gael Guennebaud
2008-06-07
*
* fix the QR module to use extract/part instead of the previous triangular stuff
Gael Guennebaud
2008-05-27
*
- introduce Part and Extract classes, splitting and extending the former
Benoit Jacob
2008-05-27
*
* Draft of a eigenvalues solver
Gael Guennebaud
2008-05-12
*
Added Triangular expression to extract upper or lower (strictly or not)
Gael Guennebaud
2008-04-26