| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
implicit declarations, wrong declarations, unused variables and fixes a
comparison typo bug in multiarraymodule.c
|
|
|
|
| |
outer_steps array should be size 4 since op_count can be either 2 or 4
|
| |
|
|
|
|
|
|
|
| |
This ensures that the FP invalid flag always reflects the return code
from LAPACK. Fixes a bug in 63a8aef81 where umath_linalg raises a
warning only if the error occurs in the last iteration of the ufunc
inner loop.
|
|
Also, link umath_linalg against the system BLAS/LAPACK if available.
|