MCPcopy Create free account
hub / github.com/CRVI/OpenCLIPP / Sin

Method Sin

C++/programs/Arithmetic.cpp:231–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231void Arithmetic::Sin(Image& Source, Image& Dest)
232{
233 CheckSimilarity(Source, Dest);
234
235 Kernel(sin_image, In(Source), Out(Dest), Source.Step(), Dest.Step(), Source.Width() * Source.NbChannels());
236}
237
238void Arithmetic::Cos(Image& Source, Image& Dest)
239{

Callers

nothing calls this directly

Calls 4

CheckSimilarityFunction · 0.85
StepMethod · 0.80
WidthMethod · 0.80
NbChannelsMethod · 0.80

Tested by

no test coverage detected