aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/mixingtypes.cpp
Commit message (Expand)AuthorAge
* Eliminate mixingtypes_7 warning.Gravatar Antonio Sanchez2021-03-24
* DIsable static assertions only when necessary and disable double-promotion wa...Gravatar Christoph Hertzberg2018-07-26
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Fixed bug which (extremely rarely) could end in an infinite loopGravatar Christoph Hertzberg2016-12-15
* Prevent division by zero.Gravatar Gael Guennebaud2016-07-07
* Fix compilation of some unit tests with msvcGravatar Gael Guennebaud2016-07-04
* Introduce a NumTraits<T>::Literal type to be used for literals, andGravatar Gael Guennebaud2016-06-23
* Generalize expr/expr and scalar/expr wrt scalar types.Gravatar Gael Guennebaud2016-06-14
* Generalize expr.pow(scalar), pow(expr,scalar) and pow(scalar,expr).Gravatar Gael Guennebaud2016-06-14
* Implement expr+scalar, scalar+expr, expr-scalar, and scalar-expr as binary ex...Gravatar Gael Guennebaud2016-06-14
* check for mixing types in "array / scalar" expressionsGravatar Gael Guennebaud2016-06-13
* Add real.pow(complex), complex.pow(real) unit tests.Gravatar Gael Guennebaud2016-06-10
* Disable shortcuts for res ?= prod when the scalar types do not match exactly.Gravatar Gael Guennebaud2016-06-06
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Make EIGEN_HAS_STD_RESULT_OF user configurableGravatar Gael Guennebaud2016-05-20
* bug #1231: fix compilation regression regarding complex_array/=real_array and...Gravatar Gael Guennebaud2016-05-18
* Fix trmv for mixing types.Gravatar Gael Guennebaud2016-04-15
* Extend mixing type unit test with trmv, and the following not yet supported p...Gravatar Gael Guennebaud2016-01-27
* Fix tri = complex * real product, and add respective unit test.Gravatar Gael Guennebaud2016-01-27
* Re-enable some invalid scalar type conversion checks by disabling explicit ve...Gravatar Gael Guennebaud2015-10-06
* With C++11 Matrix<float> + Matrix<complex<float>> does not even compileGravatar Gael Guennebaud2015-02-20
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* merge with default branchGravatar Gael Guennebaud2014-06-20
|\
| * Extend mixingtype unit test to check transposed cases.Gravatar Gael Guennebaud2014-04-17
| * Enable repetition in mixing type unit testGravatar Gael Guennebaud2014-03-31
* | Fix mixing scalar types with evaluatorsGravatar Gael Guennebaud2014-02-19
|/
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* add the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
* fix mixingtypes unit testGravatar Gael Guennebaud2011-01-27
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* now that we properly support mixing real-complex: clean mixingtypes testGravatar Gael Guennebaud2010-07-22
* update mixing type testGravatar Gael Guennebaud2010-07-15
* email changeGravatar Gael Guennebaud2010-06-24
* fix compilation when default to row majorGravatar Gael Guennebaud2010-06-24
* fix array_comp *= array_realGravatar Gael Guennebaud2010-06-20
* fix compilationGravatar Gael Guennebaud2010-03-07
* fix compilationGravatar Benoit Jacob2010-03-02
* introduce check target, and some renamingGravatar Benoit Jacob2009-11-12
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* uncomment stuff commented for debugging (sorry for the noise)Gravatar Gael Guennebaud2009-09-07
* * add real scalar * complex matrix, real matrix * complex scalar,Gravatar Gael Guennebaud2009-09-04
* extend mixingtype test to check diagonal products and fix the later for real*...Gravatar Gael Guennebaud2009-09-04
* rename the EigenSolver module to EigenvaluesGravatar Gael Guennebaud2009-09-04
* update mixingtype unit test to reflect current status, but it is still clearGravatar Gael Guennebaud2009-09-03
* minor compilation fixes for Sun CC and ICCGravatar Gael Guennebaud2009-07-20
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* Sparse module: bugfix in SparseMatrix::resize(), now the indices areGravatar Gael Guennebaud2009-01-15
* * In LU solvers: no need anymore to use row-major matricesGravatar Benoit Jacob2009-01-03
* * add unit-tests to check allowed and forbiddent mixing of different scalar t...Gravatar Benoit Jacob2008-12-22