#include <iostream>
#include <cla3p/dense.hpp>
int main()
{
{
std::cout << A.
info(
"A") << B.
info(
"B") << C.info(
"C");
}
{
}
return 0;
}
The property class.
Definition property.hpp:42
static Property HermitianUpper()
Factory method for upper-triangular Hermitian property.
static Property General()
Factory method for general property.
static Property SymmetricLower()
Factory method for lower-triangular symmetric property.
std::string info(const std::string &header="") const
Get information about the matrix.
XxMatrix< real4_t > RfMatrix
Single precision real matrix.
Definition dense.hpp:61
CxMatrix< complex_t > CdMatrix
Double precision complex matrix.
Definition dense.hpp:67