[Boost-bugs] [Boost C++ Libraries] #3108: Storage organization of symmetric matrix

Subject: [Boost-bugs] [Boost C++ Libraries] #3108: Storage organization of symmetric matrix
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-05-29 11:04:09


#3108: Storage organization of symmetric matrix
------------------------------------+---------------------------------------
 Reporter: micdestefano_at_[hidden] | Owner: guwi17
     Type: Bugs | Status: new
Milestone: Boost 1.40.0 | Component: uBLAS
  Version: Boost 1.38.0 | Severity: Cosmetic
 Keywords: |
------------------------------------+---------------------------------------
 I noticed that, if you instantiate[[BR]]
 [[BR]]
 `symmetric_matrix<double,upper>`[[BR]]
 [[BR]]
 or[[BR]]
 [[BR]]
 `symmetric_matrix<double,upper,row_major>`[[BR]]
 [[BR]]
 the storage organization is actually `column_major` (and vice versa if you
 had specified `column_major`). Storage organization specification is
 coherent with documentation only if `lower` is specified. You should point
 out in the documentation that storage organization is referred to the
 lower triangle of the matrix.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3108>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:00 UTC