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
*
does not include MatrixMaketIterator on win32,
Gael Guennebaud
2012-03-31
*
Adding a householder-GMRES implementation from Kolja Brix
Desire NUENTSA
2012-03-29
*
add a benchmark routine for all sparse linear solvers in Eigen
Desire NUENTSA
2012-03-29
*
Algorithm to equilibrate rows and columns of a square matrix
Desire NUENTSA
2012-03-22
*
compress loaded market matrix
Desire NUENTSA
2012-03-22
*
improve FindFFTW cmake module
Gael Guennebaud
2012-03-15
*
Adding support to read and write complex matrices in Matrix Market format
Desire NUENTSA
2012-03-08
*
SSOR is not there yet
Gael Guennebaud
2012-02-19
*
remove dead code
Gael Guennebaud
2011-12-08
*
suppress deprecated warning when compiling legacy tests
Gael Guennebaud
2011-12-08
*
add missing CMakeLists.txt in Splines
Gael Guennebaud
2011-12-08
*
Document QuaternionBase, minor doc improvements.
Jitse Niesen
2011-12-08
*
Fixed a typo.
Hauke Heibel
2011-12-06
*
fix bug #223: SparseMatrix::Flags no longer encode triangularness information
Gael Guennebaud
2011-12-05
*
Added docs to the spline module.
Hauke Heibel
2011-12-04
*
make the accessors to internal sparse storage part of the public API and remo...
Gael Guennebaud
2011-12-04
*
RandomSetter: turns the matrix into compressed form before the filling
Gael Guennebaud
2011-12-03
*
- move CompressedStorage and AmbiVector into internal namespace
Gael Guennebaud
2011-12-02
*
Integrated spline class and simple spline fitting
Hauke Heibel
2011-11-25
*
typo
Gael Guennebaud
2011-11-23
*
move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...
Gael Guennebaud
2011-11-12
*
fix a couple of warnings in the unit tests
Gael Guennebaud
2011-11-05
*
fix compilation
Gael Guennebaud
2011-11-05
*
fix fftw cmake stuff
Gael Guennebaud
2011-11-03
*
mark deprecated sparse solvers as so.
Gael Guennebaud
2011-10-24
*
factorize solving with guess
Gael Guennebaud
2011-10-24
*
move DynamicSparseMatrix to SparseExtra
Gael Guennebaud
2011-10-24
*
add a basic ILU preconditioner
Gael Guennebaud
2011-10-11
*
extend BiCGSTAB to arbitrary rhs
Gael Guennebaud
2011-10-11
*
add proper bicgstab unit test
Gael Guennebaud
2011-10-11
*
refactor sparse solving unit tests
Gael Guennebaud
2011-10-11
*
extend SimplicialCholesky for sparse rhs, and add determinant
Gael Guennebaud
2011-10-11
*
extend CG for multiple right hand sides
Gael Guennebaud
2011-10-11
*
DiagonalPrecond: fix potential segfault in case the diagonal contains explcii...
Gael Guennebaud
2011-10-09
*
add a generic unit test for sparse SPD problems
Gael Guennebaud
2011-10-09
*
split SimplicialCholesky into SimplicialLLt and SimplicialLDLt classes and ad...
Gael Guennebaud
2011-10-09
*
fix superLU when the salver is called multiple times
Gael Guennebaud
2011-09-27
*
clean sparse LU tests
Gael Guennebaud
2011-09-24
*
fix a couple of issues in SuperLU support (memory and determinant)
Gael Guennebaud
2011-09-24
*
port umfpack support to new API
Gael Guennebaud
2011-09-24
*
fix some compilation issues
Gael Guennebaud
2011-09-23
*
fix atan2 when tmp4==0
Gael Guennebaud
2011-09-22
*
BiCGSTAB does not like starting from 0...
Gael Guennebaud
2011-09-21
*
Enable incomplete BLAS/Lapack builds when no fortran compiler has been found.
Gael Guennebaud
2011-09-21
*
fix status after initialization
Gael Guennebaud
2011-09-20
*
mainly enhance MatrixLogarithm's performance for RealScalar != double
Chen-Pang He
2011-09-17
*
add a bi conjugate gradient stabilized solver
Gael Guennebaud
2011-09-17
*
add tan, acos, asin
Gael Guennebaud
2011-09-14
*
Put docs for unsupported modules in right place.
Jitse Niesen
2011-09-07
*
Define log2() on FreeBSD (fixes bug #343).
Jitse Niesen
2011-09-06
[next]