Beispiel #1
0
        public override RandDirectionVectors64 GetDirectionVectors64(curandDirectionVectorSet set)
        {
            RandDirectionVectors64 vectors = new RandDirectionVectors64();

            SafeCall(_driver.GetDirectionVectors64(ref vectors, set));
            return(vectors);
        }
Beispiel #2
0
 public curandStatus GetDirectionVectors64(ref RandDirectionVectors64 vectors, curandDirectionVectorSet set)
 {
     return(curandGetDirectionVectors64(ref vectors, set));
 }
Beispiel #3
0
 private static extern curandStatus curandGetDirectionVectors64(ref RandDirectionVectors64 vectors, curandDirectionVectorSet set);
Beispiel #4
0
 /// <summary>
 /// Gets the direction vectors for 64-bit.
 /// </summary>
 /// <param name="set">The set.</param>
 /// <returns></returns>
 public abstract RandDirectionVectors64 GetDirectionVectors64(curandDirectionVectorSet set);
Beispiel #5
0
 /// <summary>
 /// Gets the direction vectors for 32-bit.
 /// </summary>
 /// <param name="set">The set.</param>
 /// <returns></returns>
 public abstract RandDirectionVectors32 GetDirectionVectors32(curandDirectionVectorSet set);
 public curandStatus GetDirectionVectors64(ref RandDirectionVectors64 vectors, curandDirectionVectorSet set)
 {
     return curandGetDirectionVectors64(ref vectors, set);
 }
 private static extern curandStatus curandGetDirectionVectors64(ref RandDirectionVectors64 vectors, curandDirectionVectorSet set);
Beispiel #8
0
 /// <summary>
 /// Gets the direction vectors for 64-bit.
 /// </summary>
 /// <param name="set">The set.</param>
 /// <returns></returns>
 public abstract RandDirectionVectors64 GetDirectionVectors64(curandDirectionVectorSet set);
Beispiel #9
0
 /// <summary>
 /// Gets the direction vectors for 32-bit.
 /// </summary>
 /// <param name="set">The set.</param>
 /// <returns></returns>
 public abstract RandDirectionVectors32 GetDirectionVectors32(curandDirectionVectorSet set);
Beispiel #10
0
 public override RandDirectionVectors64 GetDirectionVectors64(curandDirectionVectorSet set)
 {
     throw new NotImplementedException();
 }
Beispiel #11
0
 public override RandDirectionVectors64 GetDirectionVectors64(curandDirectionVectorSet set)
 {
     RandDirectionVectors64 vectors = new RandDirectionVectors64();
     SafeCall(_driver.GetDirectionVectors64(ref vectors, set));
     return vectors;
 }
Beispiel #12
0
 public override RandDirectionVectors64 GetDirectionVectors64(curandDirectionVectorSet set)
 {
     throw new NotImplementedException();
 }