imaging2.hpp

00001 // This file is part of the imaging2 class library.
00002 //
00003 // University of Innsbruck, Infmath Imaging, 2009.
00004 // http://infmath.uibk.ac.at
00005 //
00006 // All rights reserved.
00007 
00008 
00009 namespace imaging {}
00010 namespace img = imaging;
00011 
00012 #include <complex>
00013 
00014 #include <boost/numeric/ublas/vector.hpp>
00015 #include <boost/numeric/ublas/vector_proxy.hpp>
00016 #include <boost/numeric/ublas/matrix.hpp>
00017 #include <boost/numeric/ublas/matrix_sparse.hpp>
00018 #include <boost/numeric/ublas/matrix_proxy.hpp>
00019 
00020 #include <core/ublas/fixed_vector.hpp>
00021 #include <core/ublas/fixed_matrix.hpp>
00022 
00023 #include <core/Exception.hpp>
00024 
00025 #include <core/float_types.hpp>
00026 
00033 namespace imaging
00034 {
00035   namespace ublas = boost::numeric::ublas;
00036   
00042   typedef std::size_t size_t;
00043   
00049   typedef std::complex<float_t> complex_t;
00050 }

Generated on Tue Feb 10 10:01:29 2009 for imaging2 by  doxygen 1.5.5