FK20 CUDA
|
Go to the source code of this file.
Functions | |
__device__ void | g1p_addsub (g1p_t &p, g1p_t &q) |
Stores the sum and difference of p and q into p and q. Projective p and q, p,q ← p+q,p-q. More... | |
Stores the sum and difference of p and q into p and q. Projective p and q, p,q ← p+q,p-q.
[in,out] | p | First parameter, stores p+q |
[in,out] | q | Second parameter, stores p-q |
Definition at line 18 of file g1p_addsub.cu.