index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
/
Eigen
/
src
Commit message (
Expand
)
Author
Age
*
Fix bug #596 : Recover plain SparseMatrix from SparseQR matrixQ()
Desire NUENTSA
2013-05-21
*
Fix bug #482: pass scalar value by const reference (it remained a few cases)
Gael Guennebaud
2013-04-12
*
Clean source code and unit tests with respect to -Wunused-local-typedefs
Gael Guennebaud
2013-04-10
*
adapt AutoDiff to scalar_product_traits
Gael Guennebaud
2013-03-20
*
Add complex support to dgmres and the unit test
Desire NUENTSA
2013-03-20
*
Bug567 : Fix iterative solvers to immediately return when the initial guess i...
Desire NUENTSA
2013-03-20
*
Handle zero right hand side in CG and GMRES
Desire NUENTSA
2013-03-20
*
Patch by Kolja Brix <brix@igpm.rwth-aachen.de> that fixes bug #565 and adds a...
Christoph Hertzberg
2013-03-17
*
Fix bug #561: remove useless sign macro
Gael Guennebaud
2013-03-07
*
Fix a couple of remaining warnings (missing newlines, inline-noinline, meanin...
Gael Guennebaud
2013-03-01
*
Fix "missing return statement at end of non-void function"
Gael Guennebaud
2013-03-01
*
MSVC fix; the compiler failed to detect the correct overload.
Hauke Heibel
2013-02-28
*
Protect min with parenthesis in IncompleteLLT
Gael Guennebaud
2013-02-22
*
Set built-in sparse QR as the default sparse solver and add ComputationInfo ...
Desire NUENTSA
2013-02-20
*
Fix some MPL2/LGPL lisencing confusions
Gael Guennebaud
2013-02-06
*
Replace assert() by eigen_assert() (fixes bug #548).
Jitse Niesen
2013-02-02
*
I think it's OK to let XprHelper.h determine the nested type.
Chen-Pang He
2012-10-15
*
Remove unused typedef (traits<MatrixPowerProduct>::PlainObject) for brevity.
Chen-Pang He
2012-10-14
*
Simplify traits<MatrixPowerProduct>: StorageKind must be Dense because Matrix...
Chen-Pang He
2012-10-14
*
Use the nested type instead of const reference
Chen-Pang He
2012-10-14
*
Just tidy up: no need to specify template parameters inside class body.
Chen-Pang He
2012-10-14
*
Make MatrixPowerTriangularAtomic::computePade static because it should be.
Chen-Pang He
2012-10-07
*
Use simplified return type, trying to work around MSVC.
Chen-Pang He
2012-10-03
*
Make use of TRMM (speed up), and remove useless condition (the triangular don...
Chen-Pang He
2012-10-02
*
Make better decision on PartialPivLU vs inverse(): We have specialized invers...
Chen-Pang He
2012-10-02
*
Add test for real MatrixPowerTriangular.
Chen-Pang He
2012-09-30
*
Avoid Schur decomposition on (quasi-)triangular matrices. (Huge speed up!)
Chen-Pang He
2012-09-30
*
Implement complex MatrixPowerTriangular. There are still problems with real one.
Chen-Pang He
2012-09-30
*
Make KroneckerProductSparse inherit EigenBase instead of SparseMatrixBase, fo...
Chen-Pang He
2012-10-25
*
Fix compile error caused by incomplete SparseMatrixBase.
Chen-Pang He
2012-10-16
*
Let KroneckerProduct inherit ReturnByValue to eliminate temporary evaluation....
Chen-Pang He
2012-10-15
*
Add doc for KroneckerProductSparse.
Chen-Pang He
2012-10-15
*
Make kroneckerProduct take two arguments and return an expression, which is m...
Chen-Pang He
2012-10-15
*
KroneckerProduct: we have const_cast_derived so why not use it?
Chen-Pang He
2012-10-14
*
Fix several documentation issues
Gael Guennebaud
2012-12-24
*
Added ARPACK support for standard and generalized eigenvalue problems. Curren...
David Harmon
2012-10-06
*
Move work in progress Levenberg Marquardt module in unsupported
Gael Guennebaud
2012-12-08
*
Backed out changeset 363e506776babe4fdfb8e670fe6d91942fc61d7c
Gael Guennebaud
2012-12-07
*
Rename the old LevenbergMarquardt class to LevenbergMarquardtLegacy
Desire NUENTSA
2012-12-07
*
Fix Incomplete Cholesky factorization. Stable but need iterative robust shift
Desire NUENTSA
2012-12-07
*
remove deprecated InnerVectorSet for the deprecated DynamicSparseMatrix class
Gael Guennebaud
2012-11-16
*
Improve the IncompleteLLT ... not yet robust
Desire NUENTSA
2012-11-13
*
Add restarted GMRES with deflation
Desire NUENTSA
2012-11-12
*
Fix bug #314:
Gael Guennebaud
2012-11-06
*
Fix build error in matrixfunctions on MSVC
Desire NUENTSA
2012-10-30
*
MINRES solver
dnuentsa
2012-10-09
|
\
*
|
Discard failing tests in NonlinearOptimization
Desire NUENTSA
2012-10-09
*
|
Merge
Jitse Niesen
2012-09-29
|
\
\
*
|
|
Avoid memory manipulation for simplicity, efficiency, and safety.
Chen-Pang He
2012-09-29
*
|
|
Abort the extension. MatrixSquareRootTriangular only takes upper triangular m...
Chen-Pang He
2012-09-29
[next]