2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-21 03:22:14 +00:00

boost guidelines (mainly from inspect tool: tabs, license reference text, etc.)

[SVN r34752]
This commit is contained in:
Gennaro Prota
2006-07-27 10:27:37 +00:00
parent 6b76444cb5
commit 3eac2be57a
2 changed files with 3 additions and 3 deletions

View File

@@ -1490,7 +1490,7 @@ namespace boost { namespace numeric { namespace ublas {
it -= n;
}
// Triangular access
// Triangular access
static
BOOST_UBLAS_INLINE
size_type triangular_size (size_type size_i, size_type size_j) {
@@ -1667,7 +1667,7 @@ namespace boost { namespace numeric { namespace ublas {
it -= n* size_i;
}
// Triangular access
// Triangular access
static
BOOST_UBLAS_INLINE
size_type triangular_size (size_type size_i, size_type size_j) {

View File

@@ -47,7 +47,7 @@ namespace boost { namespace numeric { namespace ublas {
// Indexing copy over major
for (size_type major = 0; major != major_size; ++major) {
for (size_type minor = 0; minor != minor_size; ++minor) {
// find indexes - use invertability of element_ functions
// find indexes - use invertability of element_ functions
const size_type i1 = layout_type::index_M(major, minor);
const size_type i2 = layout_type::index_m(major, minor);
temporary.data () [layout_type::element (i1, size1, i2, size2)] =