#include <iostream>
#include <culite/dense.hpp>
int main()
{
std::cout << A.
info(
"A");
std::cout << B.
info(
"B");
std::cout << A.
info(
"A");
return 0;
}
std::string info(const std::string &header="") const
Get information about the device matrix.
XxMatrix< real4_t > RfMatrix
Single precision real matrix.
Definition dense.hpp:61
XxMatrix< real_t > RdMatrix
Double precision real matrix.
Definition dense.hpp:55