BayesOpt
specialtypes.hpp File Reference

Boost vector and matrix types. More...

#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/io.hpp>
+ Include dependency graph for specialtypes.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef boost::numeric::ublas::vector< int > vectori
 
typedef boost::numeric::ublas::vector< double > vectord
 
typedef boost::numeric::ublas::zero_vector< double > zvectord
 
typedef boost::numeric::ublas::scalar_vector< double > svectord
 
typedef boost::numeric::ublas::matrix< double > matrixd
 
typedef boost::numeric::ublas::zero_matrix< double > zmatrixd
 
typedef std::vector< vectord > vecOfvec
 
typedef boost::numeric::ublas::matrix< double > covMatrix
 

Detailed Description

Boost vector and matrix types.

Definition in file specialtypes.hpp.