index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
*
add regression unit test
Gael Guennebaud
2010-11-19
*
new feature: copy from a sparse selfadjoint view to a full sparse matrix
Gael Guennebaud
2010-11-15
*
generalize our internal rank K update routine to support more general A*B pro...
Gael Guennebaud
2010-11-10
*
extend unit test to cover previous bug
Gael Guennebaud
2010-11-05
*
trsv: add support for inner-stride!=1, reduce code instanciation, move implem...
Gael Guennebaud
2010-11-05
*
fix bug #107: SelfAdjointEigenSolver and RowMajor (and add unit test)
Gael Guennebaud
2010-11-04
*
Additional fix to enforce the compiler to use the correct prunning method.
Hauke Heibel
2010-11-02
*
implement VERIFY in a function so it doesn't get compiled thousands of times.
Benoit Jacob
2010-10-29
*
on test failure, abort instead of exit, so we can get a stack trace
Benoit Jacob
2010-10-29
*
fix bug #92 - we were doing stupid things when passing the list of libraries ...
Benoit Jacob
2010-10-28
*
Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...
Hauke Heibel
2010-10-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
*
rename PlanarRotation -> JacobiRotation
Benoit Jacob
2010-10-19
*
work around stupid msvc error when constructing at compile time an expression
Benoit Jacob
2010-10-19
*
Fixed bug #79.
Hauke Heibel
2010-10-19
*
add jacobiSvd() method, update test & docs
Benoit Jacob
2010-10-17
*
Added stddeque unit test dervied from the stdlist test.
Hauke Heibel
2010-10-16
*
JacobiSVD:
Benoit Jacob
2010-10-14
*
fix bug #44: use VERIFY_IS_APPROX instead of exact comparison to please x87 e...
Benoit Jacob
2010-10-13
*
remove SVD class (was bad code taked from elsewhere)
Benoit Jacob
2010-10-12
*
fix the Jacobi bug, expand unit test
Benoit Jacob
2010-10-12
*
add Jacobi unit test. jacobi_5 fails, exposing bug #39.
Benoit Jacob
2010-10-12
*
set ColPivHouseholderQR as default preconditioner for JacobiSVD
Benoit Jacob
2010-10-11
*
implement JacobiSVD::solve() and expand the unit test
Benoit Jacob
2010-10-11
*
add option to compute thin U/V.
Benoit Jacob
2010-10-08
*
Rework JacobiSVD api / template parameters.
Benoit Jacob
2010-10-08
*
Added a note to the Gram Schmidt code and improved some formatting.
Hauke Heibel
2010-09-25
*
Fixed some SVD issues.
Hauke Heibel
2010-09-24
*
Make the SVD's output unitary and improved unit tests.
Hauke Heibel
2010-09-24
*
merge
Benoit Jacob
2010-09-23
|
\
*
|
SVD:
Benoit Jacob
2010-09-23
*
|
Fixed bad memory access in the SVD.
Hauke Heibel
2010-09-23
|
*
fix += return by value like operations
Gael Guennebaud
2010-09-06
|
*
noalias was wrongly skipping automatic transposition
Gael Guennebaud
2010-09-02
|
/
*
fix bad mat * mat * scalar when the implicit conversion operator to a Matrix ...
Gael Guennebaud
2010-08-31
*
update inverse unit test to highlight another bug in SSE 4x4 inversion code
Gael Guennebaud
2010-08-24
*
fix inversion of 4x4 unaligned matrices
Gael Guennebaud
2010-08-24
*
add TriangularMatrix::conjugate to be consistent since we have adjoint
Gael Guennebaud
2010-08-23
*
Matrix product refactoring (rhs products only).
Hauke Heibel
2010-08-19
*
add missing specialization for vector * selfadjoint
Gael Guennebaud
2010-08-19
*
* disable unalignment detection when vectorization is not enabled
Gael Guennebaud
2010-08-18
*
Fixed Geometry module failures.
Hauke Heibel
2010-08-17
*
allow vectorization of mat44.col() by adding a InnerPanel boolean
Gael Guennebaud
2010-07-23
*
merge the backout
Benoit Jacob
2010-08-11
|
\
|
*
Backed out changeset 40f6e26a247976ba1868520a4747e49e0739a42a
Benoit Jacob
2010-08-11
*
|
Removed debug outputs.
Hauke Heibel
2010-07-28
|
/
*
allow vectorization of mat44.col() by adding a InnerPanel boolean
Gael Guennebaud
2010-07-23
*
sync with default branch
Gael Guennebaud
2010-07-22
|
\
|
*
fix SparseView: clean the nested matrix type
Gael Guennebaud
2010-07-22
[next]