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:
@@ -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) {
|
||||
|
||||
@@ -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)] =
|
||||
|
||||
Reference in New Issue
Block a user