MCPcopy Create free account
hub / github.com/creatale/node-dv / transform_64f

Function transform_64f

deps/opencv/modules/core/src/matmul.cpp:1637–1641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1635}
1636
1637static void
1638transform_64f(const double* src, double* dst, const double* m, int len, int scn, int dcn)
1639{
1640 transform_(src, dst, m, len, scn, dcn);
1641}
1642
1643template<typename T, typename WT> static void
1644diagtransform_( const T* src, T* dst, const WT* m, int len, int cn, int )

Callers

nothing calls this directly

Calls 1

transform_Function · 0.85

Tested by

no test coverage detected