|
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 | smsrres (int m, int n, double *val, int *indx, double *xlocal, double *x, double *b) |
| #define max | ( | x, | |
| y | |||
| ) | (( x > y ) ? x : y) /* max function */ |
1.8.5