fdTransients.cpp: Enable EIGEN_USE_BLAS for less crappy performance

nix
Owen Green 7 years ago
parent 4c4896e173
commit dbeb6162e0

@ -1,6 +1,8 @@
// FD_BufNMF, an NRT buffer NMF Processor
// A tool from the FluCoMa project, funded by the European Research Council (ERC) under the European Unions Horizon 2020 research and innovation programme (grant agreement No 725899)
#define EIGEN_USE_BLAS
#include "clients/nrt/TransientNRTClient.hpp"
#include "fdNRTBase.hpp"
#include "data/FluidTensor.hpp"

Loading…
Cancel
Save