78 Matrix(
int rows_in,
int cols_in);
88 Matrix(
int rows_in,
int cols_in,
int stride_in);
bool isnan()
Call to check the array for NaN entries.
char padding[CACHELINE-48]
padding class object to cache line borders
Matrix()
Default constructor of the class.
void print_matrix() const
Call to prints the stored matrix on the standard output.
Base Class to store data of arrays and its properties.
Structure type representing complex numbers in the SQUANDER package.
Class to store data of complex arrays and its properties.
Matrix copy()
Call to create a copy of the matrix.