#include "Paso.h"
#include "SparseMatrix.h"
#include "Solver.h"
Functions | |
void | Paso_Solver_updateIncompleteSchurComplement (Paso_SparseMatrix *A_CC, Paso_SparseMatrix *A_CF, double *invA_FF, index_t *A_FF_pivot, Paso_SparseMatrix *A_FC) |
void Paso_Solver_updateIncompleteSchurComplement | ( | Paso_SparseMatrix * | A_CC, | |
Paso_SparseMatrix * | A_CF, | |||
double * | invA_FF, | |||
index_t * | A_FF_pivot, | |||
Paso_SparseMatrix * | A_FC | |||
) |
References FALSE, Paso_Pattern::index, Paso_SparseMatrix::numRows, Paso_comparIndex(), Paso_SparseMatrix::pattern, Paso_Pattern::ptr, Paso_SparseMatrix::row_block_size, TRUE, and Paso_SparseMatrix::val.
Referenced by Paso_Solver_getAMG(), and Paso_Solver_getRILU().