mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Much more convenient, less over-engineered NumTraits. Done during this KDE-Edu weekend.
This commit is contained in:
@@ -29,12 +29,10 @@
|
||||
#include <QtTest/QtTest>
|
||||
#include "../src/Core.h"
|
||||
|
||||
using namespace Eigen;
|
||||
|
||||
#include <cstdlib>
|
||||
#include <ctime>
|
||||
|
||||
using namespace std;
|
||||
namespace Eigen {
|
||||
|
||||
class EigenTest : public QObject
|
||||
{
|
||||
@@ -48,4 +46,6 @@ class EigenTest : public QObject
|
||||
void testAdjoint();
|
||||
};
|
||||
|
||||
} // end namespace Eigen
|
||||
|
||||
#endif // EIGEN_TEST_MAIN_H
|
||||
|
||||
Reference in New Issue
Block a user