Re: [Boost-bugs] [Boost C++ Libraries] #2800: Bug in transposed_structure

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2800: Bug in transposed_structure
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-02-25 20:07:11


#2800: Bug in transposed_structure
-----------------------------+----------------------------------------------
  Reporter: Tiago Requeijo | Owner: guwi17
      Type: Bugs | Status: new
 Milestone: Boost 1.39.0 | Component: uBLAS
   Version: Boost 1.38.0 | Severity: Problem
Resolution: | Keywords: uBlas, storage scheme, row_major, column_major, triangular_matrix, transposed_structure
-----------------------------+----------------------------------------------

Comment(by anonymous):

 The matrices above got flattened into the same line. The example above
 should read:

 upper matrix U [[BR]]

 1 2 3[[BR]]
 - 4 5[[BR]]
 - - 6

 lower matrix L [[BR]]

 1[[BR]]
 2 4[[BR]]
 3 5 6[[BR]]

 and the row major versions for U and L, respectively[[BR]]

 a) row_major for U: 1 2 3 4 5 6 [[BR]]
 b) row_major for L: 1 2 4 3 5 6

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2800#comment:1>
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:49:59 UTC