*** empty log message ***

This commit is contained in:
jiri
2006-08-16 21:43:45 +00:00
parent 24c048d210
commit 9b69ed529f
9 changed files with 58 additions and 71 deletions

11
t.cc
View File

@@ -1105,7 +1105,7 @@ for(int iter=1; iter<100 && norm>1e-8 ; ++iter)
}
}
if(1)
if(0)
{
NRMat<double> a,b;
cin >>a;
@@ -1115,5 +1115,14 @@ cout <<b*b;
cout <<(b*b-a).norm();
}
if(1)
{
NRSMat<double> a;
NRMat<double> b;
cin >>a>>b;
cout <<a*b;
}
}