aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* fix bad testsGravatar Gael Guennebaud2010-06-28
|
* add mixed sparse-dense outer productGravatar Gael Guennebaud2010-06-25
|
* Fix use of nesting types in SparseTranspose and split the big ↵Gravatar Gael Guennebaud2010-06-25
| | | | SparseProduct.h file
* email changeGravatar Gael Guennebaud2010-06-24
|
* makes sure to test small sizesGravatar Gael Guennebaud2010-06-24
|
* - add a low level mechanism to provide preallocated memory to gemmGravatar Gael Guennebaud2010-06-24
| | | | - ensure static allocation for the product of "large" fixed size matrix
* bug fix in gemv:Gravatar Gael Guennebaud2010-06-24
| | | | | solution always use a temporary in dst.innerStride != 1 even though this is not needed when packet_size == 1....
* unit test fix for default to row majorGravatar Gael Guennebaud2010-06-24
|
* fix vectorization logic testGravatar Gael Guennebaud2010-06-24
|
* fix compilation when default to row majorGravatar Gael Guennebaud2010-06-24
|
* add missing typenameGravatar Gael Guennebaud2010-06-22
|
* forgot to include this file in my previous commitGravatar Gael Guennebaud2010-06-22
|
* The intrin.h header needs to be included after cmath in order to prevent ↵Gravatar Hauke Heibel2010-06-21
| | | | | | warnigns. Fixed (hopefully) final Index realted warnings.
* Added missing typename.Gravatar Hauke Heibel2010-06-21
|
* More Index related stuff.Gravatar Hauke Heibel2010-06-21
|
* Compilation fix.Gravatar Hauke Heibel2010-06-21
|
* This does hopefully really raise the warning/error limit.Gravatar Hauke Heibel2010-06-21
|
* Finally fixed the matrix function/exponential warning.Gravatar Hauke Heibel2010-06-20
| | | | Index fixes.
* Next try - more Index fixes.Gravatar Hauke Heibel2010-06-20
|
* Still fixing warnings.Gravatar Hauke Heibel2010-06-20
|
* Fix compilation of some tests as well as more warnings.Gravatar Hauke Heibel2010-06-20
|
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
|
* More Index realted warnings.Gravatar Hauke Heibel2010-06-20
|
* Silence index warnings in triangular unit test.Gravatar Hauke Heibel2010-06-20
| | | | Silence index warnings in FFT module.
* Silence indexing warning.Gravatar Hauke Heibel2010-06-20
|
* fix array_comp *= array_realGravatar Gael Guennebaud2010-06-20
|
* add missing support for std::pow(array,scalar)Gravatar Gael Guennebaud2010-06-19
|
* fix compilation of sparse testsGravatar Gael Guennebaud2010-06-19
|
* Fixed spare unit test.Gravatar Hauke Heibel2010-06-19
|
* split the Sparse module into multiple ones, and move non stable parts to ↵Gravatar Gael Guennebaud2010-06-18
| | | | | | unsupported/ (see the ML for details)
* Add blocking inside HouseholderQR based on code from Vincent Lejeune.Gravatar Gael Guennebaud2010-06-17
| | | | This is all internal stuff for now.
* makes trmv works with the triangular matrix on the rightGravatar Gael Guennebaud2010-06-17
|
* add unit tests for other generalized variantsGravatar Gael Guennebaud2010-06-17
|
* * decouple the generalized selfadjoint eigenvalue problem to the standard oneGravatar Gael Guennebaud2010-06-16
| | | | * uses named values instead of bools
* improve trmm unit test and fix several bugs in trmmGravatar Gael Guennebaud2010-06-15
|
* * make the triangular matrix * matrix product works with trapezoidal matricesGravatar Gael Guennebaud2010-06-15
| | | | * extend the trmm unit test for unit diagonal
* an attempt to fix 133Gravatar Gael Guennebaud2010-06-13
|
* Fixed another enum related warning.Gravatar Hauke Heibel2010-06-12
|
* Remove printouts.Gravatar Hauke Heibel2010-06-12
|
* add a info() function in LLT to report on succes/faillureGravatar Gael Guennebaud2010-06-12
|
* merge my Dynamic -> -1 changeGravatar Benoit Jacob2010-06-11
|\
* | change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
| | | | | | | | remove EIGEN_ENUM_MIN/MAX, implement new macros instead
| * Added some verbosity on failures in order to get an idea of what is goind ↵Gravatar Hauke Heibel2010-06-11
| | | | | | | | wrong on GCC 4.3.
| * For 1x1 matrices we really need to check the abs diff of the determinants.Gravatar Hauke Heibel2010-06-11
| |
| * Merge.Gravatar Jitse Niesen2010-06-10
| |\
| | * Add line to prevent compiler warning on unused variables.Gravatar Jitse Niesen2010-06-10
| | |
| * | make the cache size mechanism future proof by adding level 2 parametersGravatar Gael Guennebaud2010-06-10
| | |
| | * Make test slightly fuzzy to account for effect of extended precision.Gravatar Jitse Niesen2010-06-10
| |/
| * * Make HouseholderSequence::evalTo works in placeGravatar Gael Guennebaud2010-06-10
| | | | | | | | | | | | | | | | | | | | * Clean a bit the Triadiagonalization making sure it the inplace function really works inplace ;), and that only the lower triangular part of the matrix is referenced. * Remove the Tridiagonalization member object of SelfAdjointEigenSolver exploiting the in place capability of HouseholdeSequence. * Update unit test to check SelfAdjointEigenSolver only consider the lower triangular part.
| * Adapted the determinant test for rank 1 matrices with zero determinant.Gravatar Hauke Heibel2010-06-10
| |