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

Method Sqrt

C++/programs/Arithmetic.cpp:224–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void Arithmetic::Sqrt(Image& Source, Image& Dest)
225{
226 CheckSimilarity(Source, Dest);
227
228 Kernel(sqrt_image, In(Source), Out(Dest), Source.Step(), Dest.Step(), Source.Width() * Source.NbChannels());
229}
230
231void Arithmetic::Sin(Image& Source, Image& Dest)
232{

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