|
Ifpack Package Browser (Single Doxygen Collection) Development
|
#include "ilu_dh.h"#include "Mem_dh.h"#include "Parser_dh.h"#include "Euclid_dh.h"#include "getRow_dh.h"#include "Factor_dh.h"#include "SubdomainGraph_dh.h"
Go to the source code of this file.
Macros | |
| #define | __FUNC__ "compute_scaling_private" |
| #define | __FUNC__ "iluk_seq" |
| #define | __FUNC__ "iluk_seq_block" |
| #define | __FUNC__ "symbolic_row_private" |
| #define | __FUNC__ "numeric_row_private" |
| #define | __FUNC__ "ilut_seq" |
| #define | __FUNC__ "ilut_row_private" |
| #define | __FUNC__ "check_constraint_private" |
Functions | |
| static bool | check_constraint_private (Euclid_dh ctx, int b, int j) |
| static int | symbolic_row_private (int localRow, int *list, int *marker, int *tmpFill, int len, int *CVAL, double *AVAL, int *o2n_col, Euclid_dh ctx, bool debug) |
| static int | numeric_row_private (int localRow, int len, int *CVAL, double *AVAL, REAL_DH *work, int *o2n_col, Euclid_dh ctx, bool debug) |
| void | compute_scaling_private (int row, int len, double *AVAL, Euclid_dh ctx) |
| void | iluk_seq (Euclid_dh ctx) |
| void | iluk_seq_block (Euclid_dh ctx) |
| int | ilut_row_private (int localRow, int *list, int *o2n_col, int *marker, int len, int *CVAL, double *AVAL, REAL_DH *work, Euclid_dh ctx, bool debug) |
| void | ilut_seq (Euclid_dh ctx) |
| void compute_scaling_private | ( | int | row, |
| int | len, | ||
| double * | AVAL, | ||
| Euclid_dh | ctx ) |