index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
Commit message (
Expand
)
Author
Age
*
Fixed unit test and improved code reusage for resizing.
Hauke Heibel
2009-09-07
*
Changed the AnyMatrixBase / ei_special_scalar_op inheritance order as propose...
Hauke Heibel
2009-09-07
*
fix compilation of swap for ICC
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
*
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
*
big reorganization in JacobiSVD:
Benoit Jacob
2009-09-03
*
introduce EIGEN_SIZE_MIN
Benoit Jacob
2009-09-03
*
finally the first version was the good one...
Benoit Jacob
2009-09-03
*
fix #51 (bad use of std::complex::real)
Gael Guennebaud
2009-09-02
*
* rename JacobiRotation => PlanarRotation
Gael Guennebaud
2009-09-02
*
fix wrong assert
Gael Guennebaud
2009-09-02
*
much simpler fix for Matrix::swap
Gael Guennebaud
2009-09-02
*
* add serious unit test for swap
Benoit Jacob
2009-09-02
*
merge
Benoit Jacob
2009-09-02
|
\
*
|
JacobiSVD: implement general R-SVD using full-pivoting QR, so we now support ...
Benoit Jacob
2009-09-02
*
|
fix compilation errors in swap (could not swap with anything else than the ex...
Benoit Jacob
2009-09-02
|
*
added missing JacobiRotation's ...
Hauke Heibel
2009-09-01
|
/
*
[mq]: eigensolver
Gael Guennebaud
2009-09-01
*
fix issue #47: now m.noalias() = XXX properly resize m if needed
Gael Guennebaud
2009-09-01
*
add a JacobiRotation class wrapping the cosine-sine pair with
Gael Guennebaud
2009-09-01
*
* JacobiSVD:
Benoit Jacob
2009-08-31
*
fix Matrix::stride for vectors, add a unit test for Block::stride
Gael Guennebaud
2009-08-31
*
Adaptions from .lazy() towards .noalias().
Hauke Heibel
2009-08-31
*
ifdef removed from MapBase and warning disabled
Hauke Heibel
2009-08-31
*
fix issue #45 and document the .data() and .stride() functions
Gael Guennebaud
2009-08-31
*
fix copy/paste issue
Gael Guennebaud
2009-08-31
*
Fixed a cast warning in scaleAndAddTo.
Hauke Heibel
2009-08-31
*
Added MSVC guards to assignment operators.
Hauke Heibel
2009-08-31
*
Removed redundant assignment operators.
Hauke Heibel
2009-08-31
*
compilation fix in AmbiVector<int>
Gael Guennebaud
2009-08-31
*
add coeff(int,int), coeff(int) and value() functions to the inner product spe...
Gael Guennebaud
2009-08-26
*
fix installation for recently added files
Thomas Capricelli
2009-08-25
*
modernize HouseholderQR too, uniformize all that stuff, update tests
Benoit Jacob
2009-08-24
[next]