#403 closed defect (fixed)
psMatrixMultiply only accepts square images
| Reported by: | Paul Price | Owned by: | |
|---|---|---|---|
| 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 , 21 years ago
| Status: | new → assigned |
|---|
comment:2 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
modified test to use non-square matrix and verified results.
should be good now.
-rdd
Note:
See TracTickets
for help on using tickets.

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.