semisparsemat ostream output

This commit is contained in:
2026-02-03 17:21:04 +01:00
parent b1f1be8457
commit 22818a539c
2 changed files with 10 additions and 2 deletions

1
t.cc
View File

@@ -4639,6 +4639,7 @@ davidson(aa,r,(NRVec<double> *)NULL,"eivecs",m,1,1e-5,0,300,300);
cout <<r;
if(n<=20)
{
cout<<aa;
NRMat a(aa);
NRVec<double> b(n);
cout <<a;