|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r58676 - sandbox/numeric_bindings/boost/numeric/bindings
From: rutger_at_[hidden]
Date: 2010-01-04 09:12:33
Author: rutger
Date: 2010-01-04 09:12:33 EST (Mon, 04 Jan 2010)
New Revision: 58676
URL: http://svn.boost.org/trac/boost/changeset/58676
Log:
Added comment to condition of stride computation
Text files modified:
sandbox/numeric_bindings/boost/numeric/bindings/stride.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/numeric_bindings/boost/numeric/bindings/stride.hpp
==============================================================================
--- sandbox/numeric_bindings/boost/numeric/bindings/stride.hpp (original)
+++ sandbox/numeric_bindings/boost/numeric/bindings/stride.hpp 2010-01-04 09:12:33 EST (Mon, 04 Jan 2010)
@@ -42,7 +42,7 @@
// Strides for ranks outside the scope of the object are fixed at
// the dot product of its existing sizes and strides.
//
-// Object rank result
+// Object rank result of strideN(), with N > rank
// scalar 0 1
// vector 1 size1 * stride1
// matrix 2 size1 * stride1 + size2 * stride2
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk