Table of Contents

Delegate WhereScalarYKernel<T>

Namespace
NumSharp.Backends.Kernels
Assembly
NumSharp.dll
public delegate void WhereScalarYKernel<T>(bool* cond, T* x, T scalarY, T* result, long count) where T : unmanaged

Parameters

cond bool*
x T*
scalarY T
result T*
count long

Type Parameters

T
Extension Methods