61 |
PASO_DLL bool_t Paso_noError(void); |
PASO_DLL bool_t Paso_noError(void); |
62 |
PASO_DLL Paso_ErrorCodeType Paso_getErrorType(void); |
PASO_DLL Paso_ErrorCodeType Paso_getErrorType(void); |
63 |
PASO_DLL char* Paso_getErrorMessage(void); |
PASO_DLL char* Paso_getErrorMessage(void); |
64 |
PASO_DLL void Paso_solve(Paso_SystemMatrix* A, double* out, double* in, Paso_Options* options); |
PASO_DLL void Paso_solve(Paso_SystemMatrix* A, |
65 |
|
double* out, |
66 |
|
double* in, |
67 |
|
Paso_Options* options); |
68 |
|
|
69 |
PASO_DLL void Paso_solve_free(Paso_SystemMatrix* in); |
PASO_DLL void Paso_solve_free(Paso_SystemMatrix* in); |
70 |
|
|
71 |
#ifdef __cplusplus |
#ifdef __cplusplus |