Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Fixed ctor from const raw data for Matrices and added the missing ↵ | Hauke Heibel | 2010-12-15 |
| | | | | | | implementation for Arrays. Fixed a warning regarding the conversion from int to bool in MapBase. | ||
* | fix warning | Gael Guennebaud | 2010-12-13 |
| | |||
* | Fix bug #133: remove the EIGEN_RESTRICT which was useless here anyway | Gael Guennebaud | 2010-12-13 |
| | |||
* | merge | Jitse Niesen | 2010-12-12 |
|\ | |||
| * | Fix compilation of Tridiagonalization_diagonal example. | Jitse Niesen | 2010-12-12 |
| | | | | | | | | | | | | After changeset 0d6321225786bc3d95f1dbe5236f07c5e5e96179 , matrixT() is a real matrix even if the matrix which is decomposed is complex. | ||
* | | enforce compilation of blas unit tests when running ctest | Gael Guennebaud | 2010-12-12 |
| | | |||
| * | Specify root namespace for fftw_plan from FFTW3 library. | Jitse Niesen | 2010-12-12 |
|/ | | | | | | After changeset 4716040703be1ee906439385d20475dcddad5ce3 (the ei_ --> internal:: change), there are two symbols called fftw_plan, one from the FFTW3 library and one from Eigen. | ||
* | Fixed NEON compilation errors, changed float-abi back to softfp (which is ↵ | Konstantinos Margaritis | 2010-12-10 |
| | | | | | | the most used right now). Some complex tests appear to segfault, needs a more careful look. | ||
* | 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 |
| | |||
* | suppress stupid warning | Gael Guennebaud | 2010-12-10 |
| | |||
* | fix compilation | Gael Guennebaud | 2010-12-10 |
| | |||
* | fix compilation with ICC (template keyword on a non template method) | Gael Guennebaud | 2010-12-10 |
| | |||
* | fix ICE with gcc 3.4 and 4.0.1 | Gael Guennebaud | 2010-12-10 |
| | |||
* | fix bug #128 : tridiagonalization failed for 1x1 matrices | Gael Guennebaud | 2010-12-09 |
| | |||
* | simplification | Gael Guennebaud | 2010-12-09 |
| | |||
* | compilation fix | Gael Guennebaud | 2010-12-09 |
| | |||
* | fix compilation of sparse_basic for DynamicSparseMatrix | Gael Guennebaud | 2010-12-09 |
| | |||
* | fix the build of eigensolver_complex test. | Benoit Jacob | 2010-12-09 |
| | | | | | | it was calling the .value() method on an inner product, and that was blocked in bad zero-sized case. fixed by adding the .value() method to DenseBase for all 1x1 expressions, and allowing coeff accessors in ProductBase for 1x1 expressions. | ||
* | 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. | ||
* | fix comment | Benoit Jacob | 2010-12-07 |
| | |||
* | [mq]: Mingw32 fix | Eamon Nerbonne | 2010-12-03 |
| | | | | intrin.h is not required nor supported by mingw32. It is present (and supported) on mingw-w64 builds, even those for 32-bit systems, but here too it's not required on 32-bit systems. So if we're on mingw, and it's 64-bit, then and only then is the intrin.h inclusion necessary. | ||
* | add main ei_* functions into Eigen2Support | Gael Guennebaud | 2010-12-03 |
| | |||
* | add a word about the ei_ prefix change in Eigen2 -> Eigen3 doc page. | Gael Guennebaud | 2010-12-03 |
| | |||
* | Applied a fix to our std::vector specialization which prevents the usage of ↵ | Hauke Heibel | 2010-12-02 |
| | | | | workaround_msvc_stl_support when T is not a class. | ||
* | add is_const | Benoit Jacob | 2010-12-01 |
| | |||
* | remove makeconst_return_type | Benoit Jacob | 2010-12-01 |
| | |||
* | Fixed compilation of tridiagonalization related unit tests. | Hauke Heibel | 2010-11-27 |
| | |||
* | 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. | ||
* | Added STL like (add|remove)_const. Fixed add_const_on_value_type for "const ↵ | Hauke Heibel | 2010-11-26 |
| | | | | T* const". | ||
* | Postfixed add_const and remove_const by _on_value_type to express the ↵ | Hauke Heibel | 2010-11-26 |
| | | | | differences to the STL. | ||
* | dos2unix | Benoit Jacob | 2010-11-26 |
| | |||
* | Merge. | Jitse Niesen | 2010-11-26 |
|\ | |||
* | | make HessenbergDecompositionMatrixHReturnType internal | Gael Guennebaud | 2010-11-26 |
| | | |||
* | | make TridiagonalizationMatrixTReturnType internal and only export a public ↵ | Gael Guennebaud | 2010-11-26 |
| | | | | | | | | MatrixTReturnType typedef | ||
* | | 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 a couple of issues with TridiagonalMatrix | Gael Guennebaud | 2010-11-26 |
| | |||
* | s/id/p to avoid name clash | Gael Guennebaud | 2010-11-26 |
| | |||
* | fully implement scalar_fuzzy_impl<bool> as, e.g., the missing ↵ | Gael Guennebaud | 2010-11-25 |
| | | | | isMuchSmallerThan is convenient to filter out false values. | ||
* | Remove parentheses for compatibility with cmake 2.6.2 | Jitse Niesen | 2010-11-24 |
| | |||
* | make example compile | Benoit Jacob | 2010-11-24 |
| | |||
* | minor fixes | Benoit Jacob | 2010-11-24 |
| | |||
* | some dox tweaks | Benoit Jacob | 2010-11-24 |
| | |||
* | 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. |