CoolProp  6.6.0
An open-source fluid property and humid air property database
Public Types | List of all members
VectorNd< dimcount, T > Struct Template Reference

Detailed Description

template<size_t dimcount, typename T>
struct VectorNd< dimcount, T >

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 >::typetype
 

Member Typedef Documentation

◆ type

template<size_t dimcount, typename T >
typedef std::vector<typename VectorNd<dimcount - 1, T>::type> VectorNd< dimcount, T >::type

Definition at line 25 of file MatrixMath.h.


The documentation for this struct was generated from the following file: