Ifpack Package Browser (Single Doxygen Collection)
Development
|
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
Go to the source code of this file.
Macros | |
#define | max(x, y) (( x > y ) ? x : y) /* max function */ |
Functions | |
double | scscres (int isym, int m, int n, double *val, int *indx, int *pntr, double *x, double *b) |
#define max | ( | x, | |
y | |||
) | (( x > y ) ? x : y) /* max function */ |