types.hpp
Go to the documentation of this file.
00001 #ifndef _TYPES_HPP_
00002 #define _TYPES_HPP_
00003 
00004 #include <boost/numeric/ublas/vector.hpp>
00005 #include <boost/numeric/ublas/vector_proxy.hpp>
00006 #include <boost/numeric/ublas/matrix.hpp>
00007 #include <boost/numeric/ublas/matrix_proxy.hpp>
00008 
00009 #define TVector boost::numeric::ublas::vector
00010 #define TDoubleVector TVector<double>
00011 #define TMatrix boost::numeric::ublas::matrix
00012 #define TDoubleMatrix TMatrix<double>
00013 #define TDoubleMatrixColumn boost::numeric::ublas::matrix_column< TDoubleMatrix >
00014 #define TDoubleMatrixRow boost::numeric::ublas::matrix_row< TDoubleMatrix >
00015 
00016 #ifndef MAXFLOAT
00017 #define MAXFLOAT 3.40282347e+38F
00018 #endif
00019 
00020 
00021 
00022 #endif //_TYPES_HPP_
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends Defines


gaussian_process
Author(s): Maintained by Juergen Sturm
autogenerated on Wed Dec 26 2012 15:34:14