Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | big eigen2support fix, aimed at users who relied on internal eigen2 stuff: ↵ | Benoit Jacob | 2011-01-19 |
| | | | | | | | | | | now we dont need customizations in test/eigen2/main.h anymore. These tests already build: eigen2_basicstuff eigen2_adjoint eigen2_linearstructure eigen2_prec_inverse_4x4 | ||
* | import eigen2 test suite. enable by defining EIGEN_TEST_EIGEN2 | Benoit Jacob | 2011-01-19 |
| | | | | only test_prec_inverse4x4 is fixed at the moment. now need to go over all those tests. | ||
* | fix EIGEN_TEST_NOQT (reported by Philippe Hamelin) | Thomas Capricelli | 2011-01-14 |
| | |||
* | Make HouseholderSequence::setTrans() protected (cf. bug #50). | Jitse Niesen | 2011-01-06 |
| | | | | Users can call .transpose() instead. | ||
* | fix vectorization_logic unit test when defaulting to row major | Gael Guennebaud | 2011-01-04 |
| | |||
* | fix severe perf bug: coeff-based matrix products were not considered ↵ | Benoit Jacob | 2011-01-02 |
| | | | | | | aligned, typically preventing vectorization. added unit test. | ||
* | merge | Gael Guennebaud | 2010-12-31 |
|\ | |||
* | | [Sparse] Added regression tests for the two bugfixes, the code passes all ↵ | David J. Luitz | 2010-12-30 |
|/ | | | | sparse_product tests | ||
* | fix HouseholderSequence API, bug #50: | Benoit Jacob | 2010-12-30 |
| | | | | | | * remove ctors taking more than 2 ints * rename actualVectors to length * add length/shift/trans accessors/mutators | ||
* | move BandMatrix and TridiagonalMatrix to the internal:: namespace | Benoit Jacob | 2010-12-25 |
| | |||
* | rename macro | Benoit Jacob | 2010-12-25 |
| | |||
* | bug #54 - really fix const correctness except in Sparse | Benoit Jacob | 2010-12-22 |
| | |||
* | Re-enabled the missing tests, again... | Hauke Heibel | 2010-12-16 |
| | |||
* | Improved the array unit test - internal::isApprox needs to use the same ↵ | Hauke Heibel | 2010-12-16 |
| | | | | | | precision as VERIFY_IS_NOT_APPROX. Removed debug code from test_isApprox. | ||
* | Uups - re-enabled subtests 1 to 5. | Hauke Heibel | 2010-12-16 |
| | |||
* | Fixed compound subtraction in ArrayBase where the assignment needs to be ↵ | Hauke Heibel | 2010-12-16 |
| | | | | | | carried out on the derived type. Added unit tests for map based component wise arithmetic. | ||
* | Added unit test for matrix creation from const raw data. | Hauke Heibel | 2010-12-15 |
| | |||
* | fix intermittend failure of schur_real test: there only is an iterative ↵ | Benoit Jacob | 2010-12-10 |
| | | | | process if size>2 | ||
* | bug #54 - The big Map const-correctness changes | Benoit Jacob | 2010-12-10 |
| | |||
* | fix bug #127. our product selection logic was flawed in that it used the ↵ | Benoit Jacob | 2010-12-09 |
| | | | | | | Max-sized to determine whether the size is 1. + test. | ||
* | add main ei_* functions into Eigen2Support | Gael Guennebaud | 2010-12-03 |
| | |||
* | Removed remove_const_on_value_type since the meaning is unclear and it is in ↵ | Hauke Heibel | 2010-11-26 |
| | | | | | | fact unused. Extened the meta unit tests. | ||
* | Postfixed add_const and remove_const by _on_value_type to express the ↵ | Hauke Heibel | 2010-11-26 |
| | | | | differences to the STL. | ||
* | Merge. | Jitse Niesen | 2010-11-26 |
|\ | |||
* | | add a TridiagonalizationMatrixTReturnType class to make ↵ | Gael Guennebaud | 2010-11-26 |
| | | | | | | | | Tridiagonalization::matrixT() more efficient and future proof. | ||
| * | Compilation fix in case EIGEN_DEBUG_ASSERTS is defined. | Jitse Niesen | 2010-11-26 |
|/ | |||
* | fix bug #122 : rank 2 update test and scalar multiple extraction were both wrong | Gael Guennebaud | 2010-11-23 |
| | |||
* | make UpperBidiagonalization internal: don't want to support it, it's not used. | Benoit Jacob | 2010-11-23 |
| | | | | Keeping it because it tests BandMatrix. | ||
* | fix bug #120 : compilation issue of trsolve unit test | Gael Guennebaud | 2010-11-22 |
| | |||
* | add regression unit test | Gael Guennebaud | 2010-11-19 |
| | |||
* | new feature: copy from a sparse selfadjoint view to a full sparse matrix | Gael Guennebaud | 2010-11-15 |
| | |||
* | generalize our internal rank K update routine to support more general A*B ↵ | Gael Guennebaud | 2010-11-10 |
| | | | | | | product while evaluating only one triangular part and make it available via, e.g.: R.triangularView<Lower>() += s * A * B; | ||
* | extend unit test to cover previous bug | Gael Guennebaud | 2010-11-05 |
| | |||
* | trsv: add support for inner-stride!=1, reduce code instanciation, move ↵ | Gael Guennebaud | 2010-11-05 |
| | | | | implementation to a new products/XX.h file | ||
* | fix bug #107: SelfAdjointEigenSolver and RowMajor (and add unit test) | Gael Guennebaud | 2010-11-04 |
| | |||
* | Additional fix to enforce the compiler to use the correct prunning method. | Hauke Heibel | 2010-11-02 |
| | |||
* | implement VERIFY in a function so it doesn't get compiled thousands of times. | Benoit Jacob | 2010-10-29 |
| | |||
* | on test failure, abort instead of exit, so we can get a stack trace | Benoit Jacob | 2010-10-29 |
| | |||
* | fix bug #92 - we were doing stupid things when passing the list of libraries ↵ | Benoit Jacob | 2010-10-28 |
| | | | | to link to. | ||
* | Renamed cleantype to remove_all since it is close to ↵ | Hauke Heibel | 2010-10-26 |
| | | | | remove_{const|pointer|reference}. | ||
* | Initial fixes for bug #85. | Hauke Heibel | 2010-10-25 |
| | | | | | | | Renamed meta_{true|false} to {true|false}_type, meta_if to conditional, is_same_type to is_same, un{ref|pointer|const} to remove_{reference|pointer|const} and makeconst to add_const. Changed boolean type 'ret' member to 'value'. Changed 'ret' members refering to types to 'type'. Adapted all code occurences. | ||
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
| | |||
* | rename PlanarRotation -> JacobiRotation | Benoit Jacob | 2010-10-19 |
| | |||
* | work around stupid msvc error when constructing at compile time an expression | Benoit Jacob | 2010-10-19 |
| | | | | that involves a division by zero, even if the numeric type has floating point | ||
* | Fixed bug #79. | Hauke Heibel | 2010-10-19 |
| | |||
* | add jacobiSvd() method, update test & docs | Benoit Jacob | 2010-10-17 |
| | |||
* | Added stddeque unit test dervied from the stdlist test. | Hauke Heibel | 2010-10-16 |
| | |||
* | JacobiSVD: | Benoit Jacob | 2010-10-14 |
| | | | | | | * fix preallocating constructors, allocate U and V of the right size for computation options * complete documentation and internal comments * improve unit test, test inf/nan values | ||
* | fix bug #44: use VERIFY_IS_APPROX instead of exact comparison to please x87 ↵ | Benoit Jacob | 2010-10-13 |
| | | | | extended precision | ||
* | remove SVD class (was bad code taked from elsewhere) | Benoit Jacob | 2010-10-12 |
| | | | | | Use JacobiSVD for now. We do plan to reintroduce a bidiagonalizing SVD asap. |