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

Function GEMMStore_32fc

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

Source from the content-addressed store, hash-verified

677
678
679static void GEMMStore_32fc( const Complexf* c_data, size_t c_step,
680 const Complexd* d_buf, size_t d_buf_step,
681 Complexf* d_data, size_t d_step, Size d_size,
682 double alpha, double beta, int flags )
683{
684 GEMMStore(c_data, c_step, d_buf, d_buf_step, d_data, d_step, d_size, alpha, beta, flags);
685}
686
687
688static void GEMMStore_64fc( const Complexd* c_data, size_t c_step,

Callers

nothing calls this directly

Calls 1

GEMMStoreFunction · 0.85

Tested by

no test coverage detected