Skip to content

#653 FieldMatrix::rightmultiply() has a bug and *multiplyany() methods should be const.

Metadata

Property Value
Reported by Atgeirr Flø Rasmussen (atgeirr@sintef.no)
Reported at Nov 9, 2009 14:47
Type Bug Report
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Last edited by Carsten Gräser (graeser@math.fu-berlin.de)
Last edited at Nov 9, 2009 21:55
Closed by Carsten Gräser (graeser@math.fu-berlin.de)
Closed at Nov 9, 2009 21:55
Closed in version Unknown
Resolution Fixed
Comment Fixed in r5704.

Description

FieldMatrix::rightmultiply() uses the wrong size for its innermost loop (cols, not rows). Also, left/rightmultiplyany() should be const methods. Attached is the output of svn diff.

Attachments