MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / is_complex

Method is_complex

src/tests/buffer.h:759–762  ·  view source on GitHub ↗

/

Source from the content-addressed store, hash-verified

757
758 /*****************************************************/
759 bool is_complex()
760 {
761 return _layout == layout::complex_interleaved || _layout == layout::complex_planar;
762 }
763
764 /*****************************************************/
765 bool is_hermitian()

Callers 3

bufferClass · 0.95
buffer_mismatchesMethod · 0.45
operator==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected