Ifpack Package Browser (Single Doxygen Collection)
Development
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "az_aztec.h"
#include "az_ifpack.h"
Go to the source code of this file.
Functions | |
void | AZ_ifpack_prec_create (double *x, double *b, int *options, double *params, int *proc_config, AZ_MATRIX *Amat, AZ_PRECOND **Prec) |
void AZ_ifpack_prec_create | ( | double * | x, |
double * | b, | ||
int * | options, | ||
double * | params, | ||
int * | proc_config, | ||
AZ_MATRIX * | Amat, | ||
AZ_PRECOND ** | Prec | ||
) |
Definition at line 53 of file az_ifpack_prec_create.c.