mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
*Eigen_demo: Fixed include errors
git-svn-id: svn://ultimatepp.org/upp/trunk@10838 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
0a5df778f0
commit
98bc3b5840
4 changed files with 7 additions and 6 deletions
|
|
@ -4,6 +4,10 @@ uses
|
|||
Core,
|
||||
plugin\Eigen;
|
||||
|
||||
options(MSC) /bigobj;
|
||||
|
||||
options(MSC) -D_SCL_SECURE_NO_WARNINGS;
|
||||
|
||||
file
|
||||
eigen_demo.cpp,
|
||||
non-linear.cpp,
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
#include <Core/Core.h>
|
||||
#include <plugin/Eigen/Eigen.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
#include <plugin/Eigen/Eigen.h>
|
||||
|
||||
using namespace Eigen;
|
||||
|
||||
void NonLinearTests();
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
#include <Core/Core.h>
|
||||
#include <plugin/Eigen/Eigen.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
#include <plugin/Eigen/Eigen.h>
|
||||
|
||||
#ifdef USE_FFTW
|
||||
#include <fftw3.h>
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
#include <Core/Core.h>
|
||||
#include <plugin/Eigen/Eigen.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
#include <plugin/Eigen/Eigen.h>
|
||||
|
||||
using namespace Eigen;
|
||||
|
||||
#define VerifyIsApprox(a, b) (fabs(a-(b)) < 0.0001)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue