@@ -1,5 +1,10 @@
#include "pip.h"
int main(int argc, char * argv[]) {
cout << PIString("Hello PIP!") << endl;
PIMathMatrix<3, 2> m0(1., 2., 3.,
4., 5., 6.);
PIMathMatrix<3, 2> m1(1., -2., 3.,
-4., 5., -6.);
m0 += m1;
cout << m0 << endl;
};
The note is not visible to the blocked user.