comparison Framework/Toolbox/LinearAlgebra.h @ 212:5412adf19980

resort to OrthancFramework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 01 Jun 2018 17:48:47 +0200
parents e9c7a78a3e77
children b70e9be013e4
comparison
equal deleted inserted replaced
211:64eac89a1de3 212:5412adf19980
26 #include <boost/version.hpp> 26 #include <boost/version.hpp>
27 #if BOOST_VERSION >= 106300 // or 64, need to check 27 #if BOOST_VERSION >= 106300 // or 64, need to check
28 # include <boost/serialization/array_wrapper.hpp> 28 # include <boost/serialization/array_wrapper.hpp>
29 #endif 29 #endif
30 30
31 #include "../../Resources/Orthanc/Core/DicomFormat/DicomMap.h" 31 #include <Core/DicomFormat/DicomMap.h>
32 32
33 #include <boost/numeric/ublas/matrix.hpp> 33 #include <boost/numeric/ublas/matrix.hpp>
34 #include <boost/numeric/ublas/vector.hpp> 34 #include <boost/numeric/ublas/vector.hpp>
35 35
36 namespace OrthancStone 36 namespace OrthancStone