Created
May 29, 2012 12:35
-
-
Save OpenGamma-Blog/2828169 to your computer and use it in GitHub Desktop.
Accessing Native Maths Libraries 4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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