Aprepro  5.0x
SEAMS::array Struct Reference

#include <aprepro.h>

Public Member Functions

 array (int r, int c)
 
 array ()=default
 
 ~array ()=default
 

Public Attributes

std::vector< double > data
 
int rows {0}
 
int cols {0}
 

Constructor & Destructor Documentation

◆ array() [1/2]

SEAMS::array::array ( int  r,
int  c 
)
inline

◆ array() [2/2]

SEAMS::array::array ( )
default

◆ ~array()

SEAMS::array::~array ( )
default

Member Data Documentation

◆ cols

int SEAMS::array::cols {0}

◆ data

std::vector<double> SEAMS::array::data

◆ rows

int SEAMS::array::rows {0}

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