FK20 CUDA
All Data Structures Namespaces Files Functions Variables Typedefs Macros
fr_nonzero.cu File Reference
#include "fr.cuh"
Include dependency graph for fr_nonzero.cu:

Go to the source code of this file.

Functions

__device__ bool fr_nonzero (const fr_t &x)
 Check if the reduced input x is different from zero. More...
 

Function Documentation

◆ fr_nonzero()

__device__ bool fr_nonzero ( const fr_t x)

Check if the reduced input x is different from zero.

Parameters
[in]x
Returns
bool 1 if x!=0, 0 otherwise

Definition at line 12 of file fr_nonzero.cu.

Here is the call graph for this function: