|
Aprepro
5.0x
|
#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} |
|
inline |
|
default |
|
default |
| int SEAMS::array::cols {0} |
| std::vector<double> SEAMS::array::data |
| int SEAMS::array::rows {0} |