mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
reorganize header files, split MatrixBase into smaller files.
expose only a few meta-headers to the user, the rest moves to a internal/ subdirectory
This commit is contained in:
10
test/main.h
10
test/main.h
@@ -26,11 +26,11 @@
|
||||
#ifndef EIGEN_TEST_MAIN_H
|
||||
#define EIGEN_TEST_MAIN_H
|
||||
|
||||
#include<QtTest/QtTest>
|
||||
#include<All.h>
|
||||
#include<complex>
|
||||
#include<cstdlib>
|
||||
#include<ctime>
|
||||
#include <QtTest/QtTest>
|
||||
#include <All>
|
||||
#include <complex>
|
||||
#include <cstdlib>
|
||||
#include <ctime>
|
||||
|
||||
using namespace std;
|
||||
using namespace Eigen;
|
||||
|
||||
Reference in New Issue
Block a user