| 1578 | |
| 1579 | |
| 1580 | void SVD::compute( InputArray a, OutputArray w, OutputArray u, OutputArray vt, int flags ) |
| 1581 | { |
| 1582 | _SVDcompute(a, w, u, vt, flags); |
| 1583 | } |
| 1584 | |
| 1585 | void SVD::compute( InputArray a, OutputArray w, int flags ) |
| 1586 | { |
nothing calls this directly
no test coverage detected