-
Except that it should have been:
diff misc_stat.cpp.orig misc_stat.cpp
137c137,144
< return std::sqrt(sum(diag(transpose(m) * m)));
---
>
> double E = 0.0;
> for (int r=0; r < m.rows(); ++r) {
> for (int c=0; c < m.cols(); ++c) {
> E += (m(r,c)*m(r,c));
> }
> }
> return std::sqrt(E);
144,145d150
< return...
2008-12-09 09:30:07 UTC in IT++
-
lincoln committed revision 43 to the GpkgTool SVN repository, changing 4 files.
2006-06-20 04:31:47 UTC in GpkgTool
-
lincoln committed revision 42 to the GpkgTool SVN repository, changing 2 files.
2006-06-20 04:30:42 UTC in GpkgTool
-
lincoln committed revision 41 to the GpkgTool SVN repository, changing 1 files.
2006-06-20 04:25:49 UTC in GpkgTool
-
lincoln committed revision 40 to the GpkgTool SVN repository, changing 3 files.
2006-06-20 04:04:39 UTC in GpkgTool
-
lincoln committed revision 39 to the GpkgTool SVN repository, changing 4 files.
2006-06-20 04:02:46 UTC in GpkgTool
-
lincoln committed revision 38 to the GpkgTool SVN repository, changing 1 files.
2006-06-20 04:01:37 UTC in GpkgTool
-
lincoln committed revision 37 to the GpkgTool SVN repository, changing 1 files.
2006-06-20 04:01:07 UTC in GpkgTool
-
lincoln committed revision 36 to the GpkgTool SVN repository, changing 1 files.
2006-06-20 04:00:40 UTC in GpkgTool
-
lincoln committed revision 35 to the GpkgTool SVN repository, changing 6 files.
2006-06-20 02:26:41 UTC in GpkgTool