index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
Commit message (
Expand
)
Author
Age
*
Fix some MPL2/LGPL lisencing confusions
Gael Guennebaud
2013-02-06
*
Replace assert() by eigen_assert() (fixes bug #548).
Jitse Niesen
2013-02-02
*
Remove dummy code in MPRealSupport
Gael Guennebaud
2013-01-24
*
Relax a bit the precision in mpreal unit test.
Gael Guennebaud
2013-01-23
*
Specialize GEBP traits and kernel for mpreal to by-pass mpreal and remove the...
Gael Guennebaud
2013-01-23
*
Workaround "error: floating-point literal cannot appear in a constant-express...
Gael Guennebaud
2013-01-23
*
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 the MatrixFunctions documentation page looks a bit better
Gael Guennebaud
2013-01-11
*
update unsupported module documentation to be conformed with new documentatio...
Gael Guennebaud
2013-01-11
*
remove the 'Unsupported Modules' meta module
Gael Guennebaud
2013-01-11
*
Set matrix to zero before inserting entries (partially fixes bug #539).
Jitse Niesen
2013-01-03
*
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
*
Update doxygen files to doxygen version 1.8
Gael Guennebaud
2012-12-28
*
Fix several documentation issues
Gael Guennebaud
2012-12-24
*
Add arpack support module file
David Harmon
2012-12-16
*
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
*
Fixed mpreal for IA64 architectures
Pavel Holoborodko
2012-12-04
*
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
*
Fixed gcc warnings, John Westwood name and round_style function
Pavel Holoborodko
2012-10-19
*
Updated multiprecision module to support the most recent version of MPFR C++
Pavel Holoborodko
2012-10-19
*
the repeated solves are already present in check_sparse_solving()
Desire NUENTSA
2012-10-09
*
MINRES solver
dnuentsa
2012-10-09
|
\
*
|
Discard failing tests in NonlinearOptimization
Desire NUENTSA
2012-10-09
|
*
spd test instead of square test. Still missing complex version of MINRES.
giacomo po
2012-10-01
*
|
Merge
Jitse Niesen
2012-09-29
|
\
\
*
|
|
Make testExponentLaws in matrix_power quiet. It was too noisy.
Chen-Pang He
2012-09-29
[next]