Exemplo n.º 1
0
 /**
  * Delegates to {@link JCusolver#checkResult(int)}
  *
  * @param result The result to check
  * @return The result that was given as the parameter
  * @throws CudaException As described in {@link JCusolver#checkResult(int)}
  */
 private static int checkResult(int result) {
   return JCusolver.checkResult(result);
 }
Exemplo n.º 2
0
 static {
   JCusolver.initialize();
 }