This website requires JavaScript.
Explore
Help
Register
Sign In
CFD
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
47eeb40380
eigen
/
Eigen
/
src
History
Benoit Jacob
47eeb40380
remove the m_originalMatrix member. Instead, image() now takes the original matrix as parameter. It was the only method to use it anyway. Introduce m_isInitialized.
2009-10-18 15:21:19 -04:00
..
Array
Fixed more W4 warnings.
2009-10-14 11:08:00 +02:00
Cholesky
* Introduce make targets btest (build tests), blas (build blas lib), demos (build demos).
2009-09-27 17:48:53 -04:00
Core
big huge changes in LU!
2009-10-18 00:47:40 -04:00
Eigenvalues
Fixed wrong line endings.
2009-10-01 07:20:09 +02:00
Geometry
* ReturnByValue:
2009-09-22 12:20:45 -04:00
Householder
Added private, non-implemented assignment operators to functions that don't need them (fixes VC warning on /W4).
2009-09-27 17:03:02 +02:00
Jacobi
Fix LaTeX error in doxygen comment.
2009-09-08 14:41:54 +01:00
LeastSquares
remove sentence "Eigen itself is part of the KDE project."
2009-05-22 20:25:33 +02:00
LU
remove the m_originalMatrix member. Instead, image() now takes the original matrix as parameter. It was the only method to use it anyway. Introduce m_isInitialized.
2009-10-18 15:21:19 -04:00
QR
Resize is only defined in Matrix and not in MatrixBase.
2009-10-14 11:07:11 +02:00
Sparse
Added EIGEN_REF_TO_TEMPORARY define for rvalue support.
2009-09-21 19:59:58 +02:00
SVD
Ok, too many class bodies - it was only required for ei_svd_precondition_2x2_block_to_be_real.
2009-09-27 17:18:19 +02:00
CMakeLists.txt
rename the EigenSolver module to Eigenvalues
2009-09-04 09:23:38 +02:00