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
*
Remove unnecessary code. lazyAssign seems to fix all (noalias, initialization...
Chen-Pang He
2012-09-24
*
Eliminate unnecessary evaluations
Chen-Pang He
2012-09-23
*
Implement matrix power-matrix product again
Chen-Pang He
2012-09-22
*
Avoid inefficient 2x2 LU. Move atanh to internal for maintainability.
Chen-Pang He
2012-08-30
*
forward resize() function from Array/Matrix-Wrapper to the nested expression ...
Gael Guennebaud
2012-08-30
*
Fix out-of-range memory access in GEMV (the memory was not used for the compu...
Gael Guennebaud
2012-08-30
*
Tidy up and write dox.
Chen-Pang He
2012-08-28
*
workaround clang bug (see http://forum.kde.org/viewtopic.php?f=74&t=102653)
Gael Guennebaud
2012-08-27
*
fix a typo in commit 324ecf153b9b9ab85297e3087f0376e6c55f78fc
Gael Guennebaud
2012-08-27
*
fix bug #499: the image was missing because of a dependency issue when buildi...
Gael Guennebaud
2012-08-27
*
matrix power: MatrixBase::pow(RealScalar) and MatrixBase::pow(T) where T is i...
jdh8
2012-08-15
*
Add missing const in some casts
Gael Guennebaud
2012-08-05
*
Fix precision regression when attempting to fix underflow issues.
Gael Guennebaud
2012-08-05
*
fix bug #495: remove too aggressive EIGEN_FLATTEN_ATTRIB attribute
Gael Guennebaud
2012-08-02
*
fix warning
Gael Guennebaud
2012-08-01
*
fix lower acceptable bound of SSE pexp for double
Gael Guennebaud
2012-07-31
*
Eigenvalues module: Implement setMaxIterations() methods.
Jitse Niesen
2012-07-28
*
add an example for GeneralizedEigenSolver
Gael Guennebaud
2012-07-28
*
fix various regressions with MKL support
Gael Guennebaud
2012-07-28
*
RealQZ: added example and some code comments
Alexey Korepanov
2012-07-28
*
add SSE pexp function for double, make use of _mm_floor_p* for pexp with SSE4.1
Gael Guennebaud
2012-07-27
*
extend quotient functor to allow for mixed types (complex-real)
Gael Guennebaud
2012-07-27
*
Add a preliminary GeneralizedEigenSolver computing the eigenvalues of Av=lBv ...
Gael Guennebaud
2012-07-26
*
RealSchur: improve speed of computeNormOfT
Gael Guennebaud
2012-07-26
*
RealQZ: improve computeNorms speed, improve shift accuracy (better to do a/b ...
Gael Guennebaud
2012-07-26
*
SparseMatrix: add missing ctor for ReturnByValue
Gael Guennebaud
2012-07-25
*
RealQZ: bug in pushDownZero fixed too
Alexey Korepanov
2012-07-25
*
RealQZ: bug in splitOffTwoRows fixed
Alexey Korepanov
2012-07-25
*
Add static assert that objects on stacks are not too big (bug #491).
Jitse Niesen
2012-07-17
*
Fix aliasing issue in sparse matrix assignment.
Gael Guennebaud
2012-07-25
*
do not apply plane rotation when it is exactly the identity
Gael Guennebaud
2012-07-24
*
RealQZ: optimize general hessenberg to not apply rotations to zero entries.
Gael Guennebaud
2012-07-24
*
real QZ: update license
Gael Guennebaud
2012-07-24
*
Add a RealQZ class: a generalized Schur decomposition for real matrices
Alexey Korepanov
2012-07-11
*
Allow user to specify max number of iterations (bug #479).
Jitse Niesen
2012-07-24
*
Use EISPACK's strategy re max number of iters in Schur decomposition (bug #479).
Jitse Niesen
2012-07-22
*
LDLT: Report sign consistent with D for indefinite matrices.
Jitse Niesen
2012-07-22
*
Fix some illegal memory access in sparse conservativeResize()
Jitse Niesen
2012-07-20
*
bug #449: add SparseMatrix::conservativeResize feature
Benjamin Piwowarski
2012-07-19
*
Silence clang warning about && inside ||
Jitse Niesen
2012-07-14
*
Evaluators: Fixed bug caused by Diagonal dynamic index change.
Jitse Niesen
2012-07-14
*
clean Eigen2Support wrt KDE mentions
Gael Guennebaud
2012-07-14
*
fix bug #485: conflict between a typedef and template type parameter
Gael Guennebaud
2012-07-13
*
Add a EIGEN_MPL2_ONLY build option to generate compiler errors when including...
Benoit Jacob
2012-07-13
*
Manual MPL2 relicensing fixes
Benoit Jacob
2012-07-13
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
Add a DynamicIndex constant for signed quantities and use it to fix the conflict
Gael Guennebaud
2012-07-10
*
fix computation of fixed size sub/super diagonal size
Gael Guennebaud
2012-07-10
*
Fix possible underflow issues in SelfAdjointEigenSolver
Gael Guennebaud
2012-07-10
*
Evaluators: Remove member variables if known at compile-time.
Jitse Niesen
2012-07-06
[next]