index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
merge
Gael Guennebaud
2009-09-17
|
\
|
*
fix bug #52: Transform::inverse() should return a Transform
Benoit Jacob
2009-09-18
*
|
fix #53: performance regression, hopefully I did not resurected another
Gael Guennebaud
2009-09-17
|
*
compilation fixes
Gael Guennebaud
2009-09-17
|
*
make ColPivotingQR use HouseholderSequence
Gael Guennebaud
2009-09-16
|
*
* add a HouseholderSequence class (not good enough yet for Triadiagonalizatio...
Gael Guennebaud
2009-09-16
|
*
improve ComplexShur api and doc
Gael Guennebaud
2009-09-16
|
*
* fix bug in col-pivoting qr, forgot to swap the colNorms when swapping cols
Benoit Jacob
2009-09-16
|
*
* fix super nasty bug: vector.maxCoeff(&index) didn't work when 'vector'
Benoit Jacob
2009-09-16
|
*
disable warning 279: controlling expression is constant for ICC
Gael Guennebaud
2009-09-15
|
*
bugfixes for ICC (compilation and runtime)
Gael Guennebaud
2009-09-15
|
*
fix warning with gcc 4.2
Gael Guennebaud
2009-09-15
|
*
fix warning in stable norm
Gael Guennebaud
2009-09-15
|
*
Remove no-op statement in AlignedVector3.
Jitse Niesen
2009-09-10
|
*
Re-factor matrix exponential.
Jitse Niesen
2009-09-08
|
*
Fix LaTeX error in doxygen comment.
Jitse Niesen
2009-09-08
|
*
Fixed if clause.
Hauke Heibel
2009-09-08
|
*
Fixed conservative_resize compilation errors.
Hauke Heibel
2009-09-08
|
*
Added missing casts.
Hauke Heibel
2009-09-08
|
*
Fixed unit test and improved code reusage for resizing.
Hauke Heibel
2009-09-07
|
*
Ups - that was not intended to be part of the commit.
Hauke Heibel
2009-09-07
|
*
Changed the AnyMatrixBase / ei_special_scalar_op inheritance order as propose...
Hauke Heibel
2009-09-07
|
*
add optional compile flags to enable coverage testing
Gael Guennebaud
2009-09-07
|
*
improve coverage of matrix-vector product
Gael Guennebaud
2009-09-07
|
*
improve coverage of unitOrthogonal
Gael Guennebaud
2009-09-07
|
*
add a stable_norm unit test
Gael Guennebaud
2009-09-07
|
*
fix compilation of swap for ICC
Gael Guennebaud
2009-09-07
|
*
uncomment stuff commented for debugging (sorry for the noise)
Gael Guennebaud
2009-09-07
|
*
fix another .stride() issue in Cholmod support
Gael Guennebaud
2009-09-07
|
*
bug fix in SuperLU support: the meaning of Matrix::stride() changed for vectors
Gael Guennebaud
2009-09-07
|
*
Typos in tutorial 1.
Jitse Niesen
2009-09-05
|
/
*
enable ILU in super LU only if the super version supports it
Gael Guennebaud
2009-09-04
*
Added support for SuperLU's ILU factorization
Peter Román
2009-08-21
*
* add real scalar * complex matrix, real matrix * complex scalar,
Gael Guennebaud
2009-09-04
*
extend mixingtype test to check diagonal products and fix the later for real*...
Gael Guennebaud
2009-09-04
*
bug fix in novel makeGivens for real
Gael Guennebaud
2009-09-04
*
compilation fix for conservativeResize
Gael Guennebaud
2009-09-04
*
rename the EigenSolver module to Eigenvalues
Gael Guennebaud
2009-09-04
*
Added conservativeResize + unit test.
Hauke Heibel
2009-09-03
*
implement the continuous generation algorithm of Givens rotations by Anderson...
Gael Guennebaud
2009-09-03
*
This seems to be important for MSVC to optimize the size of empty base classes.
Hauke Heibel
2009-09-03
*
update mixingtype unit test to reflect current status, but it is still clear
Gael Guennebaud
2009-09-03
*
typo in sqrt(complex)
Gael Guennebaud
2009-09-03
*
move eigen values related stuff of the QR module to a new EigenSolver module.
Gael Guennebaud
2009-09-03
*
remove the \addexample tags
Gael Guennebaud
2009-09-03
*
add examples for makeJacobi and makeGivens
Gael Guennebaud
2009-09-03
*
Fix serious bug discovered with gcc 4.2
Gael Guennebaud
2009-09-03
*
Removed debug cout.
Hauke Heibel
2009-09-02
*
Remove last lazyness warnings.
Hauke Heibel
2009-09-02
*
Added support to overwrite the generator type.
Hauke Heibel
2009-09-02
[next]