Matrix()
Default constructor of the class.
size_t rows
The number of rows.
bool owner
logical value indicating whether the class instance is the owner of the stored data or not....
scalar * data
pointer to the stored data
bool transposed
logical variable indicating whether the matrix needs to be transposed in CBLAS operations
bool conjugated
logical variable indicating whether the matrix needs to be conjugated in CBLAS operations
Base Class to store data of arrays and its properties.
size_t cols
The number of columns.
Structure type representing complex numbers in the QGD package.
Class to store data of complex arrays and its properties.
Matrix copy()
Call to create a copy of the matrix.