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