IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 20 years ago

#403 closed defect (fixed)

psMatrixMultiply only accepts square images

Reported by: Paul Price Owned by: robert.desonia@…
Priority: normal Milestone:
Component: imageops Version: 0.5.0
Severity: minor Keywords:
Cc:

Description

Matrix multiplication of non-square matrices is well defined, but
psMatrixMultiply will only perform multiplication on square matrices.

If matrix A is n x m, and matrix B is m x p, then the product matrix, AB, is n x p.

Change History (4)

comment:1 by robert.desonia@…, 21 years ago

Status: newassigned

Not sure why Ross put that check in. I think maybe he had a problem with GSL.
I removed the check, but haven't tested if it works.

comment:2 by robert.desonia@…, 21 years ago

Resolution: fixed
Status: assignedclosed

modified test to use non-square matrix and verified results.

should be good now.

-rdd

comment:3 by Paul Price, 20 years ago

Keywords: VERIFIED added

Bug has been resolved.... closing.

comment:4 by Paul Price, 20 years ago

Keywords: VERIFIED removed

Bugs have been fixed... closing.

Note: See TracTickets for help on using tickets.