mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-19 06:05:31 -06:00
17 lines
241 B
C++
17 lines
241 B
C++
#ifndef _STEM4U_STEM4U_h_
|
|
#define _STEM4U_STEM4U_h_
|
|
|
|
#include <Core/Core.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#include <Eigen/Eigen.h>
|
|
|
|
using namespace Eigen;
|
|
|
|
#include "IntInf.h"
|
|
#include "Rational.h"
|
|
#include "Polynomial.h"
|
|
|
|
|
|
#endif
|