Skip to content

Instantly share code, notes, and snippets.

@OpenGamma-Blog
Created May 29, 2012 12:35
Show Gist options
  • Save OpenGamma-Blog/2828169 to your computer and use it in GitHub Desktop.
Save OpenGamma-Blog/2828169 to your computer and use it in GitHub Desktop.
Accessing Native Maths Libraries 4
private static native void wrapped_dgemv(char trans, int m, int n, double alpha, double[] a, int _offset_a, int lda, double[] x, int _offset_x, int incx, double beta, double[] y, int _offset_y, int incy);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment