| 1718 | } |
| 1719 | |
| 1720 | static void |
| 1721 | diagtransform_32f(const float* src, float* dst, const float* m, int len, int scn, int dcn) |
| 1722 | { |
| 1723 | diagtransform_(src, dst, m, len, scn, dcn); |
| 1724 | } |
| 1725 | |
| 1726 | static void |
| 1727 | diagtransform_64f(const double* src, double* dst, const double* m, int len, int scn, int dcn) |
nothing calls this directly
no test coverage detected