*** empty log message ***
This commit is contained in:
19
t2.cc
Normal file
19
t2.cc
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
#include <time.h>
|
||||
#include "la.h"
|
||||
#include "traceback.h"
|
||||
#include "sparsemat.h"
|
||||
#include "matexp.h"
|
||||
#include "fourindex.h"
|
||||
|
||||
|
||||
void test(const NRVec<double> &x)
|
||||
{
|
||||
NRMat<double> aa(0.,2,2);
|
||||
NRMat<double> cc(aa);
|
||||
cc.copyonwrite(); cc[0][0]=1.;
|
||||
|
||||
cout << aa << cc <<"\n";
|
||||
cout <<"test x= "<<x<<"\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user