[Bug 405] New: SymmetricMatrix * SymmetricMatrix

For more information about this bug, visit
A new bug was added:
Summary: SymmetricMatrix * SymmetricMatrix
Product: BFL
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: wrappers
AssignedTo: bfl [..] ...
ReportedBy: tinne [dot] delaet [..] ...

The multiplication of two SymmetricMatrices does not return a SymmetricMatrix
perse (counterexample see bottom).

This should be fixed in the wrappers!
e.g.:
MySymmetricMatrix MySymmetricMatrix::operator* (const MySymmetricMatrix &a)

>> A

A =

1 2
2 4

>> B

B =

4 15
15 200

>> A*B

ans =

34 415
68 830

[Bug 405] SymmetricMatrix * SymmetricMatrix

For more information about this bug, visit

tinne [dot] delaet [..] ... changed:

What |Removed |Added
---------------------------------------------------------------------------
Resolution| |FIXED
Status|ASSIGNED |RESOLVED

------- Comment #3 from tinne [dot] delaet [..] ... 2007-05-15 14:13

bug fixed

[Bug 405] SymmetricMatrix * SymmetricMatrix

For more information about this bug, visit
A comment was added:
------- Comment #2 from tinne [dot] delaet [..] ... 2007-05-15 14:13

Fixed in revision 28132

svn commit
Sending matrix/matrix_BOOST.cpp
Sending matrix/matrix_BOOST.h
Sending matrix/matrix_LTI.cpp
Sending matrix/matrix_LTI.h
Sending matrix/matrix_NEWMAT.cpp
Sending matrix/matrix_NEWMAT.h
Sending matrix/matrix_wrapper.h
Transmitting file data .......
Committed revision 28132.

[Bug 405] SymmetricMatrix * SymmetricMatrix

For more information about this bug, visit

tinne [dot] delaet [..] ... changed:

What |Removed |Added
---------------------------------------------------------------------------
Target Milestone|--- |0.5.0
Status|NEW |ASSIGNED

------- Comment #1 from tinne [dot] delaet [..] ... 2007-05-15 14:01

I'll try to solve this one