int HYPRE_IJMatrixGetValues

(HYPRE_IJMatrix matrix, int nrows,
  int* ncols, int* rows, int* cols,
  double* values)

Gets values for nrows rows or partial rows of the matrix.

Documentation

Gets values for nrows rows or partial rows of the matrix. Usage details are analogous to HYPRE_IJMatrixSetValues.

Alphabetic index