This is a subroutine to get inverse of a matrix, passing an array form visual basic, it was in fortran. if i do not understand you have a problem like this. i think it can help you.
#include <windows.h>
#include <math.h>
void __stdcall matinv( int n, double *a_, double *ai_);
BOOL WINAPI...
you can use an array of (n,n) dimensions like a unidimensional array (or pointer)if you use pseudoindices, considering that an array ocuppies adyacent positions in memory, according fortran convention.
If i see the source i could help you
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.