ESScript  Revision_
Functions
Solver_Function.cpp File Reference
#include "Common.h"
#include "Functions.h"
#include "PasoUtil.h"
#include "Solver.h"

Functions

Paso_FunctionPaso_Function_LinearSystem_alloc (Paso_SystemMatrix *A, double *b, Paso_Options *options)
void Paso_Function_LinearSystem_free (Paso_Function *F)
err_t Paso_Function_LinearSystem_call (Paso_Function *F, double *value, const double *arg, Paso_Performance *pp)

Function Documentation

Paso_Function* Paso_Function_LinearSystem_alloc ( Paso_SystemMatrix A,
double *  b,
Paso_Options options 
)
err_t Paso_Function_LinearSystem_call ( Paso_Function F,
double *  value,
const double *  arg,
Paso_Performance pp 
)
void Paso_Function_LinearSystem_free ( Paso_Function F)