index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
/
test
Commit message (
Expand
)
Author
Age
*
the Index types change.
Benoit Jacob
2010-05-30
*
* implement the corner() API change: new methods topLeftCorner() etc
Benoit Jacob
2010-04-22
*
tests for nonlinear module : use different slots + misc cleaning
Thomas Capricelli
2010-04-18
*
Fix wrong header and warnings in polynomialutils.cpp
Manuel Yguel
2010-03-25
*
Add missing test files for Polynomials module.
Manuel Yguel
2010-03-25
*
Creation of the Polynomials module with the following features:
Manuel Yguel
2010-03-25
*
API change: ei_matrix_exponential(A) --> A.exp(), etc
Jitse Niesen
2010-03-16
*
minor edit
Mark Borgerding
2010-03-07
*
merge
Mark Borgerding
2010-03-07
|
\
*
|
needed different proxy return types for fwd,inv to work around static asserts
Mark Borgerding
2010-03-07
*
|
created FFT::fwd and FFT::inv with ReturnByValue
Mark Borgerding
2010-03-07
|
*
Make MatrixFunctions tests more robust.
Jitse Niesen
2010-03-01
|
*
Use a specialization of test_is_equal() instead of defining COMPARE()
Thomas Capricelli
2010-02-27
|
*
* define COMPARE(,), which prints expected/actual results in case of failure
Thomas Capricelli
2010-02-27
|
/
*
Merge.
Jitse Niesen
2010-02-22
|
\
*
|
NonLinearOptimization : clean 'mode' handling from the old minpack code :
Thomas Capricelli
2010-02-21
|
*
matrix_function test: replace expm(A).inverse() by expm(-A)
Jitse Niesen
2010-02-20
|
/
*
Update matrix_exponential test after API change in ei_matrix_function
Jitse Niesen
2010-02-17
*
merge
Mark Borgerding
2010-02-16
|
\
*
|
found out about little-documented FFTW_PRESERVE_INPUT which has effect on c2r...
Mark Borgerding
2010-02-16
|
*
Use ReturnByValue to return result of ei_matrix_function(), ...
Jitse Niesen
2010-02-16
|
*
Use ReturnByValue to return result of ei_matrix_exponential() .
Jitse Niesen
2010-02-15
|
*
Test matrix functions with matrices with clustered imaginary eivals.
Jitse Niesen
2010-02-13
|
*
Refactor matrix_function test in preparation of next commit.
Jitse Niesen
2010-02-13
|
*
also fix tests for NumTraits<double>::epsilon()
Thomas Capricelli
2010-02-11
*
|
changed destination argument to reference
Mark Borgerding
2010-01-22
*
|
if the src.stride() != 1, then the layout is not continuous -- need to copy t...
Mark Borgerding
2010-01-22
*
|
changed FFT function vector and Matrix args to pointer as Benoit suggested
Mark Borgerding
2010-01-22
|
*
Silenced type conversion warnings.
Hauke Heibel
2010-02-03
|
*
more eigenization, dropped 'ipvt' in lm
Thomas Capricelli
2010-01-26
|
*
some more (thoroughly checked) eigenization
Thomas Capricelli
2010-01-26
|
*
Use eigen methods for solving triangular systems. We loose again very
Thomas Capricelli
2010-01-25
|
*
Replace the qr factorization from (c)minpack (qrfac) by Eigen's own stuff.
Thomas Capricelli
2010-01-25
|
*
Use matrices with clustered eigenvalues in matrix function test.
Jitse Niesen
2010-01-24
|
/
*
removed Eigen::Complex class since it offered insufficient advantage over std...
Mark Borgerding
2010-01-18
*
Add support for matrix sine, cosine, sinh and cosh.
Jitse Niesen
2010-01-11
*
a couple of improvements in the Autodiff module
Gael Guennebaud
2010-01-05
*
port unsupported modules to new API
Gael Guennebaud
2010-01-05
*
Rename test per naming convention.
Jitse Niesen
2009-12-28
*
Add support for general matrix functions.
Jitse Niesen
2009-12-21
*
Add test for issue #75 (Hessenberg of 1x1 matrix).
Jitse Niesen
2009-12-16
*
Added to possibility to compile unit tests at maximum warning level.
Hauke Heibel
2009-12-12
*
merge
Gael Guennebaud
2009-12-04
|
\
|
*
explicitly cast to use the acos(long double)
Mark Borgerding
2009-12-02
|
*
removed troublesome M_PI and M_PIl constants
Mark Borgerding
2009-12-02
|
/
*
Removed unused 'benchmark'.
Hauke Heibel
2009-12-02
*
* fix include for case-sensitive filesystem
Benoit Jacob
2009-12-02
*
merge
Hauke Heibel
2009-12-02
|
\
*
|
quieted signed/unsigned comparison warning
Mark Borgerding
2009-12-01
|
*
Adapted the number of test runs.
Hauke Heibel
2009-12-01
[next]