*** empty log message ***
This commit is contained in:
12
t.cc
12
t.cc
@@ -512,7 +512,7 @@ cin>>n;
|
||||
cout <<"difference = "<<(res1-res2).norm()<<endl;
|
||||
}
|
||||
|
||||
if(1)
|
||||
if(0)
|
||||
{
|
||||
int n,k,m;
|
||||
cin >>n>>k>>m;
|
||||
@@ -1095,5 +1095,15 @@ for(int iter=1; iter<100 && norm>1e-8 ; ++iter)
|
||||
}
|
||||
}
|
||||
|
||||
if(1)
|
||||
{
|
||||
NRMat<double> a,b;
|
||||
cin >>a;
|
||||
b=realsqrt(a);
|
||||
cout <<b;
|
||||
cout <<b*b;
|
||||
cout <<(b*b-a).norm();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user