git-svn-id: svn://db.shs.com.ru/pip@206 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2016-07-24 14:04:10 +00:00
parent 054a598eb7
commit 0b8b417c6d
3 changed files with 14 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ public:
int main (int argc, char * argv[]) {
VC<30, double> x(1.5), y(3.3);
double r;
double r = 0.0;
PITimeMeasurer tm;
for (int i=0; i<10000; i++)
r = x.dot(y);