~wbetz/fesslix/flxeigen

« back to all changes in this revision

Viewing changes to src/flxMtx_Eigen.h

  • Committer: Wolfgang Betz
  • Date: 2016-06-18 12:41:07 UTC
  • Revision ID: wolfgang.betz@fesslix.org-20160618124107-nf2g4dnqog3wuton
Expose more functions in public header

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include "flxMtx.h"
21
21
#include "flxeigenversion.h"
22
22
 
 
23
#include "flxMtx_Eigen_ARP.h"
 
24
#include "flxMtx_Eigen_GSL.h"
 
25
 
23
26
#if defined(_MSC_VER)
24
27
  #include "flxeigen_export.h"
25
28
#else