Skip to content
Snippets Groups Projects
Commit 7b1411db authored by stepan's avatar stepan
Browse files

Fix NFI signature of dpstrf in NativeFunctions

parent 1686bae6
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ public enum NativeFunction {
dgetrf("(sint32, sint32, [double], sint32, [sint32]) : sint32", "call_lapack_"),
dpotrf("(uint8, sint32, [double], sint32) : sint32", "call_lapack_"),
dpotri("(uint8, sint32, [double], sint32) : sint32", "call_lapack_"),
dpstrf("uint8, sint32, [double], sint32, [sint32], [sint32], double, [double]) : sint32", "call_lapack_"),
dpstrf("(uint8, sint32, [double], sint32, [sint32], [sint32], double, [double]) : sint32", "call_lapack_"),
dgesv("(sint32, sint32, [double], sint32, [sint32], [double], sint32) : sint32", "call_lapack_"),
dgesdd("(uint8, sint32, sint32, [double], sint32, [double], [double], sint32, [double], sint32, [double], sint32, [sint32]) : sint32", "call_lapack_"),
dlange("(uint8, sint32, sint32, [double], sint32, [double]) : double", "call_lapack_"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment