opm-core/call_umfpack.h
Jostein R. Natvig cd829252ca Additiona and modifications to mimetic assembly routines in C. Add
code to call libmwumfpack from mex code.
2010-08-09 08:02:56 +00:00

7 lines
185 B
C

#ifndef CALL_UMFPACK_H_INCLUDED
#define CALL_UMFPACK_H_INCLUDED
void
callMWUMFPACK(int n, mwSignedIndex* ia, mwSignedIndex* ja,
double *sa, double *b, double *x);
#endif