59 Matrix_real(
double* data_in,
int rows_in,
int cols_in);
70 Matrix_real(
double* data_in,
int rows_in,
int cols_in,
int stride_in);
89 Matrix_real(
int rows_in,
int cols_in,
int stride_in);
Matrix_real copy() const
Call to create a copy of the matrix.
char padding[CACHELINE-48]
padding class object to cache line borders
Base Class to store data of arrays and its properties.
bool isnan()
Call to check the array for NaN entries.
Matrix_real()
Default constructor of the class.
Class to store data of complex arrays and its properties.