61 Matrix_real(
double* data_in,
int rows_in,
int cols_in);
72 Matrix_real(
double* data_in,
int rows_in,
int cols_in,
int stride_in);
91 Matrix_real(
int rows_in,
int cols_in,
int stride_in);
Class to store single-precision real arrays and properties.
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.
void copy_to(Matrix_real &target) const
Copy the matrix to a reusable double-precision target matrix.
Matrix_real()
Default constructor of the class.
Matrix_real & operator=(const Matrix_real &mtx)
Assignment operator of the class.
Class to store data of complex arrays and its properties.