7 lines
185 B
C
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
|