MCPcopy Create free account
hub / github.com/cactus-compute/cactus / Cplx

Class Cplx

tests/test_kernel.cpp:453–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451 input.insert(input.end(), cosine, cosine + L);
452
453 struct Cplx { float r, i; };
454 const Cplx expected[2][2][3] = {
455 { { {10,0},{18,0},{26,0} }, { {-2,2},{-2,2},{-2,2} } },
456 { { { 0,0},{ 0,0},{ 0,0} }, { { 0,-2},{ 0,2},{ 0,-2} } },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected