OpenStudio:utilities
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Types | List of all members
openstudio::VectorStruct Struct Reference

#include <Vector.hpp>

Public Types

using ScalarVectorType = boost::numeric::ublas::scalar_vector< double >
 
using VectorType = boost::numeric::ublas::vector< double >
 

Detailed Description

Workaround to get Vector typedef, http://www.gotw.ca/gotw/079.htm.

Member Typedef Documentation

using openstudio::VectorStruct::ScalarVectorType = boost::numeric::ublas::scalar_vector<double>
using openstudio::VectorStruct::VectorType = boost::numeric::ublas::vector<double>