mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
remove support for type std::complex<int>. Simplify NumTraits accordingly.
This commit is contained in:
@@ -75,7 +75,6 @@ template<typename MatrixType> void basicStuff(const MatrixType& m)
|
||||
void EigenTest::testBasicStuff()
|
||||
{
|
||||
basicStuff(Matrix<float, 1, 1>());
|
||||
basicStuff(Matrix<complex<int>, 2, 5>());
|
||||
basicStuff(Matrix<complex<double>, 4, 4>());
|
||||
basicStuff(MatrixXcf(3, 3));
|
||||
basicStuff(MatrixXi(8, 12));
|
||||
|
||||
Reference in New Issue
Block a user