bug #1232: refactor special functions as a new SpecialFunctions module, currently in unsupported/.

This commit is contained in:
Gael Guennebaud
2016-07-08 11:13:55 +02:00
parent 8b7431d8fd
commit 2f7e2614e7
24 changed files with 982 additions and 787 deletions

View File

@@ -15,6 +15,7 @@
#include <Eigen/src/Core/util/DisableStupidWarnings.h>
#include "../SpecialFunctions"
#include "src/util/CXX11Meta.h"
#include "src/util/MaxSizeVector.h"