#include <iostream>
#include <cla3p/dense.hpp>
#include <cla3p/lra.hpp>
int main()
{
std::cout << A.
info(
"A");
std::cout << B.
info(
"B");
std::cout << A.
info(
"A");
return 0;
}
The dense real matrix class.
Definition lra_xxmatrix.hpp:42
std::string info(const std::string &header="") const
Get information about the low-rank matrix.
XxMatrix< dns::RdMatrix > RdMatrix
Double precision real low-rank matrix.
Definition lra.hpp:30