CoolProp
6.6.1dev
An open-source fluid property and humid air property database
|
A wrapper around std::vector.
This wrapper makes the standard vector multi-dimensional. A useful thing even though we might not need it that much. However, it makes the code look better and the polynomial class really is a mess... Source: http://stackoverflow.com/questions/13105514/n-dimensional-vector
Definition at line 23 of file MatrixMath.h.
#include <MatrixMath.h>
Public Types | |
typedef std::vector< typename VectorNd< dimcount - 1, T >::type > | type |
typedef std::vector<typename VectorNd<dimcount - 1, T>::type> VectorNd< dimcount, T >::type |
Definition at line 25 of file MatrixMath.h.