| 1712 | } |
| 1713 | |
| 1714 | static void |
| 1715 | diagtransform_32s(const int* src, int* dst, const double* m, int len, int scn, int dcn) |
| 1716 | { |
| 1717 | diagtransform_(src, dst, m, len, scn, dcn); |
| 1718 | } |
| 1719 | |
| 1720 | static void |
| 1721 | diagtransform_32f(const float* src, float* dst, const float* m, int len, int scn, int dcn) |
nothing calls this directly
no test coverage detected